Trace number 4243663

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1934.41 306.222

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-16.xml
MD5SUM9d7406c968f8af9220e5e662d0bd5052
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark340.207
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree24
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":4},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":3},{"degree":20,"count":1},{"degree":24,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.05 2.72 3.52 1/235 15002
/proc/meminfo: memFree=32066288/32770624 swapFree=5840/43276
[pid=15002] ppid=14999 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 2764575 369864704 1935 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 90299 1935 1081 1 0 79210 0
[pid=15002/tid=15003] ppid=14999 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) S 14999 15002 9815 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 2764576 369864704 1935 33554432000 4194304 4196468 140726858306464 140563834747296 140563830516354 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0

[startup+0.100147 s]
/proc/loadavg: 1.05 2.72 3.52 1/235 15002
/proc/meminfo: memFree=32066288/32770624 swapFree=5840/43276
[pid=15002] ppid=14999 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 4689 0 0 0 8 2 0 0 20 0 20 0 2764575 11162169344 6760 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725139 6760 2634 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) R 14999 15002 9815 0 -1 4202560 2768 0 0 0 7 1 0 0 20 0 20 0 2764576 11162169344 6760 33554432000 4194304 4196468 140726858306464 140563834730896 140563424889855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200405 s]
/proc/loadavg: 1.05 2.72 3.52 1/235 15002
/proc/meminfo: memFree=32066288/32770624 swapFree=5840/43276
[pid=15002] ppid=14999 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 6832 0 0 0 23 3 0 0 20 0 20 0 2764575 11162169344 9136 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725139 9136 2877 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) R 14999 15002 9815 0 -1 4202560 4508 0 0 0 16 2 0 0 20 0 20 0 2764576 11162169344 9136 33554432000 4194304 4196468 140726858306464 140563834729184 140563814585694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300388 s]
/proc/loadavg: 1.05 2.72 3.52 1/235 15002
/proc/meminfo: memFree=32066288/32770624 swapFree=5840/43276
[pid=15002] ppid=14999 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 7719 0 0 0 39 4 0 0 20 0 20 0 2764575 11162169344 19313 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725139 19825 2962 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) R 14999 15002 9815 0 -1 4202560 4571 0 0 0 25 3 0 0 20 0 20 0 2764576 11162169344 19825 33554432000 4194304 4196468 140726858306464 140563834736368 140563830527133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700369 s]
/proc/loadavg: 1.05 2.72 3.52 1/235 15002
/proc/meminfo: memFree=32066288/32770624 swapFree=5840/43276
[pid=15002] ppid=14999 vsize=10900632 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 10968 0 0 0 155 44 0 0 20 0 20 0 2764575 11162247168 61551 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725158 61551 3092 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900632 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) R 14999 15002 9815 0 -1 4202560 5288 0 0 0 54 6 0 0 20 0 20 0 2764576 11162247168 61551 33554432000 4194304 4196468 140726858306464 140563834740648 140563427325938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10900632

