Trace number 4244109

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? 1169.87 200.525

General information on the benchmark

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

Solver Data

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

pid=8073
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 1.96 1.84 1.87 3/263 8076
/proc/meminfo: memFree=31105456/32770624 swapFree=5840/233104
[pid=8076] ppid=8073 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 2083 0 0 0 0 0 0 0 20 0 2 0 3331660 8550137856 2329 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2087436 2329 1197 1 0 2076347 0
[pid=8076/tid=8077] ppid=8073 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 886 0 0 0 0 0 0 0 20 0 2 0 3331660 8550137856 2461 33554432000 4194304 4196468 140722406573920 140591851714976 140591839762336 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0

[startup+0.100115 s]
/proc/loadavg: 1.96 1.84 1.87 3/263 8076
/proc/meminfo: memFree=31105456/32770624 swapFree=5840/233104
[pid=8076] ppid=8073 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 4729 0 0 0 8 1 0 0 20 0 20 0 3331660 11162169344 5843 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725139 5843 2632 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 2832 0 0 0 7 1 0 0 20 0 20 0 3331660 11162169344 5843 33554432000 4194304 4196468 140722406573920 140591851708624 140591847484822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200355 s]
/proc/loadavg: 1.96 1.84 1.87 3/263 8076
/proc/meminfo: memFree=31105456/32770624 swapFree=5840/233104
[pid=8076] ppid=8073 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 7067 0 0 0 23 3 0 0 20 0 20 0 3331660 11162169344 8348 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725139 8348 2877 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 4660 0 0 0 16 2 0 0 20 0 20 0 3331660 11162169344 8348 33554432000 4194304 4196468 140722406573920 140591851700560 140591829322707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300361 s]
/proc/loadavg: 1.96 1.84 1.87 3/263 8076
/proc/meminfo: memFree=31105456/32770624 swapFree=5840/233104
[pid=8076] ppid=8073 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 8381 0 0 0 38 4 0 0 20 0 20 0 3331660 11162169344 10583 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725139 10583 2953 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 5419 0 0 0 25 2 0 0 20 0 20 0 3331660 11162169344 10583 33554432000 4194304 4196468 140722406573920 140591851701936 140591476337365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700199 s]
/proc/loadavg: 1.96 1.84 1.87 3/263 8076
/proc/meminfo: memFree=31105456/32770624 swapFree=5840/233104
[pid=8076] ppid=8073 vsize=10900632 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 12371 0 0 0 170 6 0 0 20 0 20 0 3331660 11162247168 28928 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725158 28928 3085 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 5815 0 0 0 64 3 0 0 20 0 20 0 3331660 11162247168 28928 33554432000 4194304 4196468 140722406573920 140591851708656 140591479260600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 10900632

[startup+1.50109 s]
/proc/loadavg: 1.96 1.85 1.87 7/283 8096
/proc/meminfo: memFree=31005248/32770624 swapFree=5840/233444
[pid=8076] ppid=8073 vsize=10900632 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 28117 0 0 0 408 28 0 0 20 0 20 0 3331660 11162247168 61973 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725158 61973 3128 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900632 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 7333 0 0 0 137 5 0 0 20 0 20 0 3331660 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591851685320 140591479208064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8079] ppid=8073 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 2458 0 -1 1077944384 96 0 0 0 2 2 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591800093328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8080] ppid=8073 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 2458 0 -1 1077944384 55 0 0 0 2 2 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591799040528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8081] ppid=8073 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 2458 0 -1 1077944384 43 0 0 0 2 1 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591797987728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8082] ppid=8073 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 2458 0 -1 1077944384 71 0 0 0 2 2 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591796934928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8083] ppid=8073 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 2458 0 -1 1077944384 34 0 0 0 1 3 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591449693328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8084] ppid=8073 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 2458 0 -1 1077944384 41 0 0 0 2 2 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591448640528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8085] ppid=8073 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 2458 0 -1 1077944384 48 0 0 0 2 2 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591447587728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8086] ppid=8073 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 2458 0 -1 1077944384 145 0 0 0 2 2 0 0 20 0 20 0 3331661 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591446534928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8087] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 2458 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 20 0 3331663 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591054702960 140591847484034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8088] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 2458 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591053648928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8089] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591052596080 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8090] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3331668 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591051544400 140591847491483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8091] ppid=8073 vsize=10900632 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8091/stat : 8091 (java) R 8073 8076 2458 0 -1 4202560 4924 0 0 0 62 0 0 0 20 0 20 0 3331668 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591050491840 140591833451713 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8092] ppid=8073 vsize=10900632 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8092/stat : 8092 (java) R 8073 8076 2458 0 -1 4202560 6510 0 0 0 91 1 0 0 20 0 20 0 3331668 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591049421000 140591830969675 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8093] ppid=8073 vsize=10900632 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8093/stat : 8093 (java) R 8073 8076 2458 0 -1 4202560 4088 0 0 0 64 0 0 0 20 0 20 0 3331668 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591048368200 140591830883778 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8094] ppid=8073 vsize=10900632 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8094/stat : 8094 (java) S 8073 8076 2458 0 -1 1077944384 3108 0 0 0 34 0 0 0 20 0 20 0 3331668 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591047334384 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8095] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8095/stat : 8095 (java) S 8073 8076 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3331669 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591046281824 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8096] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8096/stat : 8096 (java) S 8073 8076 2458 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 3331669 11162247168 61973 33554432000 4194304 4196468 140722406573920 140591045229104 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 10900632

