Trace number 4243656

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1759.05 286.741

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-06.xml
MD5SUMc11db23a97f48af6ae936ba62121dffc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.1703
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree106
Maximum variable degree123
Distribution of variable degrees[{"degree":106,"count":1},{"degree":107,"count":1},{"degree":108,"count":1},{"degree":111,"count":2},{"degree":112,"count":4},{"degree":113,"count":2},{"degree":114,"count":1},{"degree":116,"count":1},{"degree":117,"count":4},{"degree":118,"count":2},{"degree":120,"count":1},{"degree":123,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

Solver Data

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

pid=6255
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: 2.93 2.24 2.61 3/262 6258
/proc/meminfo: memFree=29588252/32770624 swapFree=5848/227724
[pid=6258] ppid=6255 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 2046 0 0 0 0 0 0 0 20 0 2 0 2762410 8550137856 2310 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2087436 2310 1197 1 0 2076347 0
[pid=6258/tid=6259] ppid=6255 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) R 6255 6258 2458 0 -1 4202560 846 0 0 0 0 0 0 0 20 0 2 0 2762410 8550137856 2376 33554432000 4194304 4196468 140726084344480 140056617732512 140056605779872 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0

[startup+0.100063 s]
/proc/loadavg: 2.93 2.24 2.61 3/262 6258
/proc/meminfo: memFree=29588252/32770624 swapFree=5848/227724
[pid=6258] ppid=6255 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 4721 0 0 0 9 1 0 0 20 0 20 0 2762410 11162169344 6281 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725139 6281 2614 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) R 6255 6258 2458 0 -1 4202560 2789 0 0 0 7 1 0 0 20 0 20 0 2762410 11162169344 6281 33554432000 4194304 4196468 140726084344480 140056617718464 140056216033336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200458 s]
/proc/loadavg: 2.93 2.24 2.61 3/262 6258
/proc/meminfo: memFree=29588252/32770624 swapFree=5848/227724
[pid=6258] ppid=6255 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 7063 0 0 0 23 3 0 0 20 0 20 0 2762410 11162169344 8980 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725139 8980 2895 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) R 6255 6258 2458 0 -1 4202560 4688 0 0 0 16 2 0 0 20 0 20 0 2762410 11162169344 8980 33554432000 4194304 4196468 140726084344480 140056617696320 140056597534053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300293 s]
/proc/loadavg: 2.93 2.24 2.61 3/262 6258
/proc/meminfo: memFree=29588252/32770624 swapFree=5848/227724
[pid=6258] ppid=6255 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 8364 0 0 0 40 4 0 0 20 0 20 0 2762410 11162169344 11276 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725139 11276 2980 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) R 6255 6258 2458 0 -1 4202560 5235 0 0 0 25 2 0 0 20 0 20 0 2762410 11162169344 11276 33554432000 4194304 4196468 140726084344480 140056617719736 140056217114066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.7003 s]
/proc/loadavg: 2.93 2.24 2.61 3/262 6258
/proc/meminfo: memFree=29588252/32770624 swapFree=5848/227724
[pid=6258] ppid=6255 vsize=10900632 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 11673 0 0 0 155 12 0 0 20 0 20 0 2762410 11162247168 50286 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725158 50286 3095 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) R 6255 6258 2458 0 -1 4202560 5638 0 0 0 61 4 0 0 20 0 20 0 2762410 11162247168 50286 33554432000 4194304 4196468 140726084344480 140056617728584 140056613502358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10900632

