Trace number 4243661

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? 1546.29 259.529

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5-p9/
mdd-7-25-5-ps05-psh09-3.xml
MD5SUM47cdae4cc979e49bd09b7efbbe69f743
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.9050102
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints58
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree12
Maximum variable degree22
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":1},{"degree":14,"count":3},{"degree":15,"count":4},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":1},{"degree":19,"count":4},{"degree":20,"count":2},{"degree":22,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":58}]
Number of extensional constraints58
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":58}]
Optimization problemNO
Type of objective

Solver Data

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

pid=6167
running on 8 cores: 4-7,12-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: 13.27 9.44 4.82 3/262 6170
/proc/meminfo: memFree=31796660/32770624 swapFree=5804/171472
[pid=6170] ppid=6167 vsize=8339376 CPUtime=0 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 1854 0 0 0 0 0 0 0 20 0 2 0 2759866 8539521024 2064 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2084844 2130 1188 1 0 2073755 0
[pid=6170/tid=6171] ppid=6167 vsize=8349744 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) R 6167 6170 2454 0 -1 4202560 631 0 0 0 0 0 0 0 20 0 2 0 2759866 8550137856 2196 33554432000 4194304 4196468 140725082816240 140571324942752 140571312990112 0 4 0 16784584 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0

[startup+0.100152 s]
/proc/loadavg: 13.27 9.44 4.82 3/262 6170
/proc/meminfo: memFree=31796660/32770624 swapFree=5804/171472
[pid=6170] ppid=6167 vsize=10900556 CPUtime=0.09 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 4790 0 0 0 8 1 0 0 20 0 20 0 2759866 11162169344 6347 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725139 6347 2636 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900556 CPUtime=0.08 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) R 6167 6170 2454 0 -1 4202560 2864 0 0 0 7 1 0 0 20 0 20 0 2759866 11162169344 6347 33554432000 4194304 4196468 140725082816240 140571324942944 140571320722589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200372 s]
/proc/loadavg: 13.27 9.44 4.82 3/262 6170
/proc/meminfo: memFree=31796660/32770624 swapFree=5804/171472
[pid=6170] ppid=6167 vsize=10900556 CPUtime=0.26 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 7054 0 0 0 24 2 0 0 20 0 20 0 2759866 11162169344 8865 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725139 8865 2829 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900556 CPUtime=0.18 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) R 6167 6170 2454 0 -1 4202560 4687 0 0 0 17 1 0 0 20 0 20 0 2759866 11162169344 8865 33554432000 4194304 4196468 140725082816240 140571324912408 140571320722589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300368 s]
/proc/loadavg: 13.27 9.44 4.82 3/262 6170
/proc/meminfo: memFree=31796660/32770624 swapFree=5804/171472
[pid=6170] ppid=6167 vsize=10900556 CPUtime=0.44 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 8267 0 0 0 41 3 0 0 20 0 20 0 2759866 11162169344 15100 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725139 15100 2960 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900556 CPUtime=0.28 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) R 6167 6170 2454 0 -1 4202560 5041 0 0 0 26 2 0 0 20 0 20 0 2759866 11162169344 15100 33554432000 4194304 4196468 140725082816240 140571324931968 140571320722589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700268 s]
/proc/loadavg: 13.27 9.44 4.82 3/262 6170
/proc/meminfo: memFree=31796660/32770624 swapFree=5804/171472
[pid=6170] ppid=6167 vsize=10900632 CPUtime=1.98 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 11971 0 0 0 156 42 0 0 20 0 20 0 2759866 11162247168 62573 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725158 62573 3078 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900632 CPUtime=0.6 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) S 6167 6170 2454 0 -1 1077944384 5747 0 0 0 56 4 0 0 20 0 20 0 2759866 11162247168 62573 33554432000 4194304 4196468 140725082816240 140571324938384 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 10900632