[startup+1.50086 s]
/proc/loadavg: 1.05 2.72 3.52 2/255 15022
/proc/meminfo: memFree=31755784/32770624 swapFree=5840/43348
[pid=15002] ppid=14999 vsize=10900632 CPUtime=3.84 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 12367 0 0 0 296 88 0 0 20 0 20 0 2764575 11162247168 111519 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725158 111519 3110 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900632 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) R 14999 15002 9815 0 -1 4202560 5347 0 0 0 124 7 0 0 20 0 20 0 2764576 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563834743072 140563427362704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15005] ppid=14999 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 9815 0 -1 1077944384 142 0 0 0 5 10 0 0 20 0 20 0 2764576 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563756579728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15006] ppid=14999 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 9815 0 -1 1077944384 135 0 0 0 7 6 0 0 20 0 20 0 2764576 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563755526928 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15007] ppid=14999 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 9815 0 -1 1077944384 119 0 0 0 3 10 0 0 20 0 20 0 2764576 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563754474640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15008] ppid=14999 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 9815 0 -1 1077944384 130 0 0 0 3 8 0 0 20 0 20 0 2764577 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563753421840 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15009] ppid=14999 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 9815 0 -1 1077944384 194 0 0 0 5 10 0 0 20 0 20 0 2764577 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563752368528 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15010] ppid=14999 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 9815 0 -1 1077944384 173 0 0 0 4 11 0 0 20 0 20 0 2764577 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563751315728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15011] ppid=14999 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 9815 0 -1 1077944384 95 0 0 0 4 10 0 0 20 0 20 0 2764577 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563750263440 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15012] ppid=14999 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 9815 0 -1 1077944384 111 0 0 0 4 8 0 0 20 0 20 0 2764577 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563749210640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15013] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 9815 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 2764578 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563305089648 140563830516354 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15014] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 9815 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563304035616 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15015] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 9815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563302983280 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15016] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2764582 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563301931600 140563830523803 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15017] ppid=14999 vsize=10900632 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 9815 0 -1 1077944384 1216 0 0 0 43 0 0 0 20 0 20 0 2764582 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563300878448 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15018] ppid=14999 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 9815 0 -1 1077944384 931 0 0 0 29 0 0 0 20 0 20 0 2764582 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563299825648 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15019] ppid=14999 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15019/stat : 15019 (java) S 14999 15002 9815 0 -1 1077944384 1094 0 0 0 38 0 0 0 20 0 20 0 2764582 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563298773360 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15020] ppid=14999 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15020/stat : 15020 (java) S 14999 15002 9815 0 -1 1077944384 1104 0 0 0 22 0 0 0 20 0 20 0 2764582 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563297720560 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15021] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15021/stat : 15021 (java) S 14999 15002 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2764583 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563296668512 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15022] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15022/stat : 15022 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2764583 11162247168 111519 33554432000 4194304 4196468 140726858306464 140563295615792 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 10900632

[startup+3.10088 s]
/proc/loadavg: 1.05 2.72 3.52 2/255 15022
/proc/meminfo: memFree=31369648/32770624 swapFree=5840/43348
[pid=15002] ppid=14999 vsize=10900632 CPUtime=6.07 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 14678 0 0 0 474 133 0 0 20 0 20 0 2764575 11162247168 191437 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725158 191437 3110 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900632 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) R 14999 15002 9815 0 -1 4202560 6912 0 0 0 271 10 0 0 20 0 20 0 2764576 11162247168 191437 33554432000 4194304 4196468 140726858306464 140563834743096 140563427608782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15005] ppid=14999 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 9815 0 -1 1077944384 182 0 0 0 8 15 0 0 20 0 20 0 2764576 11162247168 191437 33554432000 4194304 4196468 140726858306464 140563756579728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15006] ppid=14999 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 9815 0 -1 1077944384 186 0 0 0 10 11 0 0 20 0 20 0 2764576 11162247168 191437 33554432000 4194304 4196468 140726858306464 140563755526928 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15007] ppid=14999 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 9815 0 -1 1077944384 175 0 0 0 6 15 0 0 20 0 20 0 2764576 11162247168 191437 33554432000 4194304 4196468 140726858306464 140563754474640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15008] ppid=14999 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 9815 0 -1 1077944384 192 0 0 0 6 14 0 0 20 0 20 0 2764577 11162247168 191437 33554432000 4194304 4196468 140726858306464 140563753421840 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15009] ppid=14999 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 9815 0 -1 1077944384 238 0 0 0 9 15 0 0 20 0 20 0 2764577 11162247168 191437 33554432000 4194304 4196468 140726858306464 140563752368528 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15010] ppid=14999 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 9815 0 -1 1077944384 212 0 0 0 7 17 0 0 20 0 20 0 2764577 11162247168 191437 33554432000 4194304 4196468 140726858306464 140563751315728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15011] ppid=14999 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 9815 0 -1 1077944384 138 0 0 0 7 16 0 0 20 0 20 0 2764577 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563750263440 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15012] ppid=14999 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 9815 0 -1 1077944384 175 0 0 0 7 13 0 0 20 0 20 0 2764577 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563749210640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15013] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 9815 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 20 0 2764578 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563305089648 140563830516354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15014] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 9815 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563304035616 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15015] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 9815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563302983280 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15016] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2764582 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563301931600 140563830523803 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15017] ppid=14999 vsize=10900632 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 9815 0 -1 1077944384 1217 0 0 0 43 0 0 0 20 0 20 0 2764582 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563300878448 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15018] ppid=14999 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 9815 0 -1 1077944384 934 0 0 0 30 0 0 0 20 0 20 0 2764582 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563299825648 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15019] ppid=14999 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15019/stat : 15019 (java) S 14999 15002 9815 0 -1 1077944384 1094 0 0 0 38 0 0 0 20 0 20 0 2764582 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563298773360 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15020] ppid=14999 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15020/stat : 15020 (java) S 14999 15002 9815 0 -1 1077944384 1150 0 0 0 25 0 0 0 20 0 20 0 2764582 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563297720560 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15021] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15021/stat : 15021 (java) S 14999 15002 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2764583 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563296668512 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15022] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15022/stat : 15022 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2764583 11162247168 191949 33554432000 4194304 4196468 140726858306464 140563295615792 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 10900632