[startup+1.50089 s]
/proc/loadavg: 2.93 2.24 2.61 3/282 6278
/proc/meminfo: memFree=29400576/32770624 swapFree=5848/228172
[pid=6258] ppid=6255 vsize=10900632 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 12410 0 0 0 280 20 0 0 20 0 20 0 2762410 11162247168 65809 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725158 65809 3107 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) R 6255 6258 2458 0 -1 4202560 5697 0 0 0 139 4 0 0 20 0 20 0 2762410 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056617726952 140056218370036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6261] ppid=6255 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6261/stat : 6261 (java) S 6255 6258 2458 0 -1 1077944384 76 0 0 0 1 2 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056539564944 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6262] ppid=6255 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6262/stat : 6262 (java) S 6255 6258 2458 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056538512144 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6263] ppid=6255 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6263/stat : 6263 (java) S 6255 6258 2458 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056537459856 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6264] ppid=6255 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6264/stat : 6264 (java) S 6255 6258 2458 0 -1 1077944384 72 0 0 0 2 1 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056536407056 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6265] ppid=6255 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6265/stat : 6265 (java) S 6255 6258 2458 0 -1 1077944384 24 0 0 0 2 1 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056215939472 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6266] ppid=6255 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6266/stat : 6266 (java) S 6255 6258 2458 0 -1 1077944384 74 0 0 0 1 1 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056214886672 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6267] ppid=6255 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6267/stat : 6267 (java) S 6255 6258 2458 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056213834384 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6268] ppid=6255 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6268/stat : 6268 (java) S 6255 6258 2458 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 20 0 2762411 11162247168 65809 33554432000 4194304 4196468 140726084344480 140056212781584 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6269] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6269/stat : 6269 (java) S 6255 6258 2458 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2762413 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055954541168 140056613501570 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6270] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6270/stat : 6270 (java) S 6255 6258 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055953487200 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6271] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6271/stat : 6271 (java) S 6255 6258 2458 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055952434800 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6272] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6272/stat : 6272 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055951383120 140056613509019 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6273] ppid=6255 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6273/stat : 6273 (java) S 6255 6258 2458 0 -1 1077944384 1019 0 0 0 28 0 0 0 20 0 20 0 2762418 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055950329968 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6274] ppid=6255 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6274/stat : 6274 (java) S 6255 6258 2458 0 -1 1077944384 1331 0 0 0 43 0 0 0 20 0 20 0 2762418 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055949277168 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6275] ppid=6255 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6275/stat : 6275 (java) S 6255 6258 2458 0 -1 1077944384 1117 0 0 0 25 0 0 0 20 0 20 0 2762418 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055948224880 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6276] ppid=6255 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6276/stat : 6276 (java) S 6255 6258 2458 0 -1 1077944384 1389 0 0 0 28 0 0 0 20 0 20 0 2762418 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055947172080 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6277] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6277/stat : 6277 (java) S 6255 6258 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055946120032 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6278] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6278/stat : 6278 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762419 11162247168 65809 33554432000 4194304 4196468 140726084344480 140055945067312 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10900632

