Trace number 4244132

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 970.002 180.758

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.02 1.06 2/237 14610
/proc/meminfo: memFree=31953244/32770624 swapFree=5744/217012
[pid=14610] ppid=14606 vsize=8339376 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 1806 0 0 0 0 0 0 0 20 0 2 0 3352625 8539521024 2047 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2084844 2047 1182 1 0 2073755 0
[pid=14610/tid=14614] ppid=14606 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) R 14606 14610 9821 0 -1 4202560 590 0 0 0 0 0 0 0 20 0 2 0 3352626 8550137856 2112 33554432000 4194304 4196468 140733777709648 139659605522848 139659593570208 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0

[startup+0.100063 s]
/proc/loadavg: 1.01 1.02 1.06 2/237 14610
/proc/meminfo: memFree=31953244/32770624 swapFree=5744/217012
[pid=14610] ppid=14606 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 4597 0 0 0 8 1 0 0 20 0 20 0 3352625 11162169344 6222 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725139 6222 2599 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) R 14606 14610 9821 0 -1 4202560 2687 0 0 0 7 1 0 0 20 0 20 0 3352626 11162169344 6222 33554432000 4194304 4196468 140733777709648 139659605523040 139659601302685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200349 s]
/proc/loadavg: 1.01 1.02 1.06 2/237 14610
/proc/meminfo: memFree=31953244/32770624 swapFree=5744/217012
[pid=14610] ppid=14606 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 6673 0 0 0 23 3 0 0 20 0 20 0 3352625 11162169344 8498 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725139 8498 2831 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) R 14606 14610 9821 0 -1 4202560 4384 0 0 0 16 2 0 0 20 0 20 0 3352626 11162169344 8498 33554432000 4194304 4196468 140733777709648 139659605510624 139659601302685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300402 s]
/proc/loadavg: 1.01 1.02 1.06 2/237 14610
/proc/meminfo: memFree=31953244/32770624 swapFree=5744/217012
[pid=14610] ppid=14606 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 7695 0 0 0 40 3 0 0 20 0 20 0 3352625 11162169344 10994 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725139 10994 2941 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) R 14606 14610 9821 0 -1 4202560 4662 0 0 0 26 2 0 0 20 0 20 0 3352626 11162169344 10994 33554432000 4194304 4196468 140733777709648 139659605504240 139659601302685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700217 s]
/proc/loadavg: 1.01 1.02 1.06 2/237 14610
/proc/meminfo: memFree=31953244/32770624 swapFree=5744/217012
[pid=14610] ppid=14606 vsize=10900632 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 11115 0 0 0 156 15 0 0 20 0 20 0 3352625 11162247168 49171 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725158 49171 3096 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) R 14606 14610 9821 0 -1 4202560 5156 0 0 0 62 3 0 0 20 0 20 0 3352626 11162247168 49171 33554432000 4194304 4196468 140733777709648 139659605514144 139659202722830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10900632