[startup+6.3011 s]
/proc/loadavg: 1.05 2.69 3.50 2/255 15022
/proc/meminfo: memFree=30709332/32770624 swapFree=5840/43356
[pid=15002] ppid=14999 vsize=10900632 CPUtime=12.5 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 36991 0 0 0 1064 186 0 0 20 0 20 0 2764575 11162247168 338718 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725158 338718 3137 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900632 CPUtime=5.55 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) R 14999 15002 9815 0 -1 4202560 8810 0 0 0 537 18 0 0 20 0 20 0 2764576 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563834716936 140563429343739 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15005] ppid=14999 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 9815 0 -1 1077944384 255 0 0 0 11 21 0 0 20 0 20 0 2764576 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563756579728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15006] ppid=14999 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 9815 0 -1 1077944384 334 0 0 0 13 17 0 0 20 0 20 0 2764576 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563755526928 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15007] ppid=14999 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 9815 0 -1 1077944384 281 0 0 0 8 21 0 0 20 0 20 0 2764576 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563754474640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15008] ppid=14999 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 9815 0 -1 1077944384 231 0 0 0 9 19 0 0 20 0 20 0 2764577 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563753421840 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15009] ppid=14999 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 9815 0 -1 1077944384 310 0 0 0 14 18 0 0 20 0 20 0 2764577 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563752368528 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15010] ppid=14999 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 9815 0 -1 1077944384 303 0 0 0 10 22 0 0 20 0 20 0 2764577 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563751315728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15011] ppid=14999 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 9815 0 -1 1077944384 215 0 0 0 10 22 0 0 20 0 20 0 2764577 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563750263440 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15012] ppid=14999 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 9815 0 -1 1077944384 421 0 0 0 11 18 0 0 20 0 20 0 2764577 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563749210640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15013] ppid=14999 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 9815 0 -1 1077944384 1225 0 0 0 1 0 0 0 20 0 20 0 2764578 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563305089648 140563830516354 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15014] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 9815 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563304035616 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15015] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 9815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 338718 33554432000 4194304 4196468 140726858306464 140563302983280 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15016] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2764582 11162247168 2101586 33554432000 4194304 4196468 140726858306464 140563301931600 140563830523803 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15017] ppid=14999 vsize=10900632 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 9815 0 -1 1077944384 9412 0 0 0 179 2 0 0 20 0 20 0 2764582 11162247168 2101586 33554432000 4194304 4196468 140726858306464 140563300878208 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15018] ppid=14999 vsize=10900632 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 9815 0 -1 1077944384 4206 0 0 0 123 1 0 0 20 0 20 0 2764582 11162247168 2101586 33554432000 4194304 4196468 140726858306464 140563299825696 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15019] ppid=14999 vsize=10900632 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15019/stat : 15019 (java) S 14999 15002 9815 0 -1 1077944384 12192 0 0 0 200 2 0 0 20 0 20 0 2764582 11162247168 2101586 33554432000 4194304 4196468 140726858306464 140563298773408 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15020] ppid=14999 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15020/stat : 15020 (java) S 14999 15002 9815 0 -1 1077944384 2461 0 0 0 37 0 0 0 20 0 20 0 2764582 11162247168 2101586 33554432000 4194304 4196468 140726858306464 140563297720608 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15021] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15021/stat : 15021 (java) S 14999 15002 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2764583 11162247168 2101586 33554432000 4194304 4196468 140726858306464 140563296668512 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15022] ppid=14999 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15022/stat : 15022 (java) S 14999 15002 9815 0 -1 1077944384 292 0 0 0 8 5 0 0 20 0 20 0 2764583 11162247168 2101586 33554432000 4194304 4196468 140726858306464 140563295615792 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 1900.31
Current children cumulated vsize (KiB) 10900632