[startup+3.10097 s]
/proc/loadavg: 2.77 2.22 2.60 5/282 6278
/proc/meminfo: memFree=29080684/32770624 swapFree=5848/228172
[pid=6258] ppid=6255 vsize=10900632 CPUtime=9.9 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 27820 0 0 0 851 139 0 0 20 0 20 0 2762410 11162247168 172048 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725158 172048 3145 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900632 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) S 6255 6258 2458 0 -1 1077944384 5881 0 0 0 246 6 0 0 20 0 20 0 2762410 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056617725120 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6261] ppid=6255 vsize=10900632 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6261/stat : 6261 (java) R 6255 6258 2458 0 -1 4202560 234 0 0 0 35 17 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056539565144 140056598191056 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6262] ppid=6255 vsize=10900632 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6262/stat : 6262 (java) R 6255 6258 2458 0 -1 4202560 182 0 0 0 36 15 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056538512344 140056595043664 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6263] ppid=6255 vsize=10900632 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6263/stat : 6263 (java) R 6255 6258 2458 0 -1 4202560 170 0 0 0 35 14 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056537460056 140056598486933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6264] ppid=6255 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6264/stat : 6264 (java) R 6255 6258 2458 0 -1 4202560 279 0 0 0 37 17 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056536407256 140056598191038 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6265] ppid=6255 vsize=10900632 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6265/stat : 6265 (java) R 6255 6258 2458 0 -1 4202560 226 0 0 0 36 15 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056215939672 140056598191008 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6266] ppid=6255 vsize=10900632 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6266/stat : 6266 (java) R 6255 6258 2458 0 -1 4202560 218 0 0 0 32 15 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056214886560 140056598191111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6267] ppid=6255 vsize=10900632 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6267/stat : 6267 (java) R 6255 6258 2458 0 -1 4202560 221 0 0 0 34 15 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056213834584 140056595100211 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6268] ppid=6255 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6268/stat : 6268 (java) R 6255 6258 2458 0 -1 4202560 181 0 0 0 31 15 0 0 20 0 20 0 2762411 11162247168 172048 33554432000 4194304 4196468 140726084344480 140056212781784 140056598191059 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6269] ppid=6255 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6269/stat : 6269 (java) S 6255 6258 2458 0 -1 1077944384 222 0 0 0 1 0 0 0 20 0 20 0 2762413 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055954539712 140056613500629 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6270] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6270/stat : 6270 (java) S 6255 6258 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055953487200 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6271] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6271/stat : 6271 (java) S 6255 6258 2458 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055952434800 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6272] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6272/stat : 6272 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055951383120 140056613509019 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6273] ppid=6255 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6273/stat : 6273 (java) S 6255 6258 2458 0 -1 1077944384 6073 0 0 0 116 0 0 0 20 0 20 0 2762418 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055950329968 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6274] ppid=6255 vsize=10900632 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6274/stat : 6274 (java) S 6255 6258 2458 0 -1 1077944384 4140 0 0 0 78 1 0 0 20 0 20 0 2762418 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055949277168 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6275] ppid=6255 vsize=10900632 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6275/stat : 6275 (java) S 6255 6258 2458 0 -1 1077944384 7008 0 0 0 101 1 0 0 20 0 20 0 2762418 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055948224880 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6276] ppid=6255 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6276/stat : 6276 (java) S 6255 6258 2458 0 -1 1077944384 1419 0 0 0 29 0 0 0 20 0 20 0 2762418 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055947172080 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6277] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6277/stat : 6277 (java) S 6255 6258 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055946120032 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6278] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6278/stat : 6278 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762419 11162247168 172048 33554432000 4194304 4196468 140726084344480 140055945067312 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 10900632

[startup+6.30091 s]
/proc/loadavg: 2.77 2.22 2.60 10/282 6278
/proc/meminfo: memFree=28428972/32770624 swapFree=5848/228184
[pid=6258] ppid=6255 vsize=10900632 CPUtime=27.74 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 32081 0 0 0 2482 292 0 0 20 0 20 0 2762410 11162247168 292109 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725158 292109 3151 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900632 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) S 6255 6258 2458 0 -1 1077944384 6518 0 0 0 347 9 0 0 20 0 20 0 2762410 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056617727440 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6261] ppid=6255 vsize=10900632 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6261/stat : 6261 (java) R 6255 6258 2458 0 -1 4202560 385 0 0 0 226 36 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056539565064 140056606118631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6262] ppid=6255 vsize=10900632 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6262/stat : 6262 (java) R 6255 6258 2458 0 -1 4202560 348 0 0 0 227 34 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056538512264 140056599249232 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6263] ppid=6255 vsize=10900632 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6263/stat : 6263 (java) R 6255 6258 2458 0 -1 4202560 319 0 0 0 225 33 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056537459976 140056606118631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6264] ppid=6255 vsize=10900632 CPUtime=2.64 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6264/stat : 6264 (java) R 6255 6258 2458 0 -1 4202560 577 0 0 0 228 36 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056536407176 140056606118631 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6265] ppid=6255 vsize=10900632 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6265/stat : 6265 (java) R 6255 6258 2458 0 -1 4202560 380 0 0 0 228 34 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056215939592 140056598191331 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6266] ppid=6255 vsize=10900632 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6266/stat : 6266 (java) R 6255 6258 2458 0 -1 4202560 370 0 0 0 222 34 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056214886792 140056596873458 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6267] ppid=6255 vsize=10900632 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6267/stat : 6267 (java) R 6255 6258 2458 0 -1 4202560 367 0 0 0 221 34 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056213834504 140056606118631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6268] ppid=6255 vsize=10900632 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6268/stat : 6268 (java) R 6255 6258 2458 0 -1 4202560 389 0 0 0 225 34 0 0 20 0 20 0 2762411 11162247168 292109 33554432000 4194304 4196468 140726084344480 140056212781704 140056606118631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6269] ppid=6255 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6269/stat : 6269 (java) S 6255 6258 2458 0 -1 1077944384 1052 0 0 0 2 0 0 0 20 0 20 0 2762413 11162247168 292109 33554432000 4194304 4196468 140726084344480 140055954539712 140056613500629 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6270] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6270/stat : 6270 (java) S 6255 6258 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 292109 33554432000 4194304 4196468 140726084344480 140055953487200 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6271] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6271/stat : 6271 (java) S 6255 6258 2458 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 292109 33554432000 4194304 4196468 140726084344480 140055952434800 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6272] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/6258/task/6272/stat : 6272 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055951383120 140056613509019 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6273] ppid=6255 vsize=10900632 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6273/stat : 6273 (java) S 6255 6258 2458 0 -1 1077944384 8437 0 0 0 158 1 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055950330016 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6274] ppid=6255 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6274/stat : 6274 (java) S 6255 6258 2458 0 -1 1077944384 6637 0 0 0 123 1 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055949277216 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6275] ppid=6255 vsize=10900632 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6275/stat : 6275 (java) S 6255 6258 2458 0 -1 1077944384 11381 0 0 0 154 2 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055948224640 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6276] ppid=6255 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6276/stat : 6276 (java) S 6255 6258 2458 0 -1 1077944384 3218 0 0 0 35 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055947172128 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6277] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6277/stat : 6277 (java) S 6255 6258 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055946120032 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6278] ppid=6255 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6278/stat : 6278 (java) S 6255 6258 2458 0 -1 1077944384 1550 0 0 0 7 4 0 0 20 0 20 0 2762419 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055945067312 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 1750.58
Current children cumulated vsize (KiB) 10900632