[startup+3.10112 s]
/proc/loadavg: 1.96 1.85 1.87 10/283 8096
/proc/meminfo: memFree=30737900/32770624 swapFree=5840/233476
[pid=8076] ppid=8073 vsize=10900632 CPUtime=9.91 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 33860 0 0 0 862 129 0 0 20 0 20 0 3331660 11162247168 149984 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725158 149984 3134 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900632 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 7452 0 0 0 258 7 0 0 20 0 20 0 3331660 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591851703464 140591833736019 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8079] ppid=8073 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 2458 0 -1 1077944384 254 0 0 0 23 14 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591800093328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8080] ppid=8073 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 2458 0 -1 1077944384 236 0 0 0 22 13 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591799040528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8081] ppid=8073 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 2458 0 -1 1077944384 275 0 0 0 22 14 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591797987728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8082] ppid=8073 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 2458 0 -1 1077944384 430 0 0 0 25 16 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591796934928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8083] ppid=8073 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 2458 0 -1 1077944384 206 0 0 0 24 16 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591449693328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8084] ppid=8073 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 2458 0 -1 1077944384 313 0 0 0 25 12 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591448640528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8085] ppid=8073 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 2458 0 -1 1077944384 250 0 0 0 23 16 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591447587728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8086] ppid=8073 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 2458 0 -1 1077944384 380 0 0 0 22 13 0 0 20 0 20 0 3331661 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591446534928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8087] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 2458 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 20 0 3331663 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591054702960 140591847484034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8088] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 2458 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591053648992 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8089] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591052596096 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8090] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3331668 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591051544400 140591847491483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8091] ppid=8073 vsize=10900632 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 2458 0 -1 1077944384 5341 0 0 0 107 0 0 0 20 0 20 0 3331668 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591050492784 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8092] ppid=8073 vsize=10900632 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8092/stat : 8092 (java) S 8073 8076 2458 0 -1 1077944384 9048 0 0 0 154 1 0 0 20 0 20 0 3331668 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591049439984 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8093] ppid=8073 vsize=10900632 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8093/stat : 8093 (java) S 8073 8076 2458 0 -1 1077944384 4792 0 0 0 114 0 0 0 20 0 20 0 3331668 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591048387184 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8094] ppid=8073 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8094/stat : 8094 (java) S 8073 8076 2458 0 -1 1077944384 3129 0 0 0 36 0 0 0 20 0 20 0 3331668 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591047334384 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8095] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8095/stat : 8095 (java) S 8073 8076 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3331669 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591046281824 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8096] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8096/stat : 8096 (java) S 8073 8076 2458 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 3331669 11162247168 149984 33554432000 4194304 4196468 140722406573920 140591045229104 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 10900632

