Trace number 4243498

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
R1: sat4j-CSP 2017-07-05? 1161.88 202.871

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai80a.xml
MD5SUMc9a66f606132a3c8760ec6756f0c4250
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7129639
Best CPU time to get the best result obtained on this benchmark2519.7
Satisfiable
(Un)Satisfiability was proved
Number of variables6480
Number of constraints3128
Number of domains2
Minimum domain size80
Maximum domain size100
Distribution of domain sizes[{"size":80,"count":80},{"size":100,"count":3127}]
Minimum variable degree0
Maximum variable degree80
Distribution of variable degrees[{"degree":0,"count":3273},{"degree":2,"count":3127},{"degree":77,"count":3},{"degree":78,"count":14},{"degree":79,"count":29},{"degree":80,"count":34}]
Minimum constraint arity3
Maximum constraint arity80
Distribution of constraint arities[{"arity":3,"count":3127},{"arity":80,"count":1}]
Number of extensional constraints3127
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3127},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.05 3/237 14172
/proc/meminfo: memFree=32020792/32770624 swapFree=5664/204660
[pid=14172] ppid=14168 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 2574870 369864704 1935 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 90299 1935 1081 1 0 79210 0
[pid=14172/tid=14176] ppid=14168 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) S 14168 14172 9838 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 2574871 369864704 1935 33554432000 4194304 4196468 140725549619328 140388504672672 140388500441730 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0

[startup+0.100077 s]
/proc/loadavg: 2.02 2.04 2.05 3/237 14172
/proc/meminfo: memFree=32020792/32770624 swapFree=5664/204660
[pid=14172] ppid=14168 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 4927 0 0 0 8 1 0 0 20 0 20 0 2574870 11162169344 6039 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725139 6039 2633 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) R 14168 14172 9838 0 -1 4202560 3027 0 0 0 7 1 0 0 20 0 20 0 2574871 11162169344 6039 33554432000 4194304 4196468 140725549619328 140388504670768 140388500452509 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200367 s]
/proc/loadavg: 2.02 2.04 2.05 3/237 14172
/proc/meminfo: memFree=32020792/32770624 swapFree=5664/204660
[pid=14172] ppid=14168 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 7126 0 0 0 23 2 0 0 20 0 20 0 2574870 11162169344 8453 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725139 8453 2864 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) R 14168 14172 9838 0 -1 4202560 4769 0 0 0 15 2 0 0 20 0 20 0 2574871 11162169344 8453 33554432000 4194304 4196468 140725549619328 140388504651536 140388500452509 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300284 s]
/proc/loadavg: 2.02 2.04 2.05 3/237 14172
/proc/meminfo: memFree=32020792/32770624 swapFree=5664/204660
[pid=14172] ppid=14168 vsize=10900556 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 9595 0 0 0 49 3 0 0 20 0 20 0 2574870 11162169344 12456 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725139 12456 3014 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) R 14168 14172 9838 0 -1 4202560 5118 0 0 0 25 2 0 0 20 0 20 0 2574871 11162169344 12456 33554432000 4194304 4196468 140725549619328 140388504661040 140388136513280 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10900556

[startup+0.700304 s]
/proc/loadavg: 2.02 2.04 2.05 3/237 14172
/proc/meminfo: memFree=32020792/32770624 swapFree=5664/204660
[pid=14172] ppid=14168 vsize=10900632 CPUtime=2 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 12547 0 0 0 195 5 0 0 20 0 20 0 2574870 11162247168 24702 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725158 24702 3090 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) R 14168 14172 9838 0 -1 4202560 5707 0 0 0 64 2 0 0 20 0 20 0 2574871 11162247168 24702 33554432000 4194304 4196468 140725549619328 140388504668744 140388483408499 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10900632