[startup+285.601 s]
/proc/loadavg: 8.40 5.28 3.73 10/282 6290
/proc/meminfo: memFree=20897020/32770624 swapFree=5848/228436
[pid=6258] ppid=6255 vsize=10900632 CPUtime=1756.71 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 243729 0 0 0 172531 3140 0 0 20 0 20 0 2762410 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725158 2099462 3156 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900632 CPUtime=58.59 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) S 6255 6258 2458 0 -1 1077944384 17915 0 0 0 5848 11 0 0 20 0 20 0 2762410 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056617722224 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6261] ppid=6255 vsize=10900632 CPUtime=210.52 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6261/stat : 6261 (java) R 6255 6258 2458 0 -1 4202560 21323 0 0 0 20664 388 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056539565064 140056606118631 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6262] ppid=6255 vsize=10900632 CPUtime=210.1 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6262/stat : 6262 (java) R 6255 6258 2458 0 -1 4202560 21663 0 0 0 20622 388 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056538512264 140056596873456 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6263] ppid=6255 vsize=10900632 CPUtime=210.21 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6263/stat : 6263 (java) R 6255 6258 2458 0 -1 4202560 25306 0 0 0 20648 373 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056537459976 140056606118631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6264] ppid=6255 vsize=10900632 CPUtime=209.5 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6264/stat : 6264 (java) R 6255 6258 2458 0 -1 4202560 19401 0 0 0 20549 401 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056536407176 140056606118631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6265] ppid=6255 vsize=10900632 CPUtime=209.58 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6265/stat : 6265 (java) R 6255 6258 2458 0 -1 4202560 12240 0 0 0 20559 399 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056215939592 140056606118631 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6266] ppid=6255 vsize=10900632 CPUtime=210.04 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6266/stat : 6266 (java) R 6255 6258 2458 0 -1 4202560 11140 0 0 0 20615 389 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056214886480 140056606118631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6267] ppid=6255 vsize=10900632 CPUtime=210.32 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6267/stat : 6267 (java) R 6255 6258 2458 0 -1 4202560 15977 0 0 0 20643 389 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056213834272 140056597948021 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6268] ppid=6255 vsize=10900632 CPUtime=209.58 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6268/stat : 6268 (java) R 6255 6258 2458 0 -1 4202560 19732 0 0 0 20572 386 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056212781704 140056606118631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6269] ppid=6255 vsize=10900632 CPUtime=13.28 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6269/stat : 6269 (java) S 6255 6258 2458 0 -1 1077944384 46393 0 0 0 1326 2 0 0 20 0 20 0 2762413 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055954539728 140056613500629 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6270] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6270/stat : 6270 (java) S 6255 6258 2458 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055953487200 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6271] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6271/stat : 6271 (java) S 6255 6258 2458 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055952434800 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6272] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6272/stat : 6272 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055951383120 140056613509019 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6273] ppid=6255 vsize=10900632 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6273/stat : 6273 (java) S 6255 6258 2458 0 -1 1077944384 8437 0 0 0 158 1 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055950330016 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6274] ppid=6255 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6274/stat : 6274 (java) S 6255 6258 2458 0 -1 1077944384 6637 0 0 0 123 1 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055949277216 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6275] ppid=6255 vsize=10900632 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6275/stat : 6275 (java) S 6255 6258 2458 0 -1 1077944384 11381 0 0 0 154 2 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055948224640 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6276] ppid=6255 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6276/stat : 6276 (java) S 6255 6258 2458 0 -1 1077944384 3218 0 0 0 35 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055947172128 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6277] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6277/stat : 6277 (java) S 6255 6258 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055946120032 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6278] ppid=6255 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6278/stat : 6278 (java) S 6255 6258 2458 0 -1 1077944384 1550 0 0 0 7 4 0 0 20 0 20 0 2762419 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055945067312 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 1756.71
Current children cumulated vsize (KiB) 10900632