[startup+1.50084 s]
/proc/loadavg: 1.65 1.15 1.10 5/281 14658
/proc/meminfo: memFree=31560096/32770624 swapFree=5744/216788
[pid=14610] ppid=14606 vsize=10900632 CPUtime=2.63 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 11276 0 0 0 248 15 0 0 20 0 20 0 3352625 11162247168 49352 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725158 49352 3098 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900632 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) R 14606 14610 9821 0 -1 4202560 5208 0 0 0 142 3 0 0 20 0 20 0 3352626 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659605519144 139659601294608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14616] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14616/stat : 14616 (java) S 14606 14610 9821 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659527355280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14617] ppid=14606 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14617/stat : 14617 (java) S 14606 14610 9821 0 -1 1077944384 9 0 0 0 0 1 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659526302480 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14618] ppid=14606 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14618/stat : 14618 (java) S 14606 14610 9821 0 -1 1077944384 12 0 0 0 0 1 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659525250192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14619] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14619/stat : 14619 (java) S 14606 14610 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659524197392 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14620] ppid=14606 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14620/stat : 14620 (java) S 14606 14610 9821 0 -1 1077944384 10 0 0 0 0 1 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659523144080 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14621] ppid=14606 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14621/stat : 14621 (java) S 14606 14610 9821 0 -1 1077944384 15 0 0 0 0 1 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659522091280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14622] ppid=14606 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14622/stat : 14622 (java) S 14606 14610 9821 0 -1 1077944384 11 0 0 0 0 1 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659521038992 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14623] ppid=14606 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14623/stat : 14623 (java) S 14606 14610 9821 0 -1 1077944384 11 0 0 0 0 1 0 0 20 0 20 0 3352627 11162247168 49352 33554432000 4194304 4196468 140733777709648 139659519986192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14630] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14630/stat : 14630 (java) S 14606 14610 9821 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3352629 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658808347248 139659601291906 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14640] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14640/stat : 14640 (java) S 14606 14610 9821 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658807293216 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14641] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14641/stat : 14641 (java) S 14606 14610 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658806240880 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14645] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14645/stat : 14645 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658805189200 139659601299355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14646] ppid=14606 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14646/stat : 14646 (java) S 14606 14610 9821 0 -1 1077944384 891 0 0 0 23 0 0 0 20 0 20 0 3352634 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658804136048 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14647] ppid=14606 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14647/stat : 14647 (java) S 14606 14610 9821 0 -1 1077944384 1209 0 0 0 25 0 0 0 20 0 20 0 3352634 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658803083248 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14648] ppid=14606 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14648/stat : 14648 (java) S 14606 14610 9821 0 -1 1077944384 1093 0 0 0 25 0 0 0 20 0 20 0 3352634 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658802030960 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14649] ppid=14606 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14649/stat : 14649 (java) S 14606 14610 9821 0 -1 1077944384 1322 0 0 0 26 0 0 0 20 0 20 0 3352634 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658800978160 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14650] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14650/stat : 14650 (java) S 14606 14610 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658799926112 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14651] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14651/stat : 14651 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3352635 11162247168 49352 33554432000 4194304 4196468 140733777709648 139658798873392 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 10900632

[startup+3.10119 s]
/proc/loadavg: 1.65 1.15 1.10 13/281 14658
/proc/meminfo: memFree=31079240/32770624 swapFree=5744/216788
[pid=14610] ppid=14606 vsize=10900632 CPUtime=8.33 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 27743 0 0 0 736 97 0 0 20 0 20 0 3352625 11162247168 142472 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725158 142472 3133 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900632 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) R 14606 14610 9821 0 -1 4202560 5708 0 0 0 276 5 0 0 20 0 20 0 3352626 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659605515480 139659204089509 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14616] ppid=14606 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14616/stat : 14616 (java) S 14606 14610 9821 0 -1 1077944384 176 0 0 0 12 11 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659527355280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14617] ppid=14606 vsize=10900632 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14617/stat : 14617 (java) S 14606 14610 9821 0 -1 1077944384 130 0 0 0 10 9 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659526302480 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14618] ppid=14606 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14618/stat : 14618 (java) S 14606 14610 9821 0 -1 1077944384 144 0 0 0 10 8 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659525250192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14619] ppid=14606 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14619/stat : 14619 (java) S 14606 14610 9821 0 -1 1077944384 137 0 0 0 12 11 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659524197392 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14620] ppid=14606 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14620/stat : 14620 (java) S 14606 14610 9821 0 -1 1077944384 163 0 0 0 13 11 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659523144080 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14621] ppid=14606 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14621/stat : 14621 (java) S 14606 14610 9821 0 -1 1077944384 169 0 0 0 13 12 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659522091280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14622] ppid=14606 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14622/stat : 14622 (java) S 14606 14610 9821 0 -1 1077944384 180 0 0 0 13 10 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659521038992 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14623] ppid=14606 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14623/stat : 14623 (java) S 14606 14610 9821 0 -1 1077944384 172 0 0 0 12 11 0 0 20 0 20 0 3352627 11162247168 142472 33554432000 4194304 4196468 140733777709648 139659519986192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14630] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14630/stat : 14630 (java) S 14606 14610 9821 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 3352629 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658808347248 139659601291906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14640] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14640/stat : 14640 (java) S 14606 14610 9821 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658807293280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14641] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14641/stat : 14641 (java) S 14606 14610 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658806240880 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14645] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14645/stat : 14645 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658805189200 139659601299355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14646] ppid=14606 vsize=10900632 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14646/stat : 14646 (java) S 14606 14610 9821 0 -1 1077944384 6703 0 0 0 126 1 0 0 20 0 20 0 3352634 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658804136048 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14647] ppid=14606 vsize=10900632 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14647/stat : 14647 (java) S 14606 14610 9821 0 -1 1077944384 4589 0 0 0 72 1 0 0 20 0 20 0 3352634 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658803083248 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14648] ppid=14606 vsize=10900632 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14648/stat : 14648 (java) S 14606 14610 9821 0 -1 1077944384 6330 0 0 0 125 1 0 0 20 0 20 0 3352634 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658802030960 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14649] ppid=14606 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14649/stat : 14649 (java) S 14606 14610 9821 0 -1 1077944384 1564 0 0 0 36 0 0 0 20 0 20 0 3352634 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658800978160 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14650] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14650/stat : 14650 (java) S 14606 14610 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658799926112 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14651] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14651/stat : 14651 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3352635 11162247168 142472 33554432000 4194304 4196468 140733777709648 139658798873392 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 10900632