[startup+6.30087 s]
/proc/loadavg: 1.89 1.83 1.86 4/283 8096
/proc/meminfo: memFree=30145836/32770624 swapFree=5840/233484
[pid=8076] ppid=8073 vsize=10900632 CPUtime=20.58 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 43604 0 0 0 1811 247 0 0 20 0 20 0 3331660 11162247168 306028 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725158 306028 3150 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900632 CPUtime=4.09 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) R 8073 8076 2458 0 -1 4202560 7880 0 0 0 399 10 0 0 20 0 20 0 3331660 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591851705280 140591833735853 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8079] ppid=8073 vsize=10900632 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 2458 0 -1 1077944384 1281 0 0 0 116 29 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591800093328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8080] ppid=8073 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 2458 0 -1 1077944384 1307 0 0 0 114 29 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591799040528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8081] ppid=8073 vsize=10900632 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 2458 0 -1 1077944384 854 0 0 0 114 28 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591797987728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8082] ppid=8073 vsize=10900632 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 2458 0 -1 1077944384 1290 0 0 0 116 31 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591796934928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8083] ppid=8073 vsize=10900632 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 2458 0 -1 1077944384 1632 0 0 0 116 28 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591449693328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8084] ppid=8073 vsize=10900632 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 2458 0 -1 1077944384 1292 0 0 0 120 24 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591448640528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8085] ppid=8073 vsize=10900632 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 2458 0 -1 1077944384 1325 0 0 0 114 30 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591447587728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8086] ppid=8073 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 2458 0 -1 1077944384 1429 0 0 0 115 28 0 0 20 0 20 0 3331661 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591446534928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8087] ppid=8073 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 2458 0 -1 1077944384 1552 0 0 0 66 0 0 0 20 0 20 0 3331663 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591054702960 140591847484034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8088] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 2458 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591053648992 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8089] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 306028 33554432000 4194304 4196468 140722406573920 140591052596096 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8090] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591051544400 140591847491483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8091] ppid=8073 vsize=10900632 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 2458 0 -1 1077944384 5774 0 0 0 132 1 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591050492832 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8092] ppid=8073 vsize=10900632 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8092/stat : 8092 (java) S 8073 8076 2458 0 -1 1077944384 9109 0 0 0 176 1 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591049439744 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8093] ppid=8073 vsize=10900632 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8093/stat : 8093 (java) S 8073 8076 2458 0 -1 1077944384 5107 0 0 0 147 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591048387232 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8094] ppid=8073 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8094/stat : 8094 (java) S 8073 8076 2458 0 -1 1077944384 4270 0 0 0 38 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591047334432 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8095] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8095/stat : 8095 (java) S 8073 8076 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3331669 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591046281824 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8096] ppid=8073 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8096/stat : 8096 (java) S 8073 8076 2458 0 -1 1077944384 236 0 0 0 4 3 0 0 20 0 20 0 3331669 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591045229104 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 1161.91
Current children cumulated vsize (KiB) 10900632