[startup+1.50261 s]
/proc/loadavg: 13.27 9.44 4.82 6/280 6226
/proc/meminfo: memFree=31696316/32770624 swapFree=5804/171328
[pid=6170] ppid=6167 vsize=10900632 CPUtime=3.79 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 13274 0 0 0 289 90 0 0 20 0 20 0 2759866 11162247168 112477 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725158 112477 3111 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900632 CPUtime=1.29 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) R 6167 6170 2454 0 -1 4202560 5823 0 0 0 124 5 0 0 20 0 20 0 2759866 11162247168 112477 33554432000 4194304 4196468 140725082816240 140571324936120 140570943189130 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6173] ppid=6167 vsize=10900632 CPUtime=0.12 cores=4-7,12-15
/proc/6170/task/6173/stat : 6173 (java) S 6167 6170 2454 0 -1 1077944384 143 0 0 0 4 8 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140571262704528 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6174] ppid=6167 vsize=10900632 CPUtime=0.15 cores=4-7,12-15
/proc/6170/task/6174/stat : 6174 (java) S 6167 6170 2454 0 -1 1077944384 115 0 0 0 5 10 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140571261651728 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6175] ppid=6167 vsize=10900632 CPUtime=0.12 cores=4-7,12-15
/proc/6170/task/6175/stat : 6175 (java) S 6167 6170 2454 0 -1 1077944384 97 0 0 0 3 9 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570924997776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6176] ppid=6167 vsize=10900632 CPUtime=0.15 cores=4-7,12-15
/proc/6170/task/6176/stat : 6176 (java) S 6167 6170 2454 0 -1 1077944384 207 0 0 0 3 12 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570923944976 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6177] ppid=6167 vsize=10900632 CPUtime=0.14 cores=4-7,12-15
/proc/6170/task/6177/stat : 6177 (java) S 6167 6170 2454 0 -1 1077944384 147 0 0 0 4 10 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570922891664 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6178] ppid=6167 vsize=10900632 CPUtime=0.15 cores=4-7,12-15
/proc/6170/task/6178/stat : 6178 (java) S 6167 6170 2454 0 -1 1077944384 132 0 0 0 7 8 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570921838864 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6179] ppid=6167 vsize=10900632 CPUtime=0.12 cores=4-7,12-15
/proc/6170/task/6179/stat : 6179 (java) S 6167 6170 2454 0 -1 1077944384 110 0 0 0 3 9 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570920786576 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6180] ppid=6167 vsize=10900632 CPUtime=0.16 cores=4-7,12-15
/proc/6170/task/6180/stat : 6180 (java) S 6167 6170 2454 0 -1 1077944384 155 0 0 0 5 11 0 0 20 0 20 0 2759867 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570919733776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6181] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6181/stat : 6181 (java) S 6167 6170 2454 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570863684208 140571320711810 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6182] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6182/stat : 6182 (java) S 6167 6170 2454 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570862630240 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6183] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6183/stat : 6183 (java) S 6167 6170 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570861577840 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6184] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6184/stat : 6184 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2759873 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570860526160 140571320719259 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6185] ppid=6167 vsize=10900632 CPUtime=0.28 cores=4-7,12-15
/proc/6170/task/6185/stat : 6185 (java) S 6167 6170 2454 0 -1 1077944384 1189 0 0 0 28 0 0 0 20 0 20 0 2759873 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570859473008 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6186] ppid=6167 vsize=10900632 CPUtime=0.37 cores=4-7,12-15
/proc/6170/task/6186/stat : 6186 (java) S 6167 6170 2454 0 -1 1077944384 1233 0 0 0 37 0 0 0 20 0 20 0 2759873 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570858420208 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6187] ppid=6167 vsize=10900632 CPUtime=0.35 cores=4-7,12-15
/proc/6170/task/6187/stat : 6187 (java) S 6167 6170 2454 0 -1 1077944384 1124 0 0 0 35 0 0 0 20 0 20 0 2759873 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570521495920 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6188] ppid=6167 vsize=10900632 CPUtime=0.24 cores=4-7,12-15
/proc/6170/task/6188/stat : 6188 (java) S 6167 6170 2454 0 -1 1077944384 1222 0 0 0 24 0 0 0 20 0 20 0 2759873 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570520443120 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6189] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6189/stat : 6189 (java) S 6167 6170 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2759874 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570519391072 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6190] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6190/stat : 6190 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2759874 11162247168 112477 33554432000 4194304 4196468 140725082816240 140570518338352 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 10900632