[startup+1.50066 s]
/proc/loadavg: 2.02 2.04 2.05 6/281 14220
/proc/meminfo: memFree=31726396/32770624 swapFree=5664/204548
[pid=14172] ppid=14168 vsize=10900632 CPUtime=2.84 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 13418 0 0 0 279 5 0 0 20 0 20 0 2574870 11162247168 25292 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725158 25292 3093 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900632 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) R 14168 14172 9838 0 -1 4202560 5944 0 0 0 144 2 0 0 20 0 20 0 2574871 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388504666904 140388483408480 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14178] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14178/stat : 14178 (java) S 14168 14172 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388456983184 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14179] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14179/stat : 14179 (java) S 14168 14172 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388105902608 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14180] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14180/stat : 14180 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388104849808 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14181] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14181/stat : 14181 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388103797008 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14182] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14182/stat : 14182 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388102745232 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14183] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14183/stat : 14183 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388101692432 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14184] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14184/stat : 14184 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388100639632 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14185] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14185/stat : 14185 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574872 11162247168 25292 33554432000 4194304 4196468 140725549619328 140388099586832 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14192] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14192/stat : 14192 (java) S 14168 14172 9838 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 2574874 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387975911792 140388500441730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14202] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14202/stat : 14202 (java) S 14168 14172 9838 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2574875 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387974857760 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14203] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14203/stat : 14203 (java) S 14168 14172 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2574876 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387973804912 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14207] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14207/stat : 14207 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387972753232 140388500449179 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14208] ppid=14168 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14208/stat : 14208 (java) S 14168 14172 9838 0 -1 1077944384 1459 0 0 0 27 0 0 0 20 0 20 0 2574879 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387971701616 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14209] ppid=14168 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14209/stat : 14209 (java) S 14168 14172 9838 0 -1 1077944384 1102 0 0 0 33 0 0 0 20 0 20 0 2574879 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387970648816 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14210] ppid=14168 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14210/stat : 14210 (java) S 14168 14172 9838 0 -1 1077944384 1750 0 0 0 35 0 0 0 20 0 20 0 2574879 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387969596016 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14211] ppid=14168 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14211/stat : 14211 (java) S 14168 14172 9838 0 -1 1077944384 1761 0 0 0 37 0 0 0 20 0 20 0 2574879 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387968543216 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14212] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14212/stat : 14212 (java) S 14168 14172 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387967490656 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14213] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14213/stat : 14213 (java) S 14168 14172 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2574880 11162247168 25292 33554432000 4194304 4196468 140725549619328 140387966437936 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 10900632

[startup+3.10209 s]
/proc/loadavg: 2.18 2.07 2.06 3/281 14220
/proc/meminfo: memFree=31178848/32770624 swapFree=5664/204444
[pid=14172] ppid=14168 vsize=10900632 CPUtime=6.41 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 19167 0 0 0 513 128 0 0 20 0 20 0 2574870 11162247168 298312 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725158 298312 3135 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900632 CPUtime=2.78 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) R 14168 14172 9838 0 -1 4202560 7666 0 0 0 263 15 0 0 20 0 20 0 2574871 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388504667904 140388486498708 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14178] ppid=14168 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14178/stat : 14178 (java) S 14168 14172 9838 0 -1 1077944384 212 0 0 0 11 14 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388456983184 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14179] ppid=14168 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14179/stat : 14179 (java) S 14168 14172 9838 0 -1 1077944384 190 0 0 0 11 13 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388105902608 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14180] ppid=14168 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14180/stat : 14180 (java) S 14168 14172 9838 0 -1 1077944384 176 0 0 0 10 13 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388104849808 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14181] ppid=14168 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14181/stat : 14181 (java) S 14168 14172 9838 0 -1 1077944384 391 0 0 0 11 12 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388103797008 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14182] ppid=14168 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14182/stat : 14182 (java) S 14168 14172 9838 0 -1 1077944384 189 0 0 0 10 14 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388102745232 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14183] ppid=14168 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14183/stat : 14183 (java) S 14168 14172 9838 0 -1 1077944384 190 0 0 0 12 12 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388101692432 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14184] ppid=14168 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14184/stat : 14184 (java) S 14168 14172 9838 0 -1 1077944384 293 0 0 0 11 14 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388100639632 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14185] ppid=14168 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14185/stat : 14185 (java) S 14168 14172 9838 0 -1 1077944384 169 0 0 0 12 12 0 0 20 0 20 0 2574872 11162247168 298312 33554432000 4194304 4196468 140725549619328 140388099586832 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14192] ppid=14168 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14192/stat : 14192 (java) S 14168 14172 9838 0 -1 1077944384 927 0 0 0 1 0 0 0 20 0 20 0 2574874 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387975911792 140388500441730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14202] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14202/stat : 14202 (java) S 14168 14172 9838 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 2574875 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387974857760 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14203] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14203/stat : 14203 (java) S 14168 14172 9838 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 2574876 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387973804912 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14207] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14207/stat : 14207 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387972753232 140388500449179 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14208] ppid=14168 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14208/stat : 14208 (java) S 14168 14172 9838 0 -1 1077944384 1688 0 0 0 31 0 0 0 20 0 20 0 2574879 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387971701616 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14209] ppid=14168 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14209/stat : 14209 (java) S 14168 14172 9838 0 -1 1077944384 1388 0 0 0 39 0 0 0 20 0 20 0 2574879 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387970648816 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14210] ppid=14168 vsize=10900632 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14210/stat : 14210 (java) S 14168 14172 9838 0 -1 1077944384 2221 0 0 0 44 0 0 0 20 0 20 0 2574879 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387969596016 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14211] ppid=14168 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14211/stat : 14211 (java) S 14168 14172 9838 0 -1 1077944384 2022 0 0 0 41 0 0 0 20 0 20 0 2574879 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387968543216 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14212] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14212/stat : 14212 (java) S 14168 14172 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387967490656 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14213] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14213/stat : 14213 (java) S 14168 14172 9838 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2574880 11162247168 298312 33554432000 4194304 4196468 140725549619328 140387966437936 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 10900632