[startup+199.211 s]
/proc/loadavg: 12.23 5.65 3.26 16/281 8186
/proc/meminfo: memFree=15336244/32770624 swapFree=5840/233760
[pid=8076] ppid=8073 vsize=10900632 CPUtime=1168.17 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 206340 0 0 0 114868 1949 0 0 20 0 20 0 3331660 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725158 2079396 3151 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900632 CPUtime=39.39 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) S 8073 8076 2458 0 -1 1077944384 20550 0 0 0 3922 17 0 0 20 0 20 0 3331660 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591851705648 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8079] ppid=8073 vsize=10900632 CPUtime=137.64 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8079/stat : 8079 (java) R 8073 8076 2458 0 -1 4202560 14022 0 0 0 13519 245 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591800093136 140591830855922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8080] ppid=8073 vsize=10900632 CPUtime=137.28 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8080/stat : 8080 (java) R 8073 8076 2458 0 -1 4202560 14095 0 0 0 13468 260 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591799040648 140591830855922 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8081] ppid=8073 vsize=10900632 CPUtime=138.05 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8081/stat : 8081 (java) R 8073 8076 2458 0 -1 4202560 15657 0 0 0 13574 231 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591797987848 140591832173505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8082] ppid=8073 vsize=10900632 CPUtime=138.57 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8082/stat : 8082 (java) R 8073 8076 2458 0 -1 4202560 13956 0 0 0 13629 228 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591796935048 140591840101095 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8083] ppid=8073 vsize=10900632 CPUtime=138.16 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8083/stat : 8083 (java) R 8073 8076 2458 0 -1 4202560 14074 0 0 0 13579 237 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591449693136 140591840101095 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8084] ppid=8073 vsize=10900632 CPUtime=138.05 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8084/stat : 8084 (java) R 8073 8076 2458 0 -1 4202560 16598 0 0 0 13559 246 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591448640648 140591840101095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8085] ppid=8073 vsize=10900632 CPUtime=138.78 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8085/stat : 8085 (java) R 8073 8076 2458 0 -1 4202560 18067 0 0 0 13648 230 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591447587536 140591840101095 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8086] ppid=8073 vsize=10900632 CPUtime=138.43 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8086/stat : 8086 (java) R 8073 8076 2458 0 -1 4202560 20047 0 0 0 13602 241 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591446535048 140591840101095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8087] ppid=8073 vsize=10900632 CPUtime=18.64 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 2458 0 -1 1077944384 33369 0 0 0 1862 2 0 0 20 0 20 0 3331663 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591054701520 140591847483093 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8088] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 2458 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591053648992 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8089] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591052596096 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8090] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591051544400 140591847491483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8091] ppid=8073 vsize=10900632 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 2458 0 -1 1077944384 5774 0 0 0 132 1 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591050492832 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8092] ppid=8073 vsize=10900632 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8092/stat : 8092 (java) S 8073 8076 2458 0 -1 1077944384 9109 0 0 0 176 1 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591049439744 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8093] ppid=8073 vsize=10900632 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8093/stat : 8093 (java) S 8073 8076 2458 0 -1 1077944384 5107 0 0 0 147 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591048387232 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8094] ppid=8073 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8094/stat : 8094 (java) S 8073 8076 2458 0 -1 1077944384 4270 0 0 0 38 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591047334432 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8095] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8095/stat : 8095 (java) S 8073 8076 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3331669 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591046281824 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8096] ppid=8073 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8096/stat : 8096 (java) S 8073 8076 2458 0 -1 1077944384 236 0 0 0 4 3 0 0 20 0 20 0 3331669 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591045229104 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 1168.17
Current children cumulated vsize (KiB) 10900632

[startup+200.001 s]
/proc/loadavg: 12.23 5.65 3.26 16/281 8186
/proc/meminfo: memFree=15336244/32770624 swapFree=5840/233760
[pid=8076] ppid=8073 vsize=10900632 CPUtime=1169.51 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 208230 0 0 0 115002 1949 0 0 20 0 20 0 3331660 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2725158 2079396 3151 1 0 2713552 0
[pid=8076/tid=8077] ppid=8073 vsize=10900632 CPUtime=39.39 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) S 8073 8076 2458 0 -1 1077944384 20550 0 0 0 3922 17 0 0 20 0 20 0 3331660 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591851705648 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8079] ppid=8073 vsize=10900632 CPUtime=137.72 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 2458 0 -1 1077944384 14023 0 0 0 13527 245 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591800093328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8080] ppid=8073 vsize=10900632 CPUtime=137.36 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 2458 0 -1 1077944384 14095 0 0 0 13476 260 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591799040528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8081] ppid=8073 vsize=10900632 CPUtime=138.13 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 2458 0 -1 1077944384 15670 0 0 0 13582 231 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591797987728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8082] ppid=8073 vsize=10900632 CPUtime=138.65 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 2458 0 -1 1077944384 13956 0 0 0 13637 228 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591796934928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8083] ppid=8073 vsize=10900632 CPUtime=138.24 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 2458 0 -1 1077944384 14074 0 0 0 13587 237 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591449693328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8084] ppid=8073 vsize=10900632 CPUtime=138.13 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 2458 0 -1 1077944384 16598 0 0 0 13567 246 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591448640528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8085] ppid=8073 vsize=10900632 CPUtime=138.86 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 2458 0 -1 1077944384 18067 0 0 0 13656 230 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591447587728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8086] ppid=8073 vsize=10900632 CPUtime=138.51 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 2458 0 -1 1077944384 20047 0 0 0 13610 241 0 0 20 0 20 0 3331661 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591446534928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8087] ppid=8073 vsize=10900632 CPUtime=19.35 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8087/stat : 8087 (java) R 8073 8076 2458 0 -1 4202560 35245 0 0 0 1933 2 0 0 20 0 20 0 3331663 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591054701408 140591832469291 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8088] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 2458 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591053648992 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8089] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3331664 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591052596096 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8090] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591051544400 140591847491483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8091] ppid=8073 vsize=10900632 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 2458 0 -1 1077944384 5774 0 0 0 132 1 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591050492832 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8092] ppid=8073 vsize=10900632 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8092/stat : 8092 (java) S 8073 8076 2458 0 -1 1077944384 9109 0 0 0 176 1 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591049439744 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8093] ppid=8073 vsize=10900632 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8093/stat : 8093 (java) S 8073 8076 2458 0 -1 1077944384 5107 0 0 0 147 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591048387232 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8094] ppid=8073 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8094/stat : 8094 (java) S 8073 8076 2458 0 -1 1077944384 4270 0 0 0 38 0 0 0 20 0 20 0 3331668 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591047334432 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8095] ppid=8073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8095/stat : 8095 (java) S 8073 8076 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3331669 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591046281824 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8096] ppid=8073 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8096/stat : 8096 (java) S 8073 8076 2458 0 -1 1077944384 236 0 0 0 4 3 0 0 20 0 20 0 3331669 11162247168 2079396 33554432000 4194304 4196468 140722406573920 140591045229104 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 1169.51
Current children cumulated vsize (KiB) 10900632