[startup+286.401 s]
/proc/loadavg: 8.40 5.28 3.73 3/282 6290
/proc/meminfo: memFree=20897020/32770624 swapFree=5848/228440
[pid=6258] ppid=6255 vsize=10900632 CPUtime=1758.89 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 244784 0 0 0 172748 3141 0 0 20 0 20 0 2762410 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2725158 2099462 3156 1 0 2713552 0
[pid=6258/tid=6259] ppid=6255 vsize=10900632 CPUtime=58.59 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) S 6255 6258 2458 0 -1 1077944384 17915 0 0 0 5848 11 0 0 20 0 20 0 2762410 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056617722224 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6261] ppid=6255 vsize=10900632 CPUtime=210.71 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6261/stat : 6261 (java) S 6255 6258 2458 0 -1 1077944384 21323 0 0 0 20683 388 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056539564944 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6262] ppid=6255 vsize=10900632 CPUtime=210.29 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6262/stat : 6262 (java) S 6255 6258 2458 0 -1 1077944384 21664 0 0 0 20641 388 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056538512144 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6263] ppid=6255 vsize=10900632 CPUtime=210.4 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6263/stat : 6263 (java) S 6255 6258 2458 0 -1 1077944384 25306 0 0 0 20667 373 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056537459856 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6264] ppid=6255 vsize=10900632 CPUtime=209.7 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6264/stat : 6264 (java) S 6255 6258 2458 0 -1 1077944384 19401 0 0 0 20569 401 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056536407056 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6265] ppid=6255 vsize=10900632 CPUtime=209.78 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6265/stat : 6265 (java) S 6255 6258 2458 0 -1 1077944384 12240 0 0 0 20579 399 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056215939472 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6266] ppid=6255 vsize=10900632 CPUtime=210.23 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6266/stat : 6266 (java) S 6255 6258 2458 0 -1 1077944384 11140 0 0 0 20634 389 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056214886672 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6267] ppid=6255 vsize=10900632 CPUtime=210.52 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6267/stat : 6267 (java) S 6255 6258 2458 0 -1 1077944384 16001 0 0 0 20663 389 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056213834384 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6268] ppid=6255 vsize=10900632 CPUtime=209.77 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6268/stat : 6268 (java) S 6255 6258 2458 0 -1 1077944384 19732 0 0 0 20591 386 0 0 20 0 20 0 2762411 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140056212781584 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6269] ppid=6255 vsize=10900632 CPUtime=13.87 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6269/stat : 6269 (java) R 6255 6258 2458 0 -1 4202560 47423 0 0 0 1385 2 0 0 20 0 20 0 2762413 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055954539616 140056591860603 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6270] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6270/stat : 6270 (java) S 6255 6258 2458 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055953487200 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6271] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6271/stat : 6271 (java) S 6255 6258 2458 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 2762414 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055952434800 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6272] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6272/stat : 6272 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055951383120 140056613509019 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6273] ppid=6255 vsize=10900632 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6273/stat : 6273 (java) S 6255 6258 2458 0 -1 1077944384 8437 0 0 0 158 1 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055950330016 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6274] ppid=6255 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6274/stat : 6274 (java) S 6255 6258 2458 0 -1 1077944384 6637 0 0 0 123 1 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055949277216 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6275] ppid=6255 vsize=10900632 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6275/stat : 6275 (java) S 6255 6258 2458 0 -1 1077944384 11381 0 0 0 154 2 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055948224640 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6276] ppid=6255 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6276/stat : 6276 (java) S 6255 6258 2458 0 -1 1077944384 3218 0 0 0 35 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055947172128 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6277] ppid=6255 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6277/stat : 6277 (java) S 6255 6258 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2762418 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055946120032 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6278] ppid=6255 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6278/stat : 6278 (java) S 6255 6258 2458 0 -1 1077944384 1550 0 0 0 7 4 0 0 20 0 20 0 2762419 11162247168 2099462 33554432000 4194304 4196468 140726084344480 140055945067312 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 1758.89
Current children cumulated vsize (KiB) 10900632