[startup+6.30089 s]
/proc/loadavg: 2.18 2.07 2.06 3/281 14220
/proc/meminfo: memFree=29135532/32770624 swapFree=5664/204456
[pid=14172] ppid=14168 vsize=10900632 CPUtime=12.71 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 34195 0 0 0 1114 157 0 0 20 0 20 0 2574870 11162247168 573787 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725158 573787 3148 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900632 CPUtime=5.91 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) R 14168 14172 9838 0 -1 4202560 8681 0 0 0 561 30 0 0 20 0 20 0 2574871 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388504668264 140388141550497 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14178] ppid=14168 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14178/stat : 14178 (java) S 14168 14172 9838 0 -1 1077944384 245 0 0 0 14 16 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388456983184 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14179] ppid=14168 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14179/stat : 14179 (java) S 14168 14172 9838 0 -1 1077944384 366 0 0 0 14 15 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388105902608 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14180] ppid=14168 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14180/stat : 14180 (java) S 14168 14172 9838 0 -1 1077944384 480 0 0 0 14 14 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388104849808 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14181] ppid=14168 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14181/stat : 14181 (java) S 14168 14172 9838 0 -1 1077944384 417 0 0 0 14 14 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388103797008 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14182] ppid=14168 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14182/stat : 14182 (java) S 14168 14172 9838 0 -1 1077944384 215 0 0 0 13 16 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388102745232 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14183] ppid=14168 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14183/stat : 14183 (java) S 14168 14172 9838 0 -1 1077944384 427 0 0 0 15 14 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388101692432 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14184] ppid=14168 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14184/stat : 14184 (java) S 14168 14172 9838 0 -1 1077944384 321 0 0 0 14 15 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388100639632 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14185] ppid=14168 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14185/stat : 14185 (java) S 14168 14172 9838 0 -1 1077944384 198 0 0 0 15 14 0 0 20 0 20 0 2574872 11162247168 573787 33554432000 4194304 4196468 140725549619328 140388099586832 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14192] ppid=14168 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14192/stat : 14192 (java) S 14168 14172 9838 0 -1 1077944384 1389 0 0 0 1 0 0 0 20 0 20 0 2574874 11162247168 573787 33554432000 4194304 4196468 140725549619328 140387975911792 140388500441730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14202] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14202/stat : 14202 (java) S 14168 14172 9838 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 2574875 11162247168 573787 33554432000 4194304 4196468 140725549619328 140387974857760 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14203] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14203/stat : 14203 (java) S 14168 14172 9838 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 2574876 11162247168 573787 33554432000 4194304 4196468 140725549619328 140387973804912 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14207] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/14172/task/14207/stat : 14207 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387972753232 140388500449179 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14208] ppid=14168 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14208/stat : 14208 (java) S 14168 14172 9838 0 -1 1077944384 5379 0 0 0 132 1 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387971701664 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14209] ppid=14168 vsize=10900632 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14209/stat : 14209 (java) S 14168 14172 9838 0 -1 1077944384 5333 0 0 0 138 1 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387970648576 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14210] ppid=14168 vsize=10900632 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14210/stat : 14210 (java) S 14168 14172 9838 0 -1 1077944384 7393 0 0 0 149 1 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387969596064 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14211] ppid=14168 vsize=10900632 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14211/stat : 14211 (java) S 14168 14172 9838 0 -1 1077944384 3323 0 0 0 53 0 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387968543264 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14212] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14212/stat : 14212 (java) S 14168 14172 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387967490656 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14213] ppid=14168 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14213/stat : 14213 (java) S 14168 14172 9838 0 -1 1077944384 269 0 0 0 4 3 0 0 20 0 20 0 2574880 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387966437936 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 1136.88
Current children cumulated vsize (KiB) 10900632