[startup+200.401 s]
/proc/loadavg: 11.97 5.70 3.29 10/281 8186
/proc/meminfo: memFree=15336244/32770624 swapFree=5840/233760
[pid=8076] ppid=8073 vsize=11033912 CPUtime=1169.82 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) S 8073 8076 2458 0 -1 1077944320 214506 0 2 0 115032 1950 0 0 20 0 21 0 3331660 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140722406556464 140591847472887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
/proc/8076/statm: 2758478 2079612 3196 1 0 2746834 0
[pid=8076/tid=8077] ppid=8073 vsize=11033912 CPUtime=39.42 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8077/stat : 8077 (java) S 8073 8076 2458 0 -1 1077944384 22006 0 2 0 3924 18 0 0 20 0 21 0 3331660 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591851713568 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 1 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8079] ppid=8073 vsize=11033912 CPUtime=137.72 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 2458 0 -1 1077944384 14023 0 0 0 13527 245 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591800093328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8080] ppid=8073 vsize=11033912 CPUtime=137.36 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 2458 0 -1 1077944384 14095 0 0 0 13476 260 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591799040528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8081] ppid=8073 vsize=11033912 CPUtime=138.13 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 2458 0 -1 1077944384 15670 0 0 0 13582 231 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591797987728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8082] ppid=8073 vsize=11033912 CPUtime=138.65 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 2458 0 -1 1077944384 13956 0 0 0 13637 228 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591796934928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8083] ppid=8073 vsize=11033912 CPUtime=138.24 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 2458 0 -1 1077944384 14074 0 0 0 13587 237 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591449693328 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8084] ppid=8073 vsize=11033912 CPUtime=138.13 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 2458 0 -1 1077944384 16598 0 0 0 13567 246 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591448640528 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8085] ppid=8073 vsize=11033912 CPUtime=138.86 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 2458 0 -1 1077944384 18067 0 0 0 13656 230 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591447587728 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8086] ppid=8073 vsize=11033912 CPUtime=138.51 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 2458 0 -1 1077944384 20047 0 0 0 13610 241 0 0 20 0 21 0 3331661 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591446534928 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8087] ppid=8073 vsize=11033912 CPUtime=19.58 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 2458 0 -1 1077944384 39001 0 0 0 1956 2 0 0 20 0 21 0 3331663 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591054702960 140591847484034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8088] ppid=8073 vsize=11033912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 2458 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 21 0 3331664 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591053648992 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8089] ppid=8073 vsize=11033912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 3331664 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591052596096 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8090] ppid=8073 vsize=11033912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3331668 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591051544400 140591847491483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8091] ppid=8073 vsize=11033912 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 2458 0 -1 1077944384 5777 0 0 0 132 1 0 0 20 0 21 0 3331668 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591050492784 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8092] ppid=8073 vsize=11033912 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8092/stat : 8092 (java) S 8073 8076 2458 0 -1 1077944384 9746 0 0 0 178 1 0 0 20 0 21 0 3331668 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591049439984 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8093] ppid=8073 vsize=11033912 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8093/stat : 8093 (java) S 8073 8076 2458 0 -1 1077944384 5109 0 0 0 147 0 0 0 20 0 21 0 3331668 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591048387184 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8094] ppid=8073 vsize=11033912 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8094/stat : 8094 (java) S 8073 8076 2458 0 -1 1077944384 4620 0 0 0 39 0 0 0 20 0 21 0 3331668 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591047334384 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8095] ppid=8073 vsize=11033912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8095/stat : 8095 (java) S 8073 8076 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3331669 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591046281824 140591847483093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
[pid=8076/tid=8096] ppid=8073 vsize=11033912 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8096/stat : 8096 (java) S 8073 8076 2458 0 -1 1077944384 236 0 0 0 4 3 0 0 20 0 21 0 3331669 11298725888 2079612 33554432000 4194304 4196468 140722406573920 140591045229104 140591847484034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27348992 140722406577323 140722406577476 140722406577476 140722406580175 0
Current children cumulated CPU time (s) 1169.82
Current children cumulated vsize (KiB) 11033912