[startup+286.601 s]
/proc/loadavg: 8.40 5.28 3.73 3/282 6290
/proc/meminfo: memFree=20897020/32770624 swapFree=5848/228440
[pid=6258] ppid=6255 vsize=11035960 CPUtime=1758.99 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) S 6255 6258 2458 0 -1 1077944320 249898 0 2 0 172757 3142 0 0 20 0 21 0 2762410 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140726084327024 140056613490423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
/proc/6258/statm: 2758990 2099689 3201 1 0 2747346 0
[pid=6258/tid=6259] ppid=6255 vsize=11035960 CPUtime=58.65 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6259/stat : 6259 (java) S 6255 6258 2458 0 -1 1077944384 19173 0 2 0 5853 12 0 0 20 0 21 0 2762410 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056617731104 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6261] ppid=6255 vsize=11035960 CPUtime=210.71 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6261/stat : 6261 (java) S 6255 6258 2458 0 -1 1077944384 21323 0 0 0 20683 388 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056539564944 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6262] ppid=6255 vsize=11035960 CPUtime=210.29 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6262/stat : 6262 (java) S 6255 6258 2458 0 -1 1077944384 21664 0 0 0 20641 388 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056538512144 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6263] ppid=6255 vsize=11035960 CPUtime=210.41 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6263/stat : 6263 (java) S 6255 6258 2458 0 -1 1077944384 25306 0 0 0 20668 373 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056537459856 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6264] ppid=6255 vsize=11035960 CPUtime=209.7 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6264/stat : 6264 (java) S 6255 6258 2458 0 -1 1077944384 19401 0 0 0 20569 401 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056536407056 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6265] ppid=6255 vsize=11035960 CPUtime=209.78 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6265/stat : 6265 (java) S 6255 6258 2458 0 -1 1077944384 12240 0 0 0 20579 399 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056215939472 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6266] ppid=6255 vsize=11035960 CPUtime=210.23 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6266/stat : 6266 (java) S 6255 6258 2458 0 -1 1077944384 11140 0 0 0 20634 389 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056214886672 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6267] ppid=6255 vsize=11035960 CPUtime=210.52 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6267/stat : 6267 (java) S 6255 6258 2458 0 -1 1077944384 16001 0 0 0 20663 389 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056213834384 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6268] ppid=6255 vsize=11035960 CPUtime=209.77 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6268/stat : 6268 (java) S 6255 6258 2458 0 -1 1077944384 19732 0 0 0 20591 386 0 0 20 0 21 0 2762411 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140056212781584 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6269] ppid=6255 vsize=11035960 CPUtime=13.9 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6269/stat : 6269 (java) S 6255 6258 2458 0 -1 1077944384 50750 0 0 0 1388 2 0 0 20 0 21 0 2762413 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055954541168 140056613501570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6270] ppid=6255 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6270/stat : 6270 (java) S 6255 6258 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 2762414 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055953487200 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6271] ppid=6255 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6271/stat : 6271 (java) S 6255 6258 2458 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 21 0 2762414 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055952434800 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6272] ppid=6255 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6272/stat : 6272 (java) S 6255 6258 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2762418 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055951383120 140056613509019 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6273] ppid=6255 vsize=11035960 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6273/stat : 6273 (java) S 6255 6258 2458 0 -1 1077944384 8467 0 0 0 158 1 0 0 20 0 21 0 2762418 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055950329968 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6274] ppid=6255 vsize=11035960 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6274/stat : 6274 (java) S 6255 6258 2458 0 -1 1077944384 6640 0 0 0 123 1 0 0 20 0 21 0 2762418 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055949277168 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6275] ppid=6255 vsize=11035960 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6275/stat : 6275 (java) S 6255 6258 2458 0 -1 1077944384 11526 0 0 0 154 2 0 0 20 0 21 0 2762418 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055948224880 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6276] ppid=6255 vsize=11035960 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6276/stat : 6276 (java) S 6255 6258 2458 0 -1 1077944384 3500 0 0 0 37 0 0 0 20 0 21 0 2762418 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055947172080 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6277] ppid=6255 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6277/stat : 6277 (java) S 6255 6258 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2762418 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055946120032 140056613500629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
[pid=6258/tid=6278] ppid=6255 vsize=11035960 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6278/stat : 6278 (java) S 6255 6258 2458 0 -1 1077944384 1550 0 0 0 7 4 0 0 20 0 21 0 2762419 11300823040 2099689 33554432000 4194304 4196468 140726084344480 140055945067312 140056613501570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 38973440 140726084347051 140726084347204 140726084347204 140726084349903 0
Current children cumulated CPU time (s) 1758.99
Current children cumulated vsize (KiB) 11035960