[startup+200.001 s]
/proc/loadavg: 6.41 3.79 2.71 10/282 14231
/proc/meminfo: memFree=18500784/32770624 swapFree=5664/204632
[pid=14172] ppid=14168 vsize=10900632 CPUtime=1149.3 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 1042588 0 0 0 113484 1446 0 0 20 0 20 0 2574870 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725158 2081124 3164 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900632 CPUtime=39.17 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) S 14168 14172 9838 0 -1 1077944384 18759 0 0 0 3878 39 0 0 20 0 20 0 2574871 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388504664080 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14178] ppid=14168 vsize=10900632 CPUtime=135.21 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14178/stat : 14178 (java) R 14168 14172 9838 0 -1 4202560 86929 0 0 0 13350 171 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388456983304 140388493058791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14179] ppid=14168 vsize=10900632 CPUtime=135.64 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14179/stat : 14179 (java) R 14168 14172 9838 0 -1 4202560 86675 0 0 0 13376 188 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388105902728 140388493058791 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14180] ppid=14168 vsize=10900632 CPUtime=135.58 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14180/stat : 14180 (java) R 14168 14172 9838 0 -1 4202560 82376 0 0 0 13399 159 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388104850008 140388485131488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14181] ppid=14168 vsize=10900632 CPUtime=135.1 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14181/stat : 14181 (java) R 14168 14172 9838 0 -1 4202560 142392 0 0 0 13354 156 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388103797128 140388493058791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14182] ppid=14168 vsize=10900632 CPUtime=135.12 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14182/stat : 14182 (java) S 14168 14172 9838 0 -1 1077944384 116349 0 0 0 13336 176 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388102745040 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14183] ppid=14168 vsize=10900632 CPUtime=135.1 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14183/stat : 14183 (java) R 14168 14172 9838 0 -1 4202560 75658 0 0 0 13322 188 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388101692552 140388493058791 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14184] ppid=14168 vsize=10900632 CPUtime=135.41 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14184/stat : 14184 (java) R 14168 14172 9838 0 -1 4202560 108080 0 0 0 13362 179 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388100639752 140388493058791 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14185] ppid=14168 vsize=10900632 CPUtime=135.62 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14185/stat : 14185 (java) R 14168 14172 9838 0 -1 4202560 255060 0 0 0 13388 174 0 0 20 0 20 0 2574872 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140388099586952 140388483813618 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14192] ppid=14168 vsize=10900632 CPUtime=22.39 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14192/stat : 14192 (java) S 14168 14172 9838 0 -1 1077944384 47190 0 0 0 2236 3 0 0 20 0 20 0 2574874 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387975910352 140388500440789 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14202] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14202/stat : 14202 (java) S 14168 14172 9838 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 2574875 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387974857824 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14203] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14203/stat : 14203 (java) S 14168 14172 9838 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 2574876 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387973804912 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14207] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14207/stat : 14207 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387972753232 140388500449179 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14208] ppid=14168 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14208/stat : 14208 (java) S 14168 14172 9838 0 -1 1077944384 5379 0 0 0 132 1 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387971701664 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14209] ppid=14168 vsize=10900632 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14209/stat : 14209 (java) S 14168 14172 9838 0 -1 1077944384 5333 0 0 0 138 1 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387970648576 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14210] ppid=14168 vsize=10900632 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14210/stat : 14210 (java) S 14168 14172 9838 0 -1 1077944384 7393 0 0 0 149 1 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387969596064 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14211] ppid=14168 vsize=10900632 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14211/stat : 14211 (java) S 14168 14172 9838 0 -1 1077944384 3323 0 0 0 53 0 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387968543264 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14212] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14212/stat : 14212 (java) S 14168 14172 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387967490656 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14213] ppid=14168 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14213/stat : 14213 (java) S 14168 14172 9838 0 -1 1077944384 269 0 0 0 4 3 0 0 20 0 20 0 2574880 11162247168 2081124 33554432000 4194304 4196468 140725549619328 140387966437936 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 1149.3
Current children cumulated vsize (KiB) 10900632

