Trace number 4263512

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
sat4j-CSP 2017-07-05? 858.75702 274.311

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9074 MiB free)
  memory of node 1: 16384 MiB (15620 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263512-1502625307/watcher-4263512-1502625307 -o /tmp/evaluation-result-4263512-1502625307/solver-4263512-1502625307 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263512-1502625307.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=23800, runsolver pid=23797
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 5.13 4.65 3.91 3/209 23806
/proc/meminfo: memFree=25278648/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=9936560 memory=17276 CPUtime=0.02 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 3613 0 0 0 1 1 0 0 20 0 6 0 162183529 10175037440 4319 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2484911 4319 1948 1 0 2474408 0
[pid=23800/tid=23802] ppid=23797 vsize=9951980 memory=7077796292425249400 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) R 23797 23800 7084 0 -1 4202560 2356 0 0 0 1 0 0 0 20 0 6 0 162183538 10190827520 4319 18446744073709551615 4194304 4196468 140728792517360 139934193582672 139934174859261 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=9951980 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162183538 10190827520 4319 18446744073709551615 4194304 4196468 140728792517360 139934130384016 139934189356757 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=9951980 memory=140150836008576 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162183538 10190827520 4319 18446744073709551615 4194304 4196468 140728792517360 139934129331216 139934189356757 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=9951980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162183538 10190827520 4385 18446744073709551615 4194304 4196468 140728792517360 139933798755216 139934189356757 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=9953008 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 162183538 10191880192 4385 18446744073709551615 4194304 4196468 140728792517360 139933797702416 139934189356757 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=9953008 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) R 23797 23800 7084 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 7 0 162183540 10191880192 4385 18446744073709551615 4194304 4196468 140728792517360 139934193582672 139934182086401 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17276 KiB

[startup+0.210243 s]*
/proc/loadavg: 5.13 4.65 3.91 3/218 23815
/proc/meminfo: memFree=25270968/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10551156 memory=27220 CPUtime=0.09 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 5277 0 0 0 8 1 0 0 20 0 15 0 162183529 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2637789 6805 2789 1 0 2627261 0
[pid=23800/tid=23802] ppid=23797 vsize=10551156 memory=8316850467074736180 CPUtime=0.08 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) R 23797 23800 7084 0 -1 4202560 3194 0 0 0 7 1 0 0 20 0 15 0 162183538 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139934193581520 139934173427038 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10551156 memory=8333 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139934130384016 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10551156 memory=3546223691380528800 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139934129331216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933798755216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933797702416 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10551156 memory=140150836008576 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162183540 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933685381488 139934189357698 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162183540 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933684327456 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162183540 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933683274608 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 7084 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 162183543 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933681171312 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183543 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933680118512 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10551156 memory=140150836008576 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 7084 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 15 0 162183543 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933679065712 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10551156 memory=140150836008576 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183547 10804383744 6805 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27220 KiB

[startup+0.31067 s]*
/proc/loadavg: 5.13 4.65 3.91 4/218 23815
/proc/meminfo: memFree=25260604/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10551156 memory=36700 CPUtime=0.25 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 8458 0 0 0 22 3 0 0 20 0 15 0 162183529 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2637789 9175 2858 1 0 2627261 0
[pid=23800/tid=23802] ppid=23797 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) R 23797 23800 7084 0 -1 4202560 6142 0 0 0 15 2 0 0 20 0 15 0 162183538 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139934193580800 139934173427038 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10551156 memory=8333 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139934130384016 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10551156 memory=3546223691380528800 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139934129331216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933798755216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162183538 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933797702416 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10551156 memory=3471342547156846256 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162183540 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933685381488 139934189357698 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10551156 memory=8607328266676888414 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162183540 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933684327456 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162183540 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933683274608 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10551156 memory=5495740422247797458 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) R 23797 23800 7084 0 -1 4202560 513 0 0 0 1 0 0 0 20 0 15 0 162183543 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933681171312 139934189358486 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 162183543 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933680118512 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10551156 memory=8386792057144675054 CPUtime=0.04 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) R 23797 23800 7084 0 -1 4202560 370 0 0 0 4 0 0 0 20 0 15 0 162183543 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933679065712 139934189358486 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10551156 memory=140150836008576 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183547 10804383744 9175 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36700 KiB