[startup+304.001 s]
/proc/loadavg: 7.71 4.98 4.15 9/256 15036
/proc/meminfo: memFree=23653404/32770624 swapFree=5840/43628
[pid=15002] ppid=14999 vsize=10900632 CPUtime=1925.16 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 493142 0 0 0 190255 2261 0 0 20 0 20 0 2764575 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725158 2101587 3155 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900632 CPUtime=49.59 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) S 14999 15002 9815 0 -1 1077944384 34679 0 0 0 4928 31 0 0 20 0 20 0 2764576 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563834737728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15005] ppid=14999 vsize=10900632 CPUtime=231.91 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15005/stat : 15005 (java) R 14999 15002 9815 0 -1 4202560 52918 0 0 0 22918 273 0 0 20 0 20 0 2764576 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563756579536 140563823133415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15006] ppid=14999 vsize=10900632 CPUtime=231.7 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15006/stat : 15006 (java) R 14999 15002 9815 0 -1 4202560 53983 0 0 0 22908 262 0 0 20 0 20 0 2764576 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563755527128 140563815501592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15007] ppid=14999 vsize=10900632 CPUtime=231.06 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15007/stat : 15007 (java) R 14999 15002 9815 0 -1 4202560 65689 0 0 0 22803 303 0 0 20 0 20 0 2764576 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563754474760 140563823133415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15008] ppid=14999 vsize=10900632 CPUtime=231.63 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15008/stat : 15008 (java) R 14999 15002 9815 0 -1 4202560 41194 0 0 0 22892 271 0 0 20 0 20 0 2764577 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563753421960 140563823133415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15009] ppid=14999 vsize=10900632 CPUtime=231.19 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15009/stat : 15009 (java) R 14999 15002 9815 0 -1 4202560 40092 0 0 0 22831 288 0 0 20 0 20 0 2764577 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563752368336 140563823133415 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15010] ppid=14999 vsize=10900632 CPUtime=231.82 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15010/stat : 15010 (java) R 14999 15002 9815 0 -1 4202560 34960 0 0 0 22922 260 0 0 20 0 20 0 2764577 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563751315848 140563813888240 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15011] ppid=14999 vsize=10900632 CPUtime=231.51 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15011/stat : 15011 (java) R 14999 15002 9815 0 -1 4202560 37663 0 0 0 22874 277 0 0 20 0 20 0 2764577 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563750263560 140563823133415 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15012] ppid=14999 vsize=10900632 CPUtime=230.83 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15012/stat : 15012 (java) R 14999 15002 9815 0 -1 4202560 49624 0 0 0 22806 277 0 0 20 0 20 0 2764577 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563749210760 140563823133415 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15013] ppid=14999 vsize=10900632 CPUtime=18.22 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 9815 0 -1 1077944384 52343 0 0 0 1819 3 0 0 20 0 20 0 2764578 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563305088208 140563830515413 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15014] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 9815 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563304035680 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15015] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 9815 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563302983296 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15016] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2764582 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563301931600 140563830523803 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15017] ppid=14999 vsize=10900632 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 9815 0 -1 1077944384 9412 0 0 0 179 2 0 0 20 0 20 0 2764582 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563300878208 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15018] ppid=14999 vsize=10900632 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 9815 0 -1 1077944384 4206 0 0 0 123 1 0 0 20 0 20 0 2764582 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563299825696 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15019] ppid=14999 vsize=10900632 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15019/stat : 15019 (java) S 14999 15002 9815 0 -1 1077944384 12192 0 0 0 200 2 0 0 20 0 20 0 2764582 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563298773408 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15020] ppid=14999 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15020/stat : 15020 (java) S 14999 15002 9815 0 -1 1077944384 2461 0 0 0 37 0 0 0 20 0 20 0 2764582 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563297720608 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15021] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15021/stat : 15021 (java) S 14999 15002 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2764583 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563296668512 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15022] ppid=14999 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15022/stat : 15022 (java) S 14999 15002 9815 0 -1 1077944384 306 0 0 0 8 5 0 0 20 0 20 0 2764583 11162247168 2101587 33554432000 4194304 4196468 140726858306464 140563295615792 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 1925.16
Current children cumulated vsize (KiB) 10900632

