Trace number 4263511

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? 763.00897 247.996

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263511-1502625301/watcher-4263511-1502625301 -o /tmp/evaluation-result-4263511-1502625301/solver-4263511-1502625301 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263511-1502625301.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
Current StackSize limit: 8192 KiB

solver pid=12845, runsolver pid=12842

[startup+0.1001 s]*
/proc/loadavg: 6.88 5.53 3.59 7/216 12860
/proc/meminfo: memFree=20516464/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10555400 memory=30432 CPUtime=0.13 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 6661 0 0 0 12 1 0 0 20 0 15 0 95611212 10808729600 7608 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2638850 7608 2808 1 0 2627263 0
[pid=12845/tid=12847] ppid=12842 vsize=10555400 memory=-7254954386087372155 CPUtime=0.09 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) R 12842 12845 6338 0 -1 4202560 4509 0 0 0 9 0 0 0 20 0 15 0 95611213 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030966934896 140030962734237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10555400 memory=5793855796807436729 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611215 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030065257200 140030962723458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95611215 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030064203424 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95611215 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030063150320 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) S 12842 12845 6338 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030061046000 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030059993456 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0.02 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) R 12842 12845 6338 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 95611218 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030058940400 140030941681476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 7608 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30432 KiB

[startup+0.214697 s]*
/proc/loadavg: 6.88 5.53 3.59 6/216 12860
/proc/meminfo: memFree=20505588/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10555400 memory=43292 CPUtime=0.32 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 7927 0 0 0 31 1 0 0 20 0 15 0 95611212 10808729600 10823 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2638850 10823 2966 1 0 2627263 0
[pid=12845/tid=12847] ppid=12842 vsize=10555400 memory=6735269665583770266 CPUtime=0.21 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) R 12842 12845 6338 0 -1 4202560 5013 0 0 0 20 1 0 0 20 0 15 0 95611213 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030966948400 140030962734237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10555400 memory=4211974272002334090 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611215 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030065257200 140030962723458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95611215 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030064203424 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95611215 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030063150320 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) R 12842 12845 6338 0 -1 4202560 767 0 0 0 3 0 0 0 20 0 15 0 95611218 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030061027016 140030943412608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) S 12842 12845 6338 0 -1 1077944384 312 0 0 0 2 0 0 0 20 0 15 0 95611218 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030059993456 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0.05 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) S 12842 12845 6338 0 -1 1077944384 475 0 0 0 5 0 0 0 20 0 15 0 95611218 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030058940400 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 10823 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43292 KiB

[startup+0.310731 s]*
/proc/loadavg: 6.88 5.53 3.59 6/216 12860
/proc/meminfo: memFree=20442536/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10555400 memory=107604 CPUtime=0.45 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 8205 0 0 0 43 2 0 0 20 0 15 0 95611212 10808729600 26901 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2638850 26901 2978 1 0 2627263 0
[pid=12845/tid=12847] ppid=12842 vsize=10555400 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) D 12842 12845 6338 0 -1 1077944384 5084 0 0 0 28 2 0 0 20 0 15 0 95611213 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030966923344 140030955391533 0 4 0 16800975 18446744072101662244 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10555432 memory=4211974272002334090 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611213 10808762368 26932 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10555432 memory=140545797545909 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808762368 26932 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10555400 memory=140545691337426 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10555400 memory=140545691340239 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611213 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10555400 memory=140545797549917 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) S 12842 12845 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95611215 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030065257200 140030962723458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10555432 memory=140545691349423 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95611215 10808762368 26932 33554432000 4194304 4196468 140726254833280 140030064203424 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10555432 memory=281091382689680 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95611215 10808762368 26932 33554432000 4194304 4196468 140726254833280 140030063150320 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10555400 memory=281091382687376 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10555400 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) S 12842 12845 6338 0 -1 1077944384 771 0 0 0 4 0 0 0 20 0 15 0 95611218 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030061046000 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) S 12842 12845 6338 0 -1 1077944384 317 0 0 0 2 0 0 0 20 0 15 0 95611218 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030059993456 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0.07 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) R 12842 12845 6338 0 -1 4202560 675 0 0 0 7 0 0 0 20 0 15 0 95611218 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030058940400 140030946792798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10555432 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808762368 26932 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10555400 memory=140545797543552 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611218 10808729600 26932 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 107604 KiB