[startup+6.30091 s]
/proc/loadavg: 2.56 1.35 1.17 17/281 14658
/proc/meminfo: memFree=29853596/32770624 swapFree=5744/216800
[pid=14610] ppid=14606 vsize=10900632 CPUtime=26.85 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 42505 0 0 0 2441 244 0 0 20 0 20 0 3352625 11162247168 264404 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725158 264404 3148 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900632 CPUtime=3.75 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) S 14606 14610 9821 0 -1 1077944384 6344 0 0 0 367 8 0 0 20 0 20 0 3352626 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659605517808 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14616] ppid=14606 vsize=10900632 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14616/stat : 14616 (java) R 14606 14610 9821 0 -1 4202560 1316 0 0 0 213 29 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659527355400 139659593908967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14617] ppid=14606 vsize=10900632 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14617/stat : 14617 (java) R 14606 14610 9821 0 -1 4202560 1245 0 0 0 212 27 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659526302600 139659593908967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14618] ppid=14606 vsize=10900632 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14618/stat : 14618 (java) R 14606 14610 9821 0 -1 4202560 1294 0 0 0 210 26 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659525250312 139659584663794 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14619] ppid=14606 vsize=10900632 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14619/stat : 14619 (java) R 14606 14610 9821 0 -1 4202560 1493 0 0 0 214 28 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659524197200 139659593908967 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14620] ppid=14606 vsize=10900632 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14620/stat : 14620 (java) R 14606 14610 9821 0 -1 4202560 1412 0 0 0 215 28 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659523143888 139659593908967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14621] ppid=14606 vsize=10900632 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14621/stat : 14621 (java) R 14606 14610 9821 0 -1 4202560 1309 0 0 0 214 30 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659522091400 139659593908967 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14622] ppid=14606 vsize=10900632 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14622/stat : 14622 (java) R 14606 14610 9821 0 -1 4202560 1453 0 0 0 216 28 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659521039112 139659593908967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14623] ppid=14606 vsize=10900632 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14623/stat : 14623 (java) R 14606 14610 9821 0 -1 4202560 1284 0 0 0 213 29 0 0 20 0 20 0 3352627 11162247168 264404 33554432000 4194304 4196468 140733777709648 139659519986312 139659585981416 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14630] ppid=14606 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14630/stat : 14630 (java) S 14606 14610 9821 0 -1 1077944384 3301 0 0 0 1 0 0 0 20 0 20 0 3352629 11162247168 264404 33554432000 4194304 4196468 140733777709648 139658808345792 139659601290965 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14640] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14640/stat : 14640 (java) S 14606 14610 9821 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 264404 33554432000 4194304 4196468 140733777709648 139658807293280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14641] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14641/stat : 14641 (java) S 14606 14610 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 264404 33554432000 4194304 4196468 140733777709648 139658806240880 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14645] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=14610/tid=14622] ppid=14606 vsize=10900632 CPUtime=112.31 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14622/stat : 14622 (java) S 14606 14610 9821 0 -1 1077944384 25861 0 0 0 10945 286 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659521038992 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14623] ppid=14606 vsize=10900632 CPUtime=112.43 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14623/stat : 14623 (java) S 14606 14610 9821 0 -1 1077944384 18061 0 0 0 10973 270 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659519986192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14630] ppid=14606 vsize=10900632 CPUtime=24.71 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14630/stat : 14630 (java) R 14606 14610 9821 0 -1 4202560 36415 0 0 0 2469 2 0 0 20 0 20 0 3352629 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658808345696 139659586277163 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14640] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14640/stat : 14640 (java) S 14606 14610 9821 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658807293280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14641] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14641/stat : 14641 (java) S 14606 14610 9821 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658806240880 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14645] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14645/stat : 14645 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658805189200 139659601299355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14646] ppid=14606 vsize=10900632 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14646/stat : 14646 (java) S 14606 14610 9821 0 -1 1077944384 10304 0 0 0 174 1 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658804136096 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14647] ppid=14606 vsize=10900632 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14647/stat : 14647 (java) S 14606 14610 9821 0 -1 1077944384 7291 0 0 0 128 1 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658803083296 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14648] ppid=14606 vsize=10900632 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14648/stat : 14648 (java) S 14606 14610 9821 0 -1 1077944384 7968 0 0 0 155 2 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658802031008 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14649] ppid=14606 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14649/stat : 14649 (java) S 14606 14610 9821 0 -1 1077944384 2378 0 0 0 41 1 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658800977920 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14650] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14650/stat : 14650 (java) S 14606 14610 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658799926112 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14651] ppid=14606 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14651/stat : 14651 (java) S 14606 14610 9821 0 -1 1077944384 1688 0 0 0 4 3 0 0 20 0 20 0 3352635 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658798873392 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 969.39
Current children cumulated vsize (KiB) 10900632