[startup+3.10083 s]
/proc/loadavg: 12.29 9.30 4.80 3/274 6277
/proc/meminfo: memFree=31312004/32770624 swapFree=5804/172276
[pid=6170] ppid=6167 vsize=10900632 CPUtime=5.95 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 15632 0 0 0 465 130 0 0 20 0 20 0 2759866 11162247168 233859 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725158 233859 3111 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900632 CPUtime=2.81 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) R 6167 6170 2454 0 -1 4202560 6906 0 0 0 269 12 0 0 20 0 20 0 2759866 11162247168 233859 33554432000 4194304 4196468 140725082816240 140571324938040 140570943950737 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6173] ppid=6167 vsize=10900632 CPUtime=0.19 cores=4-7,12-15
/proc/6170/task/6173/stat : 6173 (java) S 6167 6170 2454 0 -1 1077944384 196 0 0 0 7 12 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140571262704528 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6174] ppid=6167 vsize=10900632 CPUtime=0.23 cores=4-7,12-15
/proc/6170/task/6174/stat : 6174 (java) S 6167 6170 2454 0 -1 1077944384 150 0 0 0 8 15 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140571261651728 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6175] ppid=6167 vsize=10900632 CPUtime=0.2 cores=4-7,12-15
/proc/6170/task/6175/stat : 6175 (java) S 6167 6170 2454 0 -1 1077944384 158 0 0 0 7 13 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570924997776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6176] ppid=6167 vsize=10900632 CPUtime=0.23 cores=4-7,12-15
/proc/6170/task/6176/stat : 6176 (java) S 6167 6170 2454 0 -1 1077944384 259 0 0 0 7 16 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570923944976 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6177] ppid=6167 vsize=10900632 CPUtime=0.22 cores=4-7,12-15
/proc/6170/task/6177/stat : 6177 (java) S 6167 6170 2454 0 -1 1077944384 189 0 0 0 8 14 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570922891664 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6178] ppid=6167 vsize=10900632 CPUtime=0.23 cores=4-7,12-15
/proc/6170/task/6178/stat : 6178 (java) S 6167 6170 2454 0 -1 1077944384 165 0 0 0 11 12 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570921838864 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6179] ppid=6167 vsize=10900632 CPUtime=0.19 cores=4-7,12-15
/proc/6170/task/6179/stat : 6179 (java) S 6167 6170 2454 0 -1 1077944384 692 0 0 0 6 13 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570920786576 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6180] ppid=6167 vsize=10900632 CPUtime=0.24 cores=4-7,12-15
/proc/6170/task/6180/stat : 6180 (java) S 6167 6170 2454 0 -1 1077944384 215 0 0 0 9 15 0 0 20 0 20 0 2759867 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570919733776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6181] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6181/stat : 6181 (java) S 6167 6170 2454 0 -1 1077944384 509 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570863684208 140571320711810 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6182] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6182/stat : 6182 (java) S 6167 6170 2454 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570862630240 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6183] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6183/stat : 6183 (java) S 6167 6170 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570861577840 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6184] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6184/stat : 6184 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2759873 11162247168 233859 33554432000 4194304 4196468 140725082816240 140570860526160 140571320719259 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6185] ppid=6167 vsize=10900632 CPUtime=0.28 cores=4-7,12-15
/proc/6170/task/6185/stat : 6185 (java) S 6167 6170 2454 0 -1 1077944384 1189 0 0 0 28 0 0 0 20 0 20 0 2759873 11162247168 234371 33554432000 4194304 4196468 140725082816240 140570859473008 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6186] ppid=6167 vsize=10900632 CPUtime=0.37 cores=4-7,12-15
/proc/6170/task/6186/stat : 6186 (java) S 6167 6170 2454 0 -1 1077944384 1239 0 0 0 37 0 0 0 20 0 20 0 2759873 11162247168 234371 33554432000 4194304 4196468 140725082816240 140570858420208 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6187] ppid=6167 vsize=10900632 CPUtime=0.35 cores=4-7,12-15
/proc/6170/task/6187/stat : 6187 (java) S 6167 6170 2454 0 -1 1077944384 1124 0 0 0 35 0 0 0 20 0 20 0 2759873 11162247168 234371 33554432000 4194304 4196468 140725082816240 140570521495920 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6188] ppid=6167 vsize=10900632 CPUtime=0.27 cores=4-7,12-15
/proc/6170/task/6188/stat : 6188 (java) S 6167 6170 2454 0 -1 1077944384 1273 0 0 0 27 0 0 0 20 0 20 0 2759873 11162247168 234371 33554432000 4194304 4196468 140725082816240 140570520443120 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6189] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6189/stat : 6189 (java) S 6167 6170 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2759874 11162247168 234371 33554432000 4194304 4196468 140725082816240 140570519391072 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6190] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6190/stat : 6190 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2759874 11162247168 234371 33554432000 4194304 4196468 140725082816240 140570518338352 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 10900632