[startup+0.701027 s]
/proc/loadavg: 6.88 5.53 3.59 8/216 12860
/proc/meminfo: memFree=20403816/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10555476 memory=248144 CPUtime=1.55 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 11357 0 0 0 146 9 0 0 20 0 15 0 95611212 10808807424 62036 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2638869 62036 3092 1 0 2627263 0
[pid=12845/tid=12847] ppid=12842 vsize=10555476 memory=1952 CPUtime=0.65 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) R 12842 12845 6338 0 -1 4202560 5743 0 0 0 62 3 0 0 20 0 15 0 95611213 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030966947496 140030583203308 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10555476 memory=5796 CPUtime=0.01 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 24 0 0 0 0 1 0 0 20 0 15 0 95611213 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10555476 memory=4616 CPUtime=0.01 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 26 0 0 0 0 1 0 0 20 0 15 0 95611213 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10555476 memory=7523356985603351872 CPUtime=0.03 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 56 0 0 0 1 2 0 0 20 0 15 0 95611213 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10555476 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 95611213 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10555476 memory=7440066780423278672 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) S 12842 12845 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030065257200 140030962723458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030064203424 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030063150320 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10555476 memory=70 CPUtime=0.32 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) R 12842 12845 6338 0 -1 4202560 1791 0 0 0 32 0 0 0 20 0 15 0 95611218 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030061036112 140030944233585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10555476 memory=3 CPUtime=0.28 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) R 12842 12845 6338 0 -1 4202560 1169 0 0 0 28 0 0 0 20 0 15 0 95611218 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030059980304 140030940307392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10555476 memory=5959 CPUtime=0.2 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) S 12842 12845 6338 0 -1 1077944384 1065 0 0 0 20 0 0 0 20 0 15 0 95611218 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030058940400 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10555476 memory=281091382873584 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 62036 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 248144 KiB

[startup+1.50079 s]
/proc/loadavg: 6.88 5.53 3.59 5/216 12860
/proc/meminfo: memFree=20291656/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10555476 memory=365920 CPUtime=2.45 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 11864 0 0 0 231 14 0 0 20 0 15 0 95611212 10808807424 91480 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2638869 91480 3108 1 0 2627263 0
[pid=12845/tid=12847] ppid=12842 vsize=10555476 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) R 12842 12845 6338 0 -1 4202560 5790 0 0 0 98 4 0 0 20 0 15 0 95611213 10808807424 91480 33554432000 4194304 4196468 140726254833280 140030966950384 140030583479033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10555476 memory=-6508924699769203047 CPUtime=0.02 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 95 0 0 0 0 2 0 0 20 0 15 0 95611213 10808807424 91480 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10555476 memory=-6007660418857049897 CPUtime=0.03 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 112 0 0 0 1 2 0 0 20 0 15 0 95611213 10808807424 91480 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10555476 memory=-1161699032755887712 CPUtime=0.04 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 125 0 0 0 2 2 0 0 20 0 15 0 95611213 10808807424 91480 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10555476 memory=-6305713901671245184 CPUtime=0.02 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 118 0 0 0 1 1 0 0 20 0 15 0 95611213 10808807424 91480 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10555476 memory=-6305718282453476480 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) S 12842 12845 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 91480 33554432000 4194304 4196468 140726254833280 140030065257200 140030962723458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0

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

[pid=12845/tid=12859] ppid=12842 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10555476 memory=2428 CPUtime=0.11 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 260 0 0 0 6 5 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 760.07 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8337056 KiB