[startup+180.401 s]
/proc/loadavg: 10.04 4.33 2.29 10/283 14669
/proc/meminfo: memFree=15232968/32770624 swapFree=5744/216964
[pid=14610] ppid=14606 vsize=10900632 CPUtime=969.8 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 231916 0 0 0 94781 2199 0 0 20 0 20 0 3352625 11162247168 2093256 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2725158 2093256 3160 1 0 2713552 0
[pid=14610/tid=14614] ppid=14606 vsize=10900632 CPUtime=41.02 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) S 14606 14610 9821 0 -1 1077944384 17642 0 0 0 4089 13 0 0 20 0 20 0 3352626 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659605512560 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14616] ppid=14606 vsize=10900632 CPUtime=112.1 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14616/stat : 14616 (java) S 14606 14610 9821 0 -1 1077944384 15625 0 0 0 10923 287 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659527355280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14617] ppid=14606 vsize=10900632 CPUtime=112.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14617/stat : 14617 (java) S 14606 14610 9821 0 -1 1077944384 13472 0 0 0 10934 267 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659526302480 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14618] ppid=14606 vsize=10900632 CPUtime=112.25 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14618/stat : 14618 (java) S 14606 14610 9821 0 -1 1077944384 15182 0 0 0 10946 279 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659525250192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14619] ppid=14606 vsize=10900632 CPUtime=112.04 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14619/stat : 14619 (java) S 14606 14610 9821 0 -1 1077944384 17806 0 0 0 10937 267 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659524197392 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14620] ppid=14606 vsize=10900632 CPUtime=112.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14620/stat : 14620 (java) S 14606 14610 9821 0 -1 1077944384 21687 0 0 0 10956 245 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659523144080 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14621] ppid=14606 vsize=10900632 CPUtime=113.28 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14621/stat : 14621 (java) S 14606 14610 9821 0 -1 1077944384 18892 0 0 0 11059 269 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659522091280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14622] ppid=14606 vsize=10900632 CPUtime=112.31 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14622/stat : 14622 (java) S 14606 14610 9821 0 -1 1077944384 25861 0 0 0 10945 286 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659521038992 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14623] ppid=14606 vsize=10900632 CPUtime=112.43 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14623/stat : 14623 (java) S 14606 14610 9821 0 -1 1077944384 18061 0 0 0 10973 270 0 0 20 0 20 0 3352627 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139659519986192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14630] ppid=14606 vsize=10900632 CPUtime=25.12 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14630/stat : 14630 (java) R 14606 14610 9821 0 -1 4202560 36644 0 0 0 2510 2 0 0 20 0 20 0 3352629 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658808345696 139659585738362 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14640] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14640/stat : 14640 (java) S 14606 14610 9821 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658807293280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14641] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14641/stat : 14641 (java) S 14606 14610 9821 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 3352630 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658806240880 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14645] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14645/stat : 14645 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658805189200 139659601299355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14646] ppid=14606 vsize=10900632 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14646/stat : 14646 (java) S 14606 14610 9821 0 -1 1077944384 10304 0 0 0 174 1 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658804136096 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14647] ppid=14606 vsize=10900632 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14647/stat : 14647 (java) S 14606 14610 9821 0 -1 1077944384 7291 0 0 0 128 1 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658803083296 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14648] ppid=14606 vsize=10900632 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14648/stat : 14648 (java) S 14606 14610 9821 0 -1 1077944384 7968 0 0 0 155 2 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658802031008 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14649] ppid=14606 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14649/stat : 14649 (java) S 14606 14610 9821 0 -1 1077944384 2378 0 0 0 41 1 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658800977920 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14650] ppid=14606 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14650/stat : 14650 (java) S 14606 14610 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3352634 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658799926112 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14651] ppid=14606 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14651/stat : 14651 (java) S 14606 14610 9821 0 -1 1077944384 1688 0 0 0 4 3 0 0 20 0 20 0 3352635 11162247168 2093256 33554432000 4194304 4196468 140733777709648 139658798873392 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 969.8
Current children cumulated vsize (KiB) 10900632