[startup+200.501 s]
/proc/loadavg: 11.97 5.70 3.29 10/281 8186
/proc/meminfo: memFree=15336244/32770624 swapFree=5840/233760
[pid=8076] ppid=8073 vsize=0 CPUtime=1169.83 cores=0,2,4,6,8,10,12,14
/proc/8076/stat : 8076 (java) Z 8073 8076 2458 0 -1 4227084 214603 0 2 0 115032 1951 0 0 20 0 2 0 3331660 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8076/statm: 0 0 0 0 0 0 0
[pid=8076/tid=8079] ppid=8073 vsize=0 CPUtime=137.73 cores=0,2,4,6,8,10,12,14
/proc/8076/task/8079/stat : 8079 (java) R 8073 8076 2458 0 -1 4203588 14023 0 0 0 13527 246 0 0 20 0 2 0 3331661 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 10 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1169.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 200.525
CPU time (s): 1169.87
CPU user time (s): 1150.33
CPU system time (s): 19.5434
CPU usage (%): 583.403
Max. virtual memory (cumulated for all children) (KiB): 11033912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1150.33
system time used= 19.5434
maximum resident set size= 8318740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214603
page faults= 2
swaps= 0
block input operations= 1888
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24639
involuntary context switches= 110426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.69629 second user time and 1.93681 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 01:43:59
IDJOB=4244109
IDBENCH=135904
IDSOLVER=2623
FILE ID=node126/4244109-1500680639
RUNJOBID= node126-1500673388-6381
PBS_JOBID= 20623294
Free space on /tmp= 61980 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244109-1500680639/watcher-4244109-1500680639 -o /tmp/evaluation-result-4244109-1500680639/solver-4244109-1500680639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500673388-6381 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244109-1500680639.xml

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

MD5SUM BENCH= 8c67453fb3d985d7ef69f755cd1f1510
RANDOM SEED=1926621203

node126.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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.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		: 2400.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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 2267.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		: 2668.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.50
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		: 2400.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.50
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		: 2668.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.50
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:        31105456 kB
MemAvailable:   31118744 kB
Buffers:           44820 kB
Cached:           279888 kB
SwapCached:            0 kB
Active:          1050240 kB
Inactive:         241760 kB
Active(anon):     970004 kB
Inactive(anon):     8656 kB
Active(file):      80236 kB
Inactive(file):   233104 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:        971416 kB
Mapped:            41708 kB
Shmem:              8840 kB
Slab:              64056 kB
SReclaimable:      31564 kB
SUnreclaim:        32492 kB
KernelStack:        4720 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1465288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61980 MiB
End job on node126 at 2017-07-22 01:47:20