[startup+6.30108 s]
/proc/loadavg: 12.29 9.30 4.80 11/281 6284
/proc/meminfo: memFree=29432008/32770624 swapFree=5804/172632
[pid=6170] ppid=6167 vsize=10900632 CPUtime=16.71 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 59170 0 0 0 1334 337 0 0 20 0 20 0 2759866 11162247168 438618 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725158 438618 3141 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900632 CPUtime=5.47 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) S 6167 6170 2454 0 -1 1077944384 8372 0 0 0 531 16 0 0 20 0 20 0 2759866 11162247168 438618 33554432000 4194304 4196468 140725082816240 140571324921696 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6173] ppid=6167 vsize=10900632 CPUtime=0.72 cores=4-7,12-15
/proc/6170/task/6173/stat : 6173 (java) R 6167 6170 2454 0 -1 4202560 1871 0 0 0 34 38 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140571262704416 140571305155420 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6174] ppid=6167 vsize=10900632 CPUtime=0.68 cores=4-7,12-15
/proc/6170/task/6174/stat : 6174 (java) R 6167 6170 2454 0 -1 4202560 1767 0 0 0 34 34 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140571261651928 140571302297104 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6175] ppid=6167 vsize=10900632 CPUtime=0.74 cores=4-7,12-15
/proc/6170/task/6175/stat : 6175 (java) R 6167 6170 2454 0 -1 4202560 1832 0 0 0 34 40 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570924997976 140571305685959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6176] ppid=6167 vsize=10900632 CPUtime=0.77 cores=4-7,12-15
/proc/6170/task/6176/stat : 6176 (java) R 6167 6170 2454 0 -1 4202560 2056 0 0 0 34 43 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570923945176 140571305398460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6177] ppid=6167 vsize=10900632 CPUtime=0.75 cores=4-7,12-15
/proc/6170/task/6177/stat : 6177 (java) R 6167 6170 2454 0 -1 4202560 1797 0 0 0 35 40 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570922891864 140571302253904 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6178] ppid=6167 vsize=10900632 CPUtime=0.74 cores=4-7,12-15
/proc/6170/task/6178/stat : 6178 (java) R 6167 6170 2454 0 -1 4202560 1808 0 0 0 37 37 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570921839064 140571305398438 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6179] ppid=6167 vsize=10900632 CPUtime=0.67 cores=4-7,12-15
/proc/6170/task/6179/stat : 6179 (java) R 6167 6170 2454 0 -1 4202560 2744 0 0 0 34 33 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570920786776 140571305651268 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6180] ppid=6167 vsize=10900632 CPUtime=0.78 cores=4-7,12-15
/proc/6170/task/6180/stat : 6180 (java) R 6167 6170 2454 0 -1 4202560 1907 0 0 0 36 42 0 0 20 0 20 0 2759867 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570919733976 140571302297418 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6181] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6181/stat : 6181 (java) S 6167 6170 2454 0 -1 1077944384 1275 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570863682528 140571320710869 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6182] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6182/stat : 6182 (java) S 6167 6170 2454 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570862630240 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6183] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6183/stat : 6183 (java) S 6167 6170 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 438618 33554432000 4194304 4196468 140725082816240 140570861577840 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6184] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15

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

/proc/6170/task/6184/stat : 6184 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570860526160 140571320719259 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6185] ppid=6167 vsize=10900632 CPUtime=1.44 cores=4-7,12-15
/proc/6170/task/6185/stat : 6185 (java) S 6167 6170 2454 0 -1 1077944384 9221 0 0 0 142 2 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570859472768 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6186] ppid=6167 vsize=10900632 CPUtime=2.52 cores=4-7,12-15
/proc/6170/task/6186/stat : 6186 (java) S 6167 6170 2454 0 -1 1077944384 16416 0 0 0 250 2 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570858420256 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6187] ppid=6167 vsize=10900632 CPUtime=1.9 cores=4-7,12-15
/proc/6170/task/6187/stat : 6187 (java) S 6167 6170 2454 0 -1 1077944384 14681 0 0 0 189 1 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570521495968 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6188] ppid=6167 vsize=10900632 CPUtime=0.41 cores=4-7,12-15
/proc/6170/task/6188/stat : 6188 (java) S 6167 6170 2454 0 -1 1077944384 2903 0 0 0 40 1 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570520443168 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6189] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6189/stat : 6189 (java) S 6167 6170 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2759874 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570519391072 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6190] ppid=6167 vsize=10900632 CPUtime=0.11 cores=4-7,12-15
/proc/6170/task/6190/stat : 6190 (java) S 6167 6170 2454 0 -1 1077944384 271 0 0 0 6 5 0 0 20 0 20 0 2759874 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570518338352 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 1539.03
Current children cumulated vsize (KiB) 10900632