[startup+0.700707 s]
/proc/loadavg: 5.13 4.65 3.91 4/218 23815
/proc/meminfo: memFree=25189492/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10551232 memory=175820 CPUtime=1.15 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 12160 0 0 0 108 7 0 0 20 0 15 0 162183529 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2637808 43955 3053 1 0 2627261 0
[pid=23800/tid=23802] ppid=23797 vsize=10551232 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 7084 0 -1 1077944384 7340 0 0 0 50 5 0 0 20 0 15 0 162183538 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139934193584192 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) R 23797 23800 7084 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 162183538 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139934130381992 139934182443145 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) R 23797 23800 7084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 162183538 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139934129328912 139934181587941 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) R 23797 23800 7084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 15 0 162183538 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933798753192 139934181587941 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) R 23797 23800 7084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 15 0 162183538 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933797702616 139934182452238 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10551232 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 7084 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933685380000 139934189356757 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10551232 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933684327456 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933683274608 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10551232 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10551232 memory=988 CPUtime=0.2 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) R 23797 23800 7084 0 -1 4202560 1278 0 0 0 20 0 0 0 20 0 15 0 162183543 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933681157240 139934173252556 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10551232 memory=33 CPUtime=0.18 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) R 23797 23800 7084 0 -1 4202560 1194 0 0 0 18 0 0 0 20 0 15 0 162183543 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933680104392 139934174453568 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 7084 0 -1 1077944384 948 0 0 0 18 0 0 0 20 0 15 0 162183543 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933679065712 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183547 10804461568 43955 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 175820 KiB

[startup+1.50083 s]
/proc/loadavg: 5.13 4.65 3.91 5/218 23815
/proc/meminfo: memFree=25022932/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10551232 memory=442672 CPUtime=2.88 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 13782 0 0 0 266 22 0 0 20 0 15 0 162183529 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2637808 110668 3085 1 0 2627261 0
[pid=23800/tid=23802] ppid=23797 vsize=10551232 memory=1296 CPUtime=1.25 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 7084 0 -1 1077944384 7413 0 0 0 118 7 0 0 20 0 15 0 162183538 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139934193584096 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10551232 memory=280301377141184 CPUtime=0.06 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) R 23797 23800 7084 0 -1 4202560 337 0 0 0 4 2 0 0 20 0 15 0 162183538 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139934130384016 139934174374434 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10551232 memory=6944656592455350634 CPUtime=0.07 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) R 23797 23800 7084 0 -1 4202560 181 0 0 0 4 3 0 0 20 0 15 0 162183538 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139934129331216 139934174374434 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10551232 memory=-8990767739041718176 CPUtime=0.07 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) R 23797 23800 7084 0 -1 4202560 166 0 0 0 4 3 0 0 20 0 15 0 162183538 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933798755104 139934174374434 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10551232 memory=6944656592455359580 CPUtime=0.06 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) R 23797 23800 7084 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 15 0 162183538 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933797702616 139934174374434 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10551232 memory=-7101718590825193272 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 7084 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933685380000 139934189356757 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10551232 memory=-7966001958750355552 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933684327520 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10551232 memory=-3040564339240289162 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933683274608 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10551232 memory=7811605061266137945 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10551232 memory=4639924115538006630 CPUtime=0.56 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 7084 0 -1 1077944384 1671 0 0 0 56 0 0 0 20 0 15 0 162183543 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933681171312 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10551232 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 7084 0 -1 1077944384 1295 0 0 0 50 0 0 0 20 0 15 0 162183543 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933680118512 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 7084 0 -1 1077944384 1004 0 0 0 22 0 0 0 20 0 15 0 162183543 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933679065712 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162183547 10804461568 110668 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0

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