[startup+305.601 s]
/proc/loadavg: 7.71 4.98 4.15 9/256 15036
/proc/meminfo: memFree=23653404/32770624 swapFree=5840/43628
[pid=15002] ppid=14999 vsize=10900632 CPUtime=1934 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 495158 0 0 0 191136 2264 0 0 20 0 20 0 2764575 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2725158 2101588 3155 1 0 2713552 0
[pid=15002/tid=15003] ppid=14999 vsize=10900632 CPUtime=49.59 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) S 14999 15002 9815 0 -1 1077944384 34679 0 0 0 4928 31 0 0 20 0 20 0 2764576 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563834737728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15005] ppid=14999 vsize=10900632 CPUtime=232.95 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 9815 0 -1 1077944384 52918 0 0 0 23021 274 0 0 20 0 20 0 2764576 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563756579728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15006] ppid=14999 vsize=10900632 CPUtime=232.77 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 9815 0 -1 1077944384 54263 0 0 0 23015 262 0 0 20 0 20 0 2764576 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563755526928 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15007] ppid=14999 vsize=10900632 CPUtime=232.1 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 9815 0 -1 1077944384 65689 0 0 0 22906 304 0 0 20 0 20 0 2764576 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563754474640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15008] ppid=14999 vsize=10900632 CPUtime=232.66 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 9815 0 -1 1077944384 41194 0 0 0 22995 271 0 0 20 0 20 0 2764577 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563753421840 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15009] ppid=14999 vsize=10900632 CPUtime=232.24 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 9815 0 -1 1077944384 40092 0 0 0 22935 289 0 0 20 0 20 0 2764577 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563752368528 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15010] ppid=14999 vsize=10900632 CPUtime=232.83 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 9815 0 -1 1077944384 34960 0 0 0 23023 260 0 0 20 0 20 0 2764577 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563751315728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15011] ppid=14999 vsize=10900632 CPUtime=232.54 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 9815 0 -1 1077944384 37663 0 0 0 22977 277 0 0 20 0 20 0 2764577 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563750263440 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15012] ppid=14999 vsize=10900632 CPUtime=231.86 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 9815 0 -1 1077944384 49624 0 0 0 22909 277 0 0 20 0 20 0 2764577 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563749210640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15013] ppid=14999 vsize=10900632 CPUtime=18.75 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15013/stat : 15013 (java) R 14999 15002 9815 0 -1 4202560 54079 0 0 0 1872 3 0 0 20 0 20 0 2764578 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563305088096 140563815501611 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15014] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 9815 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563304035680 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15015] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 9815 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 2764579 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563302983296 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15016] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2764582 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563301931600 140563830523803 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15017] ppid=14999 vsize=10900632 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 9815 0 -1 1077944384 9412 0 0 0 179 2 0 0 20 0 20 0 2764582 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563300878208 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15018] ppid=14999 vsize=10900632 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 9815 0 -1 1077944384 4206 0 0 0 123 1 0 0 20 0 20 0 2764582 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563299825696 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15019] ppid=14999 vsize=10900632 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15019/stat : 15019 (java) S 14999 15002 9815 0 -1 1077944384 12192 0 0 0 200 2 0 0 20 0 20 0 2764582 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563298773408 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15020] ppid=14999 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15020/stat : 15020 (java) S 14999 15002 9815 0 -1 1077944384 2461 0 0 0 37 0 0 0 20 0 20 0 2764582 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563297720608 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15021] ppid=14999 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15021/stat : 15021 (java) S 14999 15002 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2764583 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563296668512 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15022] ppid=14999 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15022/stat : 15022 (java) S 14999 15002 9815 0 -1 1077944384 306 0 0 0 8 5 0 0 20 0 20 0 2764583 11162247168 2101588 33554432000 4194304 4196468 140726858306464 140563295615792 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 1934
Current children cumulated vsize (KiB) 10900632