[startup+247.201 s]
/proc/loadavg: 6.20 5.83 4.15 6/216 13018
/proc/meminfo: memFree=12466684/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10555476 memory=8337056 CPUtime=762.38 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 408124 0 0 0 75625 613 0 0 20 0 15 0 95611212 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2638869 2084264 3154 1 0 2627263 0
[pid=12845/tid=12847] ppid=12842 vsize=10555476 memory=6791534058613427641 CPUtime=54.66 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) S 12842 12845 6338 0 -1 1077944384 28017 0 0 0 5436 30 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030966945936 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10555476 memory=4100 CPUtime=171.46 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 78120 0 0 0 16998 148 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10555476 memory=1292 CPUtime=171.31 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 60586 0 0 0 17003 128 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10555476 memory=1728 CPUtime=171.57 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 63055 0 0 0 17015 142 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10555476 memory=12064 CPUtime=171.21 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 106505 0 0 0 16970 151 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10555476 memory=4096 CPUtime=18.05 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) R 12842 12845 6338 0 -1 4202560 46774 0 0 0 1802 3 0 0 20 0 15 0 95611215 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030065255760 140030947169902 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10555476 memory=28128 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030064203488 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10555476 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030063150336 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10555476 memory=8337056 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10555476 memory=1292 CPUtime=1.77 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) S 12842 12845 6338 0 -1 1077944384 11983 0 0 0 176 1 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030061045760 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10555476 memory=1728 CPUtime=1.78 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) S 12842 12845 6338 0 -1 1077944384 9104 0 0 0 177 1 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030059993504 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10555476 memory=281091384077360 CPUtime=0.36 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) S 12842 12845 6338 0 -1 1077944384 2273 0 0 0 35 1 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030058940448 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10555476 memory=12064 CPUtime=0.11 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 260 0 0 0 6 5 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 762.38 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8337056 KiB

[startup+247.601 s]
/proc/loadavg: 6.20 5.83 4.15 6/216 13018
/proc/meminfo: memFree=12466684/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10555476 memory=8337056 CPUtime=762.78 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 408124 0 0 0 75665 613 0 0 20 0 15 0 95611212 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2638869 2084264 3154 1 0 2627263 0
[pid=12845/tid=12847] ppid=12842 vsize=10555476 memory=636 CPUtime=54.66 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) S 12842 12845 6338 0 -1 1077944384 28017 0 0 0 5436 30 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030966945936 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10555476 memory=1236 CPUtime=171.46 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 78120 0 0 0 16998 148 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10555476 memory=6791534058613427641 CPUtime=171.31 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 60586 0 0 0 17003 128 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10555476 memory=28128 CPUtime=171.57 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 63055 0 0 0 17015 142 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10555476 memory=2428 CPUtime=171.21 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 106505 0 0 0 16970 151 0 0 20 0 15 0 95611213 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10555476 memory=1292 CPUtime=18.45 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) R 12842 12845 6338 0 -1 4202560 46774 0 0 0 1842 3 0 0 20 0 15 0 95611215 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030065255760 140030947169931 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030064203488 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10555476 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 95611215 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030063150336 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10555476 memory=1204 CPUtime=1.77 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) S 12842 12845 6338 0 -1 1077944384 11983 0 0 0 176 1 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030061045760 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10555476 memory=1716 CPUtime=1.78 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) S 12842 12845 6338 0 -1 1077944384 9104 0 0 0 177 1 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030059993504 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10555476 memory=1440 CPUtime=0.36 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) S 12842 12845 6338 0 -1 1077944384 2273 0 0 0 35 1 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030058940448 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10555476 memory=16432 CPUtime=0.11 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 260 0 0 0 6 5 0 0 20 0 15 0 95611218 10808807424 2084264 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 762.78 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8337056 KiB