[startup+286.701 s]
/proc/loadavg: 8.40 5.28 3.73 3/282 6290
/proc/meminfo: memFree=20897020/32770624 swapFree=5848/228440
[pid=6258] ppid=6255 vsize=0 CPUtime=1759 cores=0,2,4,6,8,10,12,14
/proc/6258/stat : 6258 (java) Z 6255 6258 2458 0 -1 4227084 250018 0 2 0 172757 3143 0 0 20 0 2 0 2762410 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/6258/statm: 0 0 0 0 0 0 0
[pid=6258/tid=6276] ppid=6255 vsize=0 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/6258/task/6276/stat : 6276 (java) R 6255 6258 2458 0 -1 4203588 3508 0 0 0 37 1 0 0 20 0 2 0 2762418 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1759
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 286.741
CPU time (s): 1759.05
CPU user time (s): 1727.58
CPU system time (s): 31.4707
CPU usage (%): 613.462
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1727.58
system time used= 31.4707
maximum resident set size= 8398980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250018
page faults= 2
swaps= 0
block input operations= 1888
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35001
involuntary context switches= 128459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.36542 second user time and 2.97997 second system time

The end

Launcher Data

Begin job on node112 at 2017-07-22 00:08:53
IDJOB=4243656
IDBENCH=125996
IDSOLVER=2623
FILE ID=node112/4243656-1500674933
RUNJOBID= node112-1500672296-5310
PBS_JOBID= 20623306
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243656-1500674933/watcher-4243656-1500674933 -o /tmp/evaluation-result-4243656-1500674933/solver-4243656-1500674933 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500672296-5310 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243656-1500674933.xml

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

MD5SUM BENCH= c11db23a97f48af6ae936ba62121dffc
RANDOM SEED=523732910

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

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

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

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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		: 1867.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:        29587972 kB
MemAvailable:   29602148 kB
Buffers:           37512 kB
Cached:           288580 kB
SwapCached:            0 kB
Active:          2571432 kB
Inactive:         236376 kB
Active(anon):    2484592 kB
Inactive(anon):     8652 kB
Active(file):      86840 kB
Inactive(file):   227724 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3380 kB
Writeback:             0 kB
AnonPages:       2487428 kB
Mapped:            41620 kB
Shmem:              8840 kB
Slab:              62856 kB
SReclaimable:      30896 kB
SUnreclaim:        31960 kB
KernelStack:        4592 kB
PageTables:         9964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4025540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2209792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62012 MiB
End job on node112 at 2017-07-22 00:13:40