[startup+272.001 s]*
/proc/loadavg: 4.75 4.36 3.93 6/215 23824
/proc/meminfo: memFree=16842416/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10551232 memory=8311196 CPUtime=853.22 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 519754 0 0 0 84733 589 0 0 20 0 15 0 162183529 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2637808 2077799 3131 1 0 2627261 0
[pid=23800/tid=23802] ppid=23797 vsize=10551232 memory=-8774313645642428999 CPUtime=56.32 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 7084 0 -1 1077944384 32091 0 0 0 5601 31 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934193579072 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10551232 memory=4872558044660077418 CPUtime=193.78 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) R 23797 23800 7084 0 -1 4202560 89230 0 0 0 19244 134 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934130383824 139934181974759 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10551232 memory=6655300316396806240 CPUtime=192.78 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 7084 0 -1 1077944384 83857 0 0 0 19141 137 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934129331024 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10551232 memory=280301377679136 CPUtime=193.7 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) R 23797 23800 7084 0 -1 4202560 127715 0 0 0 19224 146 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933798755416 139934170956371 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10551232 memory=-7457052372387209120 CPUtime=193.29 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) R 23797 23800 7084 0 -1 4202560 107603 0 0 0 19201 128 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933797702536 139934181974759 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10551232 memory=33 CPUtime=19.06 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 7084 0 -1 1077944384 53189 0 0 0 1902 4 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933685380048 139934189356757 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10551232 memory=-9001734013606258791 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933684327520 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10551232 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933683274624 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10551232 memory=11364 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10551232 memory=1224 CPUtime=1.87 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 7084 0 -1 1077944384 12647 0 0 0 186 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933681171360 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10551232 memory=4600 CPUtime=1.78 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 7084 0 -1 1077944384 8972 0 0 0 177 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933680118560 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10551232 memory=1440 CPUtime=0.36 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 7084 0 -1 1077944384 2723 0 0 0 35 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933679065472 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10551232 memory=8311196 CPUtime=0.2 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 284 0 0 0 10 10 0 0 20 0 15 0 162183547 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 853.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8311196 KiB

[startup+273.601 s]
/proc/loadavg: 4.75 4.36 3.93 6/215 23824
/proc/meminfo: memFree=16842416/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10551232 memory=8311196 CPUtime=858.24 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 519754 0 0 0 85235 589 0 0 20 0 15 0 162183529 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2637808 2077799 3131 1 0 2627261 0
[pid=23800/tid=23802] ppid=23797 vsize=10551232 memory=4156 CPUtime=56.32 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 7084 0 -1 1077944384 32091 0 0 0 5601 31 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934193579072 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10551232 memory=68244 CPUtime=194.93 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 7084 0 -1 1077944384 89230 0 0 0 19359 134 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934130384016 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10551232 memory=1296 CPUtime=193.93 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 7084 0 -1 1077944384 83857 0 0 0 19256 137 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934129331216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10551232 memory=8311196 CPUtime=194.9 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 7084 0 -1 1077944384 127715 0 0 0 19344 146 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933798755216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10551232 memory=4064 CPUtime=194.43 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 7084 0 -1 1077944384 107603 0 0 0 19314 129 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933797702416 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10551232 memory=1152 CPUtime=19.45 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) R 23797 23800 7084 0 -1 4202560 53189 0 0 0 1941 4 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933685380048 139934174342955 0 0 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933684327520 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10551232 memory=8311196 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933683274624 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10551232 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10551232 memory=68244 CPUtime=1.87 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 7084 0 -1 1077944384 12647 0 0 0 186 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933681171360 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10551232 memory=0 CPUtime=1.78 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 7084 0 -1 1077944384 8972 0 0 0 177 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933680118560 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10551232 memory=288285580222275464 CPUtime=0.36 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 7084 0 -1 1077944384 2723 0 0 0 35 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933679065472 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10551232 memory=4194312723917701152 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10551232 memory=8747226831578988619 CPUtime=0.2 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 284 0 0 0 10 10 0 0 20 0 15 0 162183547 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 858.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8311196 KiB