[startup+201.601 s]
/proc/loadavg: 6.41 3.79 2.71 10/282 14231
/proc/meminfo: memFree=18500784/32770624 swapFree=5664/204632
[pid=14172] ppid=14168 vsize=10900632 CPUtime=1160.8 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 1045030 0 0 0 114631 1449 0 0 20 0 20 0 2574870 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725158 2081131 3164 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900632 CPUtime=39.17 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) S 14168 14172 9838 0 -1 1077944384 18759 0 0 0 3878 39 0 0 20 0 20 0 2574871 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388504664080 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14178] ppid=14168 vsize=10900632 CPUtime=136.62 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14178/stat : 14178 (java) S 14168 14172 9838 0 -1 1077944384 86929 0 0 0 13491 171 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388456983184 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14179] ppid=14168 vsize=10900632 CPUtime=137.06 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14179/stat : 14179 (java) S 14168 14172 9838 0 -1 1077944384 86676 0 0 0 13518 188 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388105902608 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14180] ppid=14168 vsize=10900632 CPUtime=137.04 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14180/stat : 14180 (java) S 14168 14172 9838 0 -1 1077944384 82748 0 0 0 13545 159 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388104849808 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14181] ppid=14168 vsize=10900632 CPUtime=136.5 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14181/stat : 14181 (java) S 14168 14172 9838 0 -1 1077944384 142392 0 0 0 13494 156 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388103797008 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14182] ppid=14168 vsize=10900632 CPUtime=136.54 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14182/stat : 14182 (java) S 14168 14172 9838 0 -1 1077944384 116349 0 0 0 13477 177 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388102745232 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14183] ppid=14168 vsize=10900632 CPUtime=136.52 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14183/stat : 14183 (java) S 14168 14172 9838 0 -1 1077944384 75658 0 0 0 13464 188 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388101692432 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14184] ppid=14168 vsize=10900632 CPUtime=136.84 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14184/stat : 14184 (java) S 14168 14172 9838 0 -1 1077944384 108080 0 0 0 13504 180 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388100639632 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14185] ppid=14168 vsize=10900632 CPUtime=137 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14185/stat : 14185 (java) S 14168 14172 9838 0 -1 1077944384 255060 0 0 0 13525 175 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388099586832 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14192] ppid=14168 vsize=10900632 CPUtime=22.53 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14192/stat : 14192 (java) R 14168 14172 9838 0 -1 4202560 49255 0 0 0 2250 3 0 0 20 0 20 0 2574874 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387975910240 140388485427092 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14202] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14202/stat : 14202 (java) S 14168 14172 9838 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 2574875 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387974857824 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14203] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14203/stat : 14203 (java) S 14168 14172 9838 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 2574876 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387973804912 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14207] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14207/stat : 14207 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387972753232 140388500449179 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14208] ppid=14168 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14208/stat : 14208 (java) S 14168 14172 9838 0 -1 1077944384 5379 0 0 0 132 1 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387971701664 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14209] ppid=14168 vsize=10900632 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14209/stat : 14209 (java) S 14168 14172 9838 0 -1 1077944384 5333 0 0 0 138 1 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387970648576 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14210] ppid=14168 vsize=10900632 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14210/stat : 14210 (java) S 14168 14172 9838 0 -1 1077944384 7393 0 0 0 149 1 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387969596064 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14211] ppid=14168 vsize=10900632 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14211/stat : 14211 (java) S 14168 14172 9838 0 -1 1077944384 3323 0 0 0 53 0 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387968543264 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14212] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14212/stat : 14212 (java) S 14168 14172 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387967490656 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14213] ppid=14168 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14213/stat : 14213 (java) S 14168 14172 9838 0 -1 1077944384 273 0 0 0 5 3 0 0 20 0 20 0 2574880 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387966437936 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 1160.8
Current children cumulated vsize (KiB) 10900632