[startup+180.601 s]
/proc/loadavg: 10.04 4.33 2.29 10/283 14669
/proc/meminfo: memFree=15232968/32770624 swapFree=5744/216964
[pid=14610] ppid=14606 vsize=11035960 CPUtime=969.95 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 238539 0 0 0 94795 2200 0 0 20 0 21 0 3352625 11300823040 2093501 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2758990 2093501 3205 1 0 2747346 0
[pid=14610/tid=14614] ppid=14606 vsize=11035960 CPUtime=41.07 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) S 14606 14610 9821 0 -1 1077944384 18928 0 0 0 4094 13 0 0 20 0 21 0 3352626 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659605521440 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14616] ppid=14606 vsize=11035960 CPUtime=112.1 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14616/stat : 14616 (java) S 14606 14610 9821 0 -1 1077944384 15625 0 0 0 10923 287 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659527355280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14617] ppid=14606 vsize=11035960 CPUtime=112.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14617/stat : 14617 (java) S 14606 14610 9821 0 -1 1077944384 13472 0 0 0 10934 267 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659526302480 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14618] ppid=14606 vsize=11035960 CPUtime=112.25 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14618/stat : 14618 (java) S 14606 14610 9821 0 -1 1077944384 15182 0 0 0 10946 279 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659525250192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14619] ppid=14606 vsize=11035960 CPUtime=112.04 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14619/stat : 14619 (java) S 14606 14610 9821 0 -1 1077944384 17806 0 0 0 10937 267 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659524197392 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14620] ppid=14606 vsize=11035960 CPUtime=112.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14620/stat : 14620 (java) S 14606 14610 9821 0 -1 1077944384 21687 0 0 0 10956 245 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659523144080 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14621] ppid=14606 vsize=11035960 CPUtime=113.28 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14621/stat : 14621 (java) S 14606 14610 9821 0 -1 1077944384 18892 0 0 0 11059 269 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659522091280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14622] ppid=14606 vsize=11035960 CPUtime=112.31 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14622/stat : 14622 (java) S 14606 14610 9821 0 -1 1077944384 25861 0 0 0 10945 286 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659521038992 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14623] ppid=14606 vsize=11035960 CPUtime=112.43 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14623/stat : 14623 (java) S 14606 14610 9821 0 -1 1077944384 18061 0 0 0 10973 270 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659519986192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14630] ppid=14606 vsize=11035960 CPUtime=25.18 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14630/stat : 14630 (java) S 14606 14610 9821 0 -1 1077944384 40921 0 0 0 2515 3 0 0 20 0 21 0 3352629 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658808347248 139659601291906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14640] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14640/stat : 14640 (java) S 14606 14610 9821 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 3352630 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658807293280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14641] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14641/stat : 14641 (java) S 14606 14610 9821 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 3352630 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658806240880 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14645] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14645/stat : 14645 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658805189200 139659601299355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14646] ppid=14606 vsize=11035960 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14646/stat : 14646 (java) S 14606 14610 9821 0 -1 1077944384 10387 0 0 0 174 1 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658804136048 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14647] ppid=14606 vsize=11035960 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14647/stat : 14647 (java) S 14606 14610 9821 0 -1 1077944384 7785 0 0 0 131 1 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658803083248 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14648] ppid=14606 vsize=11035960 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14648/stat : 14648 (java) S 14606 14610 9821 0 -1 1077944384 7980 0 0 0 155 2 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658802030960 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14649] ppid=14606 vsize=11035960 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14649/stat : 14649 (java) S 14606 14610 9821 0 -1 1077944384 2779 0 0 0 42 1 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658800978160 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14650] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14650/stat : 14650 (java) S 14606 14610 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658799926112 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14651] ppid=14606 vsize=11035960 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14651/stat : 14651 (java) S 14606 14610 9821 0 -1 1077944384 1689 0 0 0 4 3 0 0 20 0 21 0 3352635 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658798873392 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 969.95
Current children cumulated vsize (KiB) 11035960