[startup+258.401 s]
/proc/loadavg: 15.12 11.05 6.44 17/281 6296
/proc/meminfo: memFree=15246152/32770624 swapFree=5804/172928
[pid=6170] ppid=6167 vsize=10900632 CPUtime=1545.24 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 416252 0 0 0 152425 2099 0 0 20 0 20 0 2759866 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725158 2094250 3156 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900632 CPUtime=55.79 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) S 6167 6170 2454 0 -1 1077944384 29864 0 0 0 5550 29 0 0 20 0 20 0 2759866 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140571324934000 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6173] ppid=6167 vsize=10900632 CPUtime=183.53 cores=4-7,12-15
/proc/6170/task/6173/stat : 6173 (java) R 6167 6170 2454 0 -1 4202560 31970 0 0 0 18095 258 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140571262704728 140571305697067 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6174] ppid=6167 vsize=10900632 CPUtime=182.72 cores=4-7,12-15
/proc/6170/task/6174/stat : 6174 (java) R 6167 6170 2454 0 -1 4202560 56246 0 0 0 18026 246 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140571261651536 140571313328871 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6175] ppid=6167 vsize=10900632 CPUtime=182.91 cores=4-7,12-15
/proc/6170/task/6175/stat : 6175 (java) R 6167 6170 2454 0 -1 4202560 32006 0 0 0 18040 251 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570924997896 140571304083698 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6176] ppid=6167 vsize=10900632 CPUtime=183.64 cores=4-7,12-15
/proc/6170/task/6176/stat : 6176 (java) R 6167 6170 2454 0 -1 4202560 40441 0 0 0 18088 276 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570923944784 140571313328871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6177] ppid=6167 vsize=10900632 CPUtime=183.78 cores=4-7,12-15
/proc/6170/task/6177/stat : 6177 (java) R 6167 6170 2454 0 -1 4202560 36187 0 0 0 18138 240 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570922891472 140571313328871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6178] ppid=6167 vsize=10900632 CPUtime=183.46 cores=4-7,12-15
/proc/6170/task/6178/stat : 6178 (java) S 6167 6170 2454 0 -1 1077944384 30040 0 0 0 18087 259 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570921838672 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6179] ppid=6167 vsize=10900632 CPUtime=183.2 cores=4-7,12-15
/proc/6170/task/6179/stat : 6179 (java) R 6167 6170 2454 0 -1 4202560 40276 0 0 0 18073 247 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570920786384 140571313328871 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6180] ppid=6167 vsize=10900632 CPUtime=183.5 cores=4-7,12-15
/proc/6170/task/6180/stat : 6180 (java) R 6167 6170 2454 0 -1 4202560 27851 0 0 0 18079 271 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570919733896 140571313328871 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6181] ppid=6167 vsize=10900632 CPUtime=16.17 cores=4-7,12-15
/proc/6170/task/6181/stat : 6181 (java) S 6167 6170 2454 0 -1 1077944384 46462 0 0 0 1614 3 0 0 20 0 20 0 2759869 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570863682768 140571320710869 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6182] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6182/stat : 6182 (java) S 6167 6170 2454 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570862630240 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6183] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6183/stat : 6183 (java) S 6167 6170 2454 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570861577840 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6184] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6184/stat : 6184 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570860526160 140571320719259 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6185] ppid=6167 vsize=10900632 CPUtime=1.44 cores=4-7,12-15
/proc/6170/task/6185/stat : 6185 (java) S 6167 6170 2454 0 -1 1077944384 9221 0 0 0 142 2 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570859472768 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6186] ppid=6167 vsize=10900632 CPUtime=2.52 cores=4-7,12-15
/proc/6170/task/6186/stat : 6186 (java) S 6167 6170 2454 0 -1 1077944384 16416 0 0 0 250 2 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570858420256 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6187] ppid=6167 vsize=10900632 CPUtime=1.9 cores=4-7,12-15
/proc/6170/task/6187/stat : 6187 (java) S 6167 6170 2454 0 -1 1077944384 14681 0 0 0 189 1 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570521495968 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6188] ppid=6167 vsize=10900632 CPUtime=0.41 cores=4-7,12-15
/proc/6170/task/6188/stat : 6188 (java) S 6167 6170 2454 0 -1 1077944384 2903 0 0 0 40 1 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570520443168 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6189] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6189/stat : 6189 (java) S 6167 6170 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2759874 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570519391072 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6190] ppid=6167 vsize=10900632 CPUtime=0.11 cores=4-7,12-15
/proc/6170/task/6190/stat : 6190 (java) S 6167 6170 2454 0 -1 1077944384 271 0 0 0 6 5 0 0 20 0 20 0 2759874 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570518338352 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 1545.24
Current children cumulated vsize (KiB) 10900632