[startup+202.401 s]
/proc/loadavg: 6.06 3.76 2.71 3/282 14231
/proc/meminfo: memFree=18500784/32770624 swapFree=5664/204632
[pid=14172] ppid=14168 vsize=10900632 CPUtime=1161.61 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) S 14168 14172 9838 0 -1 1077944320 1045551 0 0 0 114712 1449 0 0 20 0 20 0 2574870 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140725549601872 140388500430583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
/proc/14172/statm: 2725158 2081131 3164 1 0 2713552 0
[pid=14172/tid=14176] ppid=14168 vsize=10900632 CPUtime=39.17 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14176/stat : 14176 (java) S 14168 14172 9838 0 -1 1077944384 18759 0 0 0 3878 39 0 0 20 0 20 0 2574871 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388504664080 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14178] ppid=14168 vsize=10900632 CPUtime=136.62 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14178/stat : 14178 (java) S 14168 14172 9838 0 -1 1077944384 86929 0 0 0 13491 171 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388456983184 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14179] ppid=14168 vsize=10900632 CPUtime=137.06 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14179/stat : 14179 (java) S 14168 14172 9838 0 -1 1077944384 86676 0 0 0 13518 188 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388105902608 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14180] ppid=14168 vsize=10900632 CPUtime=137.04 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14180/stat : 14180 (java) S 14168 14172 9838 0 -1 1077944384 82748 0 0 0 13545 159 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388104849808 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14181] ppid=14168 vsize=10900632 CPUtime=136.5 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14181/stat : 14181 (java) S 14168 14172 9838 0 -1 1077944384 142392 0 0 0 13494 156 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388103797008 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14182] ppid=14168 vsize=10900632 CPUtime=136.54 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14182/stat : 14182 (java) S 14168 14172 9838 0 -1 1077944384 116349 0 0 0 13477 177 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388102745232 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14183] ppid=14168 vsize=10900632 CPUtime=136.52 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14183/stat : 14183 (java) S 14168 14172 9838 0 -1 1077944384 75658 0 0 0 13464 188 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388101692432 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14184] ppid=14168 vsize=10900632 CPUtime=136.84 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14184/stat : 14184 (java) S 14168 14172 9838 0 -1 1077944384 108080 0 0 0 13504 180 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388100639632 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14185] ppid=14168 vsize=10900632 CPUtime=137 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14185/stat : 14185 (java) S 14168 14172 9838 0 -1 1077944384 255060 0 0 0 13525 175 0 0 20 0 20 0 2574872 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140388099586832 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14192] ppid=14168 vsize=10900632 CPUtime=23.34 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14192/stat : 14192 (java) R 14168 14172 9838 0 -1 4202560 49776 0 0 0 2331 3 0 0 20 0 20 0 2574874 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387975910240 140388485426984 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14202] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14202/stat : 14202 (java) S 14168 14172 9838 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 2574875 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387974857824 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14203] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14203/stat : 14203 (java) S 14168 14172 9838 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 2574876 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387973804912 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14207] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14207/stat : 14207 (java) S 14168 14172 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387972753232 140388500449179 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14208] ppid=14168 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14208/stat : 14208 (java) S 14168 14172 9838 0 -1 1077944384 5379 0 0 0 132 1 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387971701664 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14209] ppid=14168 vsize=10900632 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14209/stat : 14209 (java) S 14168 14172 9838 0 -1 1077944384 5333 0 0 0 138 1 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387970648576 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14210] ppid=14168 vsize=10900632 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14210/stat : 14210 (java) S 14168 14172 9838 0 -1 1077944384 7393 0 0 0 149 1 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387969596064 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14211] ppid=14168 vsize=10900632 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14211/stat : 14211 (java) S 14168 14172 9838 0 -1 1077944384 3323 0 0 0 53 0 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387968543264 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14212] ppid=14168 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14212/stat : 14212 (java) S 14168 14172 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2574879 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387967490656 140388500440789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
[pid=14172/tid=14213] ppid=14168 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14213/stat : 14213 (java) S 14168 14172 9838 0 -1 1077944384 273 0 0 0 5 3 0 0 20 0 20 0 2574880 11162247168 2081131 33554432000 4194304 4196468 140725549619328 140387966437936 140388500441730 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27361280 140725549622443 140725549622596 140725549622596 140725549625295 0
Current children cumulated CPU time (s) 1161.61
Current children cumulated vsize (KiB) 10900632