[startup+180.701 s]
/proc/loadavg: 10.04 4.33 2.29 10/283 14669
/proc/meminfo: memFree=15232968/32770624 swapFree=5744/216964
[pid=14610] ppid=14606 vsize=11035960 CPUtime=969.95 cores=0,2,4,6,8,10,12,14
/proc/14610/stat : 14610 (java) S 14606 14610 9821 0 -1 1077944320 238539 0 0 0 94795 2200 0 0 20 0 21 0 3352625 11300823040 2093501 33554432000 4194304 4196468 140733777709648 140733777692192 139659601280759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
/proc/14610/statm: 2758990 2093501 3205 1 0 2747346 0
[pid=14610/tid=14614] ppid=14606 vsize=11035960 CPUtime=41.07 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14614/stat : 14614 (java) S 14606 14610 9821 0 -1 1077944384 18928 0 0 0 4094 13 0 0 20 0 21 0 3352626 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659605521440 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14616] ppid=14606 vsize=11035960 CPUtime=112.1 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14616/stat : 14616 (java) S 14606 14610 9821 0 -1 1077944384 15625 0 0 0 10923 287 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659527355280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14617] ppid=14606 vsize=11035960 CPUtime=112.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14617/stat : 14617 (java) S 14606 14610 9821 0 -1 1077944384 13472 0 0 0 10934 267 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659526302480 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14618] ppid=14606 vsize=11035960 CPUtime=112.25 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14618/stat : 14618 (java) S 14606 14610 9821 0 -1 1077944384 15182 0 0 0 10946 279 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659525250192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14619] ppid=14606 vsize=11035960 CPUtime=112.04 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14619/stat : 14619 (java) S 14606 14610 9821 0 -1 1077944384 17806 0 0 0 10937 267 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659524197392 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14620] ppid=14606 vsize=11035960 CPUtime=112.01 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14620/stat : 14620 (java) S 14606 14610 9821 0 -1 1077944384 21687 0 0 0 10956 245 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659523144080 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14621] ppid=14606 vsize=11035960 CPUtime=113.28 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14621/stat : 14621 (java) S 14606 14610 9821 0 -1 1077944384 18892 0 0 0 11059 269 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659522091280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14622] ppid=14606 vsize=11035960 CPUtime=112.31 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14622/stat : 14622 (java) S 14606 14610 9821 0 -1 1077944384 25861 0 0 0 10945 286 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659521038992 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14623] ppid=14606 vsize=11035960 CPUtime=112.43 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14623/stat : 14623 (java) S 14606 14610 9821 0 -1 1077944384 18061 0 0 0 10973 270 0 0 20 0 21 0 3352627 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139659519986192 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14630] ppid=14606 vsize=11035960 CPUtime=25.18 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14630/stat : 14630 (java) S 14606 14610 9821 0 -1 1077944384 40921 0 0 0 2515 3 0 0 20 0 21 0 3352629 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658808347248 139659601291906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14640] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14640/stat : 14640 (java) S 14606 14610 9821 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 3352630 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658807293280 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14641] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14641/stat : 14641 (java) S 14606 14610 9821 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 3352630 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658806240880 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14645] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14645/stat : 14645 (java) S 14606 14610 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658805189200 139659601299355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14646] ppid=14606 vsize=11035960 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14646/stat : 14646 (java) S 14606 14610 9821 0 -1 1077944384 10387 0 0 0 174 1 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658804136048 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14647] ppid=14606 vsize=11035960 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14647/stat : 14647 (java) S 14606 14610 9821 0 -1 1077944384 7785 0 0 0 131 1 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658803083248 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14648] ppid=14606 vsize=11035960 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14648/stat : 14648 (java) S 14606 14610 9821 0 -1 1077944384 7980 0 0 0 155 2 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658802030960 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14649] ppid=14606 vsize=11035960 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14649/stat : 14649 (java) S 14606 14610 9821 0 -1 1077944384 2779 0 0 0 42 1 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658800978160 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14650] ppid=14606 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14650/stat : 14650 (java) S 14606 14610 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3352634 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658799926112 139659601290965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
[pid=14610/tid=14651] ppid=14606 vsize=11035960 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14610/task/14651/stat : 14651 (java) S 14606 14610 9821 0 -1 1077944384 1689 0 0 0 4 3 0 0 20 0 21 0 3352635 11300823040 2093501 33554432000 4194304 4196468 140733777709648 139658798873392 139659601291906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35618816 140733777716395 140733777716548 140733777716548 140733777719247 0
Current children cumulated CPU time (s) 969.95
Current children cumulated vsize (KiB) 11035960