[startup+274.001 s]*
/proc/loadavg: 4.75 4.36 3.93 3/215 23825
/proc/meminfo: memFree=16842416/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10551232 memory=8311196 CPUtime=858.65 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 519996 0 0 0 85276 589 0 0 20 0 15 0 162183529 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2637808 2077799 3131 1 0 2627261 0
[pid=23800/tid=23802] ppid=23797 vsize=10551232 memory=-8774313645642428999 CPUtime=56.32 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 7084 0 -1 1077944384 32091 0 0 0 5601 31 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934193579072 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10551232 memory=4872558044660077418 CPUtime=194.93 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 7084 0 -1 1077944384 89230 0 0 0 19359 134 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934130384016 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10551232 memory=280301378617936 CPUtime=193.93 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 7084 0 -1 1077944384 83857 0 0 0 19256 137 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139934129331216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10551232 memory=2276 CPUtime=194.9 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 7084 0 -1 1077944384 127715 0 0 0 19344 146 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933798755216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10551232 memory=280301378631328 CPUtime=194.43 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 7084 0 -1 1077944384 107603 0 0 0 19314 129 0 0 20 0 15 0 162183538 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933797702416 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10551232 memory=-7604262568725289114 CPUtime=19.86 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) R 23797 23800 7084 0 -1 4202560 53434 0 0 0 1982 4 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933685380048 139934189358486 0 0 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933684327520 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 162183540 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933683274624 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10551232 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10551232 memory=6944656592387989600 CPUtime=1.87 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 7084 0 -1 1077944384 12647 0 0 0 186 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933681171360 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10551232 memory=6944652177228980320 CPUtime=1.78 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 7084 0 -1 1077944384 8972 0 0 0 177 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933680118512 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10551232 memory=6944656592455097440 CPUtime=0.36 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 7084 0 -1 1077944384 2723 0 0 0 35 1 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933679065712 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10551232 memory=7681407940103534239 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162183543 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10551232 memory=1152 CPUtime=0.2 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 284 0 0 0 10 10 0 0 20 0 15 0 162183547 10804461568 2077799 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 858.65 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8311196 KiB