[startup+202.801 s]
/proc/loadavg: 6.06 3.76 2.71 3/282 14231
/proc/meminfo: memFree=18500784/32770624 swapFree=5664/204632
[pid=14172] ppid=14168 vsize=0 CPUtime=1161.8 cores=1,3,5,7,9,11,13,15
/proc/14172/stat : 14172 (java) Z 14168 14172 9838 0 -1 4227084 1052323 0 2 0 114730 1450 0 0 20 0 2 0 2574870 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/14172/statm: 0 0 0 0 0 0 0
[pid=14172/tid=14182] ppid=14168 vsize=0 CPUtime=136.54 cores=1,3,5,7,9,11,13,15
/proc/14172/task/14182/stat : 14182 (java) R 14168 14172 9838 0 -1 4203588 116349 0 0 0 13477 177 0 0 20 0 2 0 2574872 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1161.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 202.871
CPU time (s): 1161.88
CPU user time (s): 1147.31
CPU system time (s): 14.5735
CPU usage (%): 572.719
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1147.31
system time used= 14.5735
maximum resident set size= 8325648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1052323
page faults= 2
swaps= 0
block input operations= 2688
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33565
involuntary context switches= 85464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.66363 second user time and 1.98386 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-21 23:37:37
IDJOB=4243498
IDBENCH=123023
IDSOLVER=2623
FILE ID=node114/4243498-1500673057
RUNJOBID= node114-1500673057-14152
PBS_JOBID= 20623304
Free space on /tmp= 62012 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai80a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243498-1500673057/watcher-4243498-1500673057 -o /tmp/evaluation-result-4243498-1500673057/solver-4243498-1500673057 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500673057-14152 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243498-1500673057.xml

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

MD5SUM BENCH= c9a66f606132a3c8760ec6756f0c4250
RANDOM SEED=1698590801

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32018988 kB
MemAvailable:   32027788 kB
Buffers:           42236 kB
Cached:           276664 kB
SwapCached:            0 kB
Active:           160168 kB
Inactive:         217056 kB
Active(anon):      61484 kB
Inactive(anon):     8836 kB
Active(file):      98684 kB
Inactive(file):   208220 kB
Unevictable:        5664 kB
Mlocked:            5664 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4556 kB
Writeback:            20 kB
AnonPages:         61892 kB
Mapped:            29148 kB
Shmem:              8848 kB
Slab:              67536 kB
SReclaimable:      35460 kB
SUnreclaim:        32076 kB
KernelStack:        4304 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62004 MiB
End job on node114 at 2017-07-21 23:41:00