[startup+259.201 s]
/proc/loadavg: 15.12 11.05 6.44 10/281 6296
/proc/meminfo: memFree=15246152/32770624 swapFree=5804/172928
[pid=6170] ppid=6167 vsize=10900632 CPUtime=1546.16 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 416430 0 0 0 152517 2099 0 0 20 0 20 0 2759866 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2725158 2094250 3156 1 0 2713552 0
[pid=6170/tid=6171] ppid=6167 vsize=10900632 CPUtime=55.79 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) S 6167 6170 2454 0 -1 1077944384 29864 0 0 0 5550 29 0 0 20 0 20 0 2759866 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140571324934000 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6173] ppid=6167 vsize=10900632 CPUtime=183.55 cores=4-7,12-15
/proc/6170/task/6173/stat : 6173 (java) S 6167 6170 2454 0 -1 1077944384 31970 0 0 0 18097 258 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140571262704528 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6174] ppid=6167 vsize=10900632 CPUtime=182.74 cores=4-7,12-15
/proc/6170/task/6174/stat : 6174 (java) S 6167 6170 2454 0 -1 1077944384 56246 0 0 0 18028 246 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140571261651728 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6175] ppid=6167 vsize=10900632 CPUtime=182.93 cores=4-7,12-15
/proc/6170/task/6175/stat : 6175 (java) S 6167 6170 2454 0 -1 1077944384 32006 0 0 0 18042 251 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570924997776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6176] ppid=6167 vsize=10900632 CPUtime=183.66 cores=4-7,12-15
/proc/6170/task/6176/stat : 6176 (java) S 6167 6170 2454 0 -1 1077944384 40441 0 0 0 18090 276 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570923944976 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6177] ppid=6167 vsize=10900632 CPUtime=183.8 cores=4-7,12-15
/proc/6170/task/6177/stat : 6177 (java) S 6167 6170 2454 0 -1 1077944384 36187 0 0 0 18140 240 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570922891664 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6178] ppid=6167 vsize=10900632 CPUtime=183.48 cores=4-7,12-15
/proc/6170/task/6178/stat : 6178 (java) S 6167 6170 2454 0 -1 1077944384 30040 0 0 0 18089 259 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570921838864 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6179] ppid=6167 vsize=10900632 CPUtime=183.22 cores=4-7,12-15
/proc/6170/task/6179/stat : 6179 (java) S 6167 6170 2454 0 -1 1077944384 40276 0 0 0 18075 247 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570920786576 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6180] ppid=6167 vsize=10900632 CPUtime=183.52 cores=4-7,12-15
/proc/6170/task/6180/stat : 6180 (java) S 6167 6170 2454 0 -1 1077944384 27851 0 0 0 18081 271 0 0 20 0 20 0 2759867 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570919733776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6181] ppid=6167 vsize=10900632 CPUtime=16.95 cores=4-7,12-15
/proc/6170/task/6181/stat : 6181 (java) R 6167 6170 2454 0 -1 4202560 46640 0 0 0 1692 3 0 0 20 0 20 0 2759869 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570863682656 140571299070843 0 0 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6182] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6182/stat : 6182 (java) S 6167 6170 2454 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570862630240 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6183] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6183/stat : 6183 (java) S 6167 6170 2454 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 2759869 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570861577840 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6184] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6184/stat : 6184 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570860526160 140571320719259 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6185] ppid=6167 vsize=10900632 CPUtime=1.44 cores=4-7,12-15
/proc/6170/task/6185/stat : 6185 (java) S 6167 6170 2454 0 -1 1077944384 9221 0 0 0 142 2 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570859472768 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6186] ppid=6167 vsize=10900632 CPUtime=2.52 cores=4-7,12-15
/proc/6170/task/6186/stat : 6186 (java) S 6167 6170 2454 0 -1 1077944384 16416 0 0 0 250 2 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570858420256 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6187] ppid=6167 vsize=10900632 CPUtime=1.9 cores=4-7,12-15
/proc/6170/task/6187/stat : 6187 (java) S 6167 6170 2454 0 -1 1077944384 14681 0 0 0 189 1 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570521495968 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6188] ppid=6167 vsize=10900632 CPUtime=0.41 cores=4-7,12-15
/proc/6170/task/6188/stat : 6188 (java) S 6167 6170 2454 0 -1 1077944384 2903 0 0 0 40 1 0 0 20 0 20 0 2759873 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570520443168 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6189] ppid=6167 vsize=10900632 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6189/stat : 6189 (java) S 6167 6170 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2759874 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570519391072 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6190] ppid=6167 vsize=10900632 CPUtime=0.11 cores=4-7,12-15
/proc/6170/task/6190/stat : 6190 (java) S 6167 6170 2454 0 -1 1077944384 271 0 0 0 6 5 0 0 20 0 20 0 2759874 11162247168 2094250 33554432000 4194304 4196468 140725082816240 140570518338352 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 1546.16
Current children cumulated vsize (KiB) 10900632