[startup+306.001 s]
/proc/loadavg: 7.73 5.03 4.17 2/256 15036
/proc/meminfo: memFree=23653404/32770624 swapFree=5840/43628
[pid=15002] ppid=14999 vsize=11033912 CPUtime=1934.35 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) S 14999 15002 9815 0 -1 1077944320 501649 0 4 0 191170 2265 0 0 20 0 21 0 2764575 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140726858289008 140563830505207 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
/proc/15002/statm: 2758478 2101801 3200 1 0 2746834 0
[pid=15002/tid=15003] ppid=14999 vsize=11033912 CPUtime=49.64 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15003/stat : 15003 (java) S 14999 15002 9815 0 -1 1077944384 35938 0 4 0 4932 32 0 0 20 0 21 0 2764576 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563834745888 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15005] ppid=14999 vsize=11033912 CPUtime=232.95 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 9815 0 -1 1077944384 52918 0 0 0 23021 274 0 0 20 0 21 0 2764576 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563756579728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15006] ppid=14999 vsize=11033912 CPUtime=232.77 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 9815 0 -1 1077944384 54263 0 0 0 23015 262 0 0 20 0 21 0 2764576 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563755526928 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15007] ppid=14999 vsize=11033912 CPUtime=232.1 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 9815 0 -1 1077944384 65689 0 0 0 22906 304 0 0 20 0 21 0 2764576 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563754474640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15008] ppid=14999 vsize=11033912 CPUtime=232.66 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 9815 0 -1 1077944384 41194 0 0 0 22995 271 0 0 20 0 21 0 2764577 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563753421840 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15009] ppid=14999 vsize=11033912 CPUtime=232.24 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 9815 0 -1 1077944384 40092 0 0 0 22935 289 0 0 20 0 21 0 2764577 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563752368528 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15010] ppid=14999 vsize=11033912 CPUtime=232.83 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 9815 0 -1 1077944384 34960 0 0 0 23023 260 0 0 20 0 21 0 2764577 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563751315728 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15011] ppid=14999 vsize=11033912 CPUtime=232.54 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 9815 0 -1 1077944384 37663 0 0 0 22977 277 0 0 20 0 21 0 2764577 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563750263440 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15012] ppid=14999 vsize=11033912 CPUtime=231.86 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 9815 0 -1 1077944384 49624 0 0 0 22909 277 0 0 20 0 21 0 2764577 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563749210640 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15013] ppid=14999 vsize=11033912 CPUtime=19.03 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 9815 0 -1 1077944384 58804 0 0 0 1900 3 0 0 20 0 21 0 2764578 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563305089648 140563830516354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15014] ppid=14999 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 9815 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 2764579 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563304035680 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15015] ppid=14999 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 9815 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 21 0 2764579 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563302983296 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15016] ppid=14999 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2764582 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563301931600 140563830523803 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15017] ppid=14999 vsize=11033912 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 9815 0 -1 1077944384 9414 0 0 0 179 2 0 0 20 0 21 0 2764582 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563300878448 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15018] ppid=14999 vsize=11033912 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 9815 0 -1 1077944384 4209 0 0 0 124 1 0 0 20 0 21 0 2764582 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563299825648 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15019] ppid=14999 vsize=11033912 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15019/stat : 15019 (java) S 14999 15002 9815 0 -1 1077944384 12249 0 0 0 200 2 0 0 20 0 21 0 2764582 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563298773360 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15020] ppid=14999 vsize=11033912 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15020/stat : 15020 (java) S 14999 15002 9815 0 -1 1077944384 2834 0 0 0 39 0 0 0 20 0 21 0 2764582 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563297720560 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15021] ppid=14999 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15021/stat : 15021 (java) S 14999 15002 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2764583 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563296668512 140563830515413 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
[pid=15002/tid=15022] ppid=14999 vsize=11033912 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15022/stat : 15022 (java) S 14999 15002 9815 0 -1 1077944384 308 0 0 0 8 5 0 0 20 0 21 0 2764583 11298725888 2101801 33554432000 4194304 4196468 140726858306464 140563295615792 140563830516354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 7684096 140726858310827 140726858310980 140726858310980 140726858313679 0
Current children cumulated CPU time (s) 1934.35
Current children cumulated vsize (KiB) 11033912