[startup+274.201 s]
/proc/loadavg: 4.75 4.36 3.93 3/215 23825
/proc/meminfo: memFree=16842416/32770624 swapFree=67108776/67108860
[pid=23800] ppid=23797 vsize=10684512 memory=8312120 CPUtime=858.69 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 7084 0 -1 1077944320 520795 0 0 0 85280 589 0 0 20 0 16 0 162183529 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 140728792499904 139934189346551 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
/proc/23800/statm: 2671128 2078030 3175 1 0 2660543 0
[pid=23800/tid=23802] ppid=23797 vsize=10684512 memory=6560524 CPUtime=56.34 cores=1,3,5,7
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 7084 0 -1 1077944384 32617 0 0 0 5603 31 0 0 20 0 16 0 162183538 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139934193587232 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23803] ppid=23797 vsize=10684512 memory=1152 CPUtime=194.93 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 7084 0 -1 1077944384 89230 0 0 0 19359 134 0 0 20 0 16 0 162183538 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139934130384016 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23804] ppid=23797 vsize=10684512 memory=2932 CPUtime=193.93 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 7084 0 -1 1077944384 83857 0 0 0 19256 137 0 0 20 0 16 0 162183538 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139934129331216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23805] ppid=23797 vsize=10684512 memory=8311196 CPUtime=194.9 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 7084 0 -1 1077944384 127715 0 0 0 19344 146 0 0 20 0 16 0 162183538 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933798755216 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23806] ppid=23797 vsize=10684512 memory=-8774313645642428999 CPUtime=194.43 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 7084 0 -1 1077944384 107603 0 0 0 19314 129 0 0 20 0 16 0 162183538 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933797702416 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23807] ppid=23797 vsize=10684512 memory=4872558044660077418 CPUtime=19.87 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 7084 0 -1 1077944384 53434 0 0 0 1983 4 0 0 20 0 16 0 162183540 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933685381488 139934189357698 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23808] ppid=23797 vsize=10684512 memory=140150689304820 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 7084 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 162183540 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933684327520 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23809] ppid=23797 vsize=10684512 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 7084 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 162183540 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933683274624 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23810] ppid=23797 vsize=10684512 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162183543 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933682222928 139934189365147 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23811] ppid=23797 vsize=10684512 memory=3048 CPUtime=1.88 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 7084 0 -1 1077944384 12647 0 0 0 187 1 0 0 20 0 16 0 162183543 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933681171312 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23812] ppid=23797 vsize=10684512 memory=3036 CPUtime=1.78 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 7084 0 -1 1077944384 9028 0 0 0 177 1 0 0 20 0 16 0 162183543 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933680118512 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23813] ppid=23797 vsize=10684512 memory=4064 CPUtime=0.37 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 7084 0 -1 1077944384 2887 0 0 0 36 1 0 0 20 0 16 0 162183543 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933679065712 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23814] ppid=23797 vsize=10684512 memory=302022848351043610 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162183543 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933678013152 139934189356757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
[pid=23800/tid=23815] ppid=23797 vsize=10684512 memory=303430270546346295 CPUtime=0.2 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 7084 0 -1 1077944384 284 0 0 0 10 10 0 0 20 0 16 0 162183547 10940940288 2078030 18446744073709551615 4194304 4196468 140728792517360 139933676960432 139934189357698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 23138304 140728792523152 140728792523305 140728792523305 140728792526799 0
Current children cumulated CPU time: 858.69 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8312120 KiB

[startup+274.301 s]*
/proc/loadavg: 4.45 4.30 3.92 3/202 23827
/proc/meminfo: memFree=25073904/32770624 swapFree=67108776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 274.311
CPU time (s): 858.757
CPU user time (s): 852.811
CPU system time (s): 5.9466
CPU usage (%): 313.06
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8312120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.811
system time used= 5.9466
maximum resident set size= 8312376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18450
involuntary context switches= 8370


# summary of solver processes directly reported to runsolver:
#   pid: 23800
#   total CPU time (s): 858.757
#   total CPU user time (s): 852.811
#   total CPU system time (s): 5.9466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.55079 second user time and 2.90693 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:40:43
IDJOB=4263512
IDBENCH=126087
IDSOLVER=2651
FILE ID=node132/4263512-1502625307
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-02.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263512-1502625307/watcher-4263512-1502625307 -o /tmp/evaluation-result-4263512-1502625307/solver-4263512-1502625307 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263512-1502625307.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= eda3e143b65a543b5abd93f521b89dfa
RANDOM SEED=2037439164

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.74
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25286932 kB
MemAvailable:   25550068 kB
Buffers:          225324 kB
Cached:           362340 kB
SwapCached:           84 kB
Active:          6911592 kB
Inactive:         155216 kB
Active(anon):    6426932 kB
Inactive(anon):   101972 kB
Active(file):     484660 kB
Inactive(file):    53244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             34076 kB
Writeback:             0 kB
AnonPages:       6479060 kB
Mapped:            77184 kB
Shmem:             49768 kB
Slab:             109200 kB
SReclaimable:      82132 kB
SUnreclaim:        27068 kB
KernelStack:        3568 kB
PageTables:        18260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8056936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6246400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61996 MiB
End job on node132 at 2017-08-13 13:45:17