[startup+247.801 s]
/proc/loadavg: 6.20 5.83 4.15 6/216 13018
/proc/meminfo: memFree=12466684/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10688756 memory=8337924 CPUtime=762.96 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 409893 0 0 0 75683 613 0 0 20 0 16 0 95611212 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2672189 2084481 3199 1 0 2660545 0
[pid=12845/tid=12847] ppid=12842 vsize=10688756 memory=4044 CPUtime=54.7 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) S 12842 12845 6338 0 -1 1077944384 28449 0 0 0 5439 31 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030966952992 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10688756 memory=1792 CPUtime=171.46 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 78120 0 0 0 16998 148 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10688756 memory=636 CPUtime=171.31 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 60586 0 0 0 17003 128 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10688756 memory=1728 CPUtime=171.57 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 63055 0 0 0 17015 142 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10688756 memory=12064 CPUtime=171.21 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 106505 0 0 0 16970 151 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10688756 memory=1004 CPUtime=18.57 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) S 12842 12845 6338 0 -1 1077944384 47106 0 0 0 1854 3 0 0 20 0 16 0 95611215 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030065257200 140030962723458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10688756 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 95611215 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030064203488 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10688756 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 95611215 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030063150336 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10688756 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10688756 memory=1236 CPUtime=1.79 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) S 12842 12845 6338 0 -1 1077944384 12638 0 0 0 178 1 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030061046000 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10688756 memory=960 CPUtime=1.79 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) S 12842 12845 6338 0 -1 1077944384 9135 0 0 0 178 1 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030059993456 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10688756 memory=2240 CPUtime=0.37 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) S 12842 12845 6338 0 -1 1077944384 2542 0 0 0 36 1 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030058940400 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10688756 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10688756 memory=4080 CPUtime=0.11 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 260 0 0 0 6 5 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 762.96 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8337924 KiB

[startup+247.901 s]
/proc/loadavg: 6.20 5.83 4.15 6/216 13018
/proc/meminfo: memFree=12466684/32770624 swapFree=67108860/67108860
[pid=12845] ppid=12842 vsize=10688756 memory=8337924 CPUtime=762.96 cores=1,3,5,7
/proc/12845/stat : 12845 (java) S 12842 12845 6338 0 -1 1077944320 409893 0 0 0 75683 613 0 0 20 0 16 0 95611212 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140726254815824 140030962712311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
/proc/12845/statm: 2672189 2084481 3199 1 0 2660545 0
[pid=12845/tid=12847] ppid=12842 vsize=10688756 memory=8337056 CPUtime=54.7 cores=1,3,5,7
/proc/12845/task/12847/stat : 12847 (java) S 12842 12845 6338 0 -1 1077944384 28449 0 0 0 5439 31 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030966952992 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12848] ppid=12842 vsize=10688756 memory=8337056 CPUtime=171.46 cores=1,3,5,7
/proc/12845/task/12848/stat : 12848 (java) S 12842 12845 6338 0 -1 1077944384 78120 0 0 0 16998 148 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030569736720 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12849] ppid=12842 vsize=10688756 memory=8337056 CPUtime=171.31 cores=1,3,5,7
/proc/12845/task/12849/stat : 12849 (java) S 12842 12845 6338 0 -1 1077944384 60586 0 0 0 17003 128 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030568684176 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12850] ppid=12842 vsize=10688756 memory=8337052 CPUtime=171.57 cores=1,3,5,7
/proc/12845/task/12850/stat : 12850 (java) S 12842 12845 6338 0 -1 1077944384 63055 0 0 0 17015 142 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030567631120 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12851] ppid=12842 vsize=10688756 memory=15503 CPUtime=171.21 cores=1,3,5,7
/proc/12845/task/12851/stat : 12851 (java) S 12842 12845 6338 0 -1 1077944384 106505 0 0 0 16970 151 0 0 20 0 16 0 95611213 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030566578576 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12852] ppid=12842 vsize=10688756 memory=8337056 CPUtime=18.57 cores=1,3,5,7
/proc/12845/task/12852/stat : 12852 (java) S 12842 12845 6338 0 -1 1077944384 47106 0 0 0 1854 3 0 0 20 0 16 0 95611215 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030065257200 140030962723458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12853] ppid=12842 vsize=10688756 memory=8337056 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12853/stat : 12853 (java) S 12842 12845 6338 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 95611215 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030064203488 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12854] ppid=12842 vsize=10688756 memory=8337056 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12854/stat : 12854 (java) S 12842 12845 6338 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 95611215 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030063150336 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12855] ppid=12842 vsize=10688756 memory=8337056 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12855/stat : 12855 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030062098896 140030962730907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12856] ppid=12842 vsize=10688756 memory=8337056 CPUtime=1.79 cores=1,3,5,7
/proc/12845/task/12856/stat : 12856 (java) S 12842 12845 6338 0 -1 1077944384 12638 0 0 0 178 1 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030061046000 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12857] ppid=12842 vsize=10688756 memory=932 CPUtime=1.79 cores=1,3,5,7
/proc/12845/task/12857/stat : 12857 (java) S 12842 12845 6338 0 -1 1077944384 9135 0 0 0 178 1 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030059993456 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12858] ppid=12842 vsize=10688756 memory=8337056 CPUtime=0.37 cores=1,3,5,7
/proc/12845/task/12858/stat : 12858 (java) S 12842 12845 6338 0 -1 1077944384 2542 0 0 0 36 1 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030058940400 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12859] ppid=12842 vsize=10688756 memory=28128 CPUtime=0 cores=1,3,5,7
/proc/12845/task/12859/stat : 12859 (java) S 12842 12845 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030057888096 140030962722517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
[pid=12845/tid=12860] ppid=12842 vsize=10688756 memory=8337056 CPUtime=0.11 cores=1,3,5,7
/proc/12845/task/12860/stat : 12860 (java) S 12842 12845 6338 0 -1 1077944384 260 0 0 0 6 5 0 0 20 0 16 0 95611218 10945286144 2084481 33554432000 4194304 4196468 140726254833280 140030056836144 140030962723458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 14372864 140726254838918 140726254839071 140726254839071 140726254841807 0
Current children cumulated CPU time: 762.96 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8337924 KiB