[startup+306.201 s]
/proc/loadavg: 7.73 5.03 4.17 2/256 15036
/proc/meminfo: memFree=23653404/32770624 swapFree=5840/43628
[pid=15002] ppid=14999 vsize=0 CPUtime=1934.38 cores=1,3,5,7,9,11,13,15
/proc/15002/stat : 15002 (java) Z 14999 15002 9815 0 -1 4227084 501774 0 4 0 191170 2268 0 0 20 0 2 0 2764575 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15002/statm: 0 0 0 0 0 0 0
[pid=15002/tid=15007] ppid=14999 vsize=0 CPUtime=232.13 cores=1,3,5,7,9,11,13,15
/proc/15002/task/15007/stat : 15007 (java) R 14999 15002 9815 0 -1 4203588 65689 0 0 0 22906 307 0 0 20 0 2 0 2764576 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1934.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 306.222
CPU time (s): 1934.41
CPU user time (s): 1911.71
CPU system time (s): 22.7052
CPU usage (%): 631.703
Max. virtual memory (cumulated for all children) (KiB): 11033912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1911.71
system time used= 22.7052
maximum resident set size= 8407376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 501774
page faults= 4
swaps= 0
block input operations= 4728
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38139
involuntary context switches= 147827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49429 second user time and 3.28053 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 00:09:09
IDJOB=4243663
IDBENCH=126094
IDSOLVER=2623
FILE ID=node104/4243663-1500674949
RUNJOBID= node104-1500670140-13574
PBS_JOBID= 20623310
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243663-1500674949/watcher-4243663-1500674949 -o /tmp/evaluation-result-4243663-1500674949/solver-4243663-1500674949 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500670140-13574 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243663-1500674949.xml

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

MD5SUM BENCH= 9d7406c968f8af9220e5e662d0bd5052
RANDOM SEED=1410499203

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32067000 kB
MemAvailable:   32014864 kB
Buffers:           86148 kB
Cached:           150912 kB
SwapCached:          260 kB
Active:           184212 kB
Inactive:         103028 kB
Active(anon):       2060 kB
Inactive(anon):    59752 kB
Active(file):     182152 kB
Inactive(file):    43276 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67105464 kB
Dirty:             33812 kB
Writeback:             0 kB
AnonPages:         56100 kB
Mapped:            28672 kB
Shmem:              8772 kB
Slab:             109864 kB
SReclaimable:      76544 kB
SUnreclaim:        33320 kB
KernelStack:        4080 kB
PageTables:         4692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node104 at 2017-07-22 00:14:15