Child status: 0
Real time (s): 180.758
CPU time (s): 970.002
CPU user time (s): 947.952
CPU system time (s): 22.0496
CPU usage (%): 536.629
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 947.952
system time used= 22.0496
maximum resident set size= 8374316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18829
involuntary context switches= 77882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59372 second user time and 1.66434 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 01:47:44
IDJOB=4244132
IDBENCH=136008
IDSOLVER=2623
FILE ID=node143/4244132-1500680863
RUNJOBID= node143-1500680863-14589
PBS_JOBID= 20623278
Free space on /tmp= 61992 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244132-1500680863/watcher-4244132-1500680863 -o /tmp/evaluation-result-4244132-1500680863/solver-4244132-1500680863 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500680863-14589 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244132-1500680863.xml

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

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=649492678

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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.69
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		: 1600.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.69
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		: 1733.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:        31955564 kB
MemAvailable:   32021296 kB
Buffers:           76184 kB
Cached:           287740 kB
SwapCached:            0 kB
Active:           193748 kB
Inactive:         225764 kB
Active(anon):      57764 kB
Inactive(anon):     8752 kB
Active(file):     135984 kB
Inactive(file):   217012 kB
Unevictable:        5744 kB
Mlocked:            5744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3512 kB
Writeback:             0 kB
AnonPages:         63604 kB
Mapped:            30412 kB
Shmem:              8852 kB
Slab:              89788 kB
SReclaimable:      57144 kB
SUnreclaim:        32644 kB
KernelStack:        4432 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61988 MiB
End job on node143 at 2017-07-22 01:50:44