[startup+259.401 s]
/proc/loadavg: 15.12 11.05 6.44 10/281 6296
/proc/meminfo: memFree=15246152/32770624 swapFree=5804/172928
[pid=6170] ppid=6167 vsize=11033912 CPUtime=1546.24 cores=4-7,12-15
/proc/6170/stat : 6170 (java) S 6167 6170 2454 0 -1 1077944320 417210 0 2 0 152524 2100 0 0 20 0 21 0 2759866 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140725082798784 140571320700663 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
/proc/6170/statm: 2758478 2094490 3201 1 0 2746834 0
[pid=6170/tid=6171] ppid=6167 vsize=11033912 CPUtime=55.82 cores=4-7,12-15
/proc/6170/task/6171/stat : 6171 (java) S 6167 6170 2454 0 -1 1077944384 30288 0 2 0 5553 29 0 0 20 0 21 0 2759866 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140571324941344 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6173] ppid=6167 vsize=11033912 CPUtime=183.55 cores=4-7,12-15
/proc/6170/task/6173/stat : 6173 (java) S 6167 6170 2454 0 -1 1077944384 31970 0 0 0 18097 258 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140571262704528 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6174] ppid=6167 vsize=11033912 CPUtime=182.74 cores=4-7,12-15
/proc/6170/task/6174/stat : 6174 (java) S 6167 6170 2454 0 -1 1077944384 56246 0 0 0 18028 246 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140571261651728 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6175] ppid=6167 vsize=11033912 CPUtime=182.93 cores=4-7,12-15
/proc/6170/task/6175/stat : 6175 (java) S 6167 6170 2454 0 -1 1077944384 32006 0 0 0 18042 251 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570924997776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6176] ppid=6167 vsize=11033912 CPUtime=183.66 cores=4-7,12-15
/proc/6170/task/6176/stat : 6176 (java) S 6167 6170 2454 0 -1 1077944384 40441 0 0 0 18090 276 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570923944976 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6177] ppid=6167 vsize=11033912 CPUtime=183.8 cores=4-7,12-15
/proc/6170/task/6177/stat : 6177 (java) S 6167 6170 2454 0 -1 1077944384 36187 0 0 0 18140 240 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570922891664 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6178] ppid=6167 vsize=11033912 CPUtime=183.48 cores=4-7,12-15
/proc/6170/task/6178/stat : 6178 (java) S 6167 6170 2454 0 -1 1077944384 30040 0 0 0 18089 259 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570921838864 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6179] ppid=6167 vsize=11033912 CPUtime=183.22 cores=4-7,12-15
/proc/6170/task/6179/stat : 6179 (java) S 6167 6170 2454 0 -1 1077944384 40276 0 0 0 18075 247 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570920786576 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6180] ppid=6167 vsize=11033912 CPUtime=183.52 cores=4-7,12-15
/proc/6170/task/6180/stat : 6180 (java) S 6167 6170 2454 0 -1 1077944384 27851 0 0 0 18081 271 0 0 20 0 21 0 2759867 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570919733776 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6181] ppid=6167 vsize=11033912 CPUtime=16.97 cores=4-7,12-15
/proc/6170/task/6181/stat : 6181 (java) S 6167 6170 2454 0 -1 1077944384 46650 0 0 0 1694 3 0 0 20 0 21 0 2759869 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570863684208 140571320711810 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6182] ppid=6167 vsize=11033912 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6182/stat : 6182 (java) S 6167 6170 2454 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 2759869 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570862630240 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6183] ppid=6167 vsize=11033912 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6183/stat : 6183 (java) S 6167 6170 2454 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 2759869 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570861577840 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6184] ppid=6167 vsize=11033912 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6184/stat : 6184 (java) S 6167 6170 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2759873 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570860526160 140571320719259 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6185] ppid=6167 vsize=11033912 CPUtime=1.44 cores=4-7,12-15
/proc/6170/task/6185/stat : 6185 (java) S 6167 6170 2454 0 -1 1077944384 9275 0 0 0 142 2 0 0 20 0 21 0 2759873 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570859473008 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6186] ppid=6167 vsize=11033912 CPUtime=2.52 cores=4-7,12-15
/proc/6170/task/6186/stat : 6186 (java) S 6167 6170 2454 0 -1 1077944384 16428 0 0 0 250 2 0 0 20 0 21 0 2759873 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570858420208 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6187] ppid=6167 vsize=11033912 CPUtime=1.9 cores=4-7,12-15
/proc/6170/task/6187/stat : 6187 (java) S 6167 6170 2454 0 -1 1077944384 14681 0 0 0 189 1 0 0 20 0 21 0 2759873 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570521495920 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6188] ppid=6167 vsize=11033912 CPUtime=0.42 cores=4-7,12-15
/proc/6170/task/6188/stat : 6188 (java) S 6167 6170 2454 0 -1 1077944384 3132 0 0 0 41 1 0 0 20 0 21 0 2759873 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570520443120 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6189] ppid=6167 vsize=11033912 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6189/stat : 6189 (java) S 6167 6170 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2759874 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570519391072 140571320710869 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
[pid=6170/tid=6190] ppid=6167 vsize=11033912 CPUtime=0.11 cores=4-7,12-15
/proc/6170/task/6190/stat : 6190 (java) S 6167 6170 2454 0 -1 1077944384 271 0 0 0 6 5 0 0 20 0 21 0 2759874 11298725888 2094490 33554432000 4194304 4196468 140725082816240 140570518338352 140571320711810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13430784 140725082817707 140725082817860 140725082817860 140725082820559 0
Current children cumulated CPU time (s) 1546.24
Current children cumulated vsize (KiB) 11033912