Child status: 0
Real time (s): 247.996
CPU time (s): 763.009
CPU user time (s): 756.83
CPU system time (s): 6.17864
CPU usage (%): 307.669
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8337924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 756.83
system time used= 6.17864
maximum resident set size= 8338176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15933
involuntary context switches= 15979


# summary of solver processes directly reported to runsolver:
#   pid: 12845
#   total CPU time (s): 763.009
#   total CPU user time (s): 756.83
#   total CPU system time (s): 6.17864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49063 second user time and 2.5322 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 13:40:43
IDJOB=4263511
IDBENCH=126070
IDSOLVER=2651
FILE ID=node148/4263511-1502625301
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61500 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5-p9/mdd-7-25-5-ps05-psh09-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263511-1502625301/watcher-4263511-1502625301 -o /tmp/evaluation-result-4263511-1502625301/solver-4263511-1502625301 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263511-1502625301.xml

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

MD5SUM BENCH= 47cdae4cc979e49bd09b7efbbe69f743
RANDOM SEED=51141302

node148.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.19
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.19
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.19
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.19
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:        20535424 kB
MemAvailable:   23731772 kB
Buffers:          193748 kB
Cached:          3291516 kB
SwapCached:            0 kB
Active:          9097348 kB
Inactive:        2683064 kB
Active(anon):    8246500 kB
Inactive(anon):    76916 kB
Active(file):     850848 kB
Inactive(file):  2606148 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             34688 kB
Writeback:             0 kB
AnonPages:       8301632 kB
Mapped:            55296 kB
Shmem:             25224 kB
Slab:             137220 kB
SReclaimable:     110376 kB
SUnreclaim:        26844 kB
KernelStack:        3520 kB
PageTables:        21044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8643068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7950336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61580 MiB
End job on node148 at 2017-08-13 13:44:51