[startup+259.501 s]
/proc/loadavg: 15.12 11.05 6.44 10/281 6296
/proc/meminfo: memFree=15246152/32770624 swapFree=5804/172928
[pid=6170] ppid=6167 vsize=0 CPUtime=1546.25 cores=4-7,12-15
/proc/6170/stat : 6170 (java) Z 6167 6170 2454 0 -1 4227084 417271 0 2 0 152524 2101 0 0 20 0 2 0 2759866 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/6170/statm: 0 0 0 0 0 0 0
[pid=6170/tid=6184] ppid=6167 vsize=0 CPUtime=0 cores=4-7,12-15
/proc/6170/task/6184/stat : 6184 (java) R 6167 6170 2454 0 -1 4203588 4 0 0 0 0 0 0 0 20 0 2 0 2759873 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1546.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 259.529
CPU time (s): 1546.29
CPU user time (s): 1525.25
CPU system time (s): 21.0466
CPU usage (%): 595.807
Max. virtual memory (cumulated for all children) (KiB): 11033912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1525.25
system time used= 21.0466
maximum resident set size= 8378108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417271
page faults= 2
swaps= 0
block input operations= 1880
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31294
involuntary context switches= 115931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26631 second user time and 2.56159 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 00:09:06
IDJOB=4243661
IDBENCH=126070
IDSOLVER=2623
FILE ID=node144/4243661-1500674945
RUNJOBID= node144-1500674608-5767
PBS_JOBID= 20623277
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5-p9/mdd-7-25-5-ps05-psh09-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243661-1500674945/watcher-4243661-1500674945 -o /tmp/evaluation-result-4243661-1500674945/solver-4243661-1500674945 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500674608-5767 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243661-1500674945.xml

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

MD5SUM BENCH= 47cdae4cc979e49bd09b7efbbe69f743
RANDOM SEED=813227191

node144.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 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	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 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	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31797468 kB
MemAvailable:   31777828 kB
Buffers:           33984 kB
Cached:           259376 kB
SwapCached:            0 kB
Active:           425552 kB
Inactive:         179848 kB
Active(anon):     315060 kB
Inactive(anon):     8696 kB
Active(file):     110492 kB
Inactive(file):   171152 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             34416 kB
Writeback:             0 kB
AnonPages:        317596 kB
Mapped:            41540 kB
Shmem:              8844 kB
Slab:              61484 kB
SReclaimable:      29100 kB
SUnreclaim:        32384 kB
KernelStack:        4560 kB
PageTables:         5812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1303036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61948 MiB
End job on node144 at 2017-07-22 00:13:25