Trace number 4263560

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? 1693.6801 467.897

General information on the benchmark

NameRandom/Random-m1-15-23-3/
rand-15-23-3-16-150000-18.xml
MD5SUM63b07d175152d4a4de1c3a3d8a294418
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 benchmark26.904301
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Number of domains1
Minimum domain size3
Maximum domain size3
Distribution of domain sizes[{"size":3,"count":23}]
Minimum variable degree8
Maximum variable degree13
Distribution of variable degrees[{"degree":8,"count":2},{"degree":9,"count":4},{"degree":10,"count":7},{"degree":11,"count":4},{"degree":12,"count":4},{"degree":13,"count":2}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":16}]
Number of extensional constraints16
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":16}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263560-1502617313/watcher-4263560-1502617313 -o /tmp/evaluation-result-4263560-1502617313/solver-4263560-1502617313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263560-1502617313.xml 

running on 4 cores: 0,2,4,6

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=24965, runsolver pid=24962

[startup+0.100152 s]*
/proc/loadavg: 1.98 2.01 2.20 2/196 24966
/proc/meminfo: memFree=29922628/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/24965/stat : 24965 (runsolver) D 24962 24965 12560 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 63926821 34791424 114 18446744073709551615 4194304 4346622 140731297006528 140731297003160 140251883995863 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6446216 6449568 25214976 140731297013858 140731297014308 140731297014308 140731297017802 0
/proc/24965/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.208968 s]*
/proc/loadavg: 1.98 2.01 2.20 2/209 24979
/proc/meminfo: memFree=29910436/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10484492 memory=24080 CPUtime=0.06 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 4989 0 0 0 5 1 0 0 20 0 14 0 63926821 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2621123 6020 2573 1 0 2610620 0
[pid=24965/tid=24967] ppid=24962 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) D 24962 24965 12560 0 -1 4202560 3100 0 0 0 4 0 0 0 20 0 14 0 63926834 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139950186727328 139950182511869 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10484492 memory=328 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63926835 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10484492 memory=288370628038657664 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63926835 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139950111857296 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63926835 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139950110804240 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63926835 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139950109751696 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10484492 memory=140251886945920 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63926836 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949694237424 139950182500994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 63926836 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949693183648 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 63926837 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949692130544 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63926839 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) S 24962 24965 12560 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 63926839 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949690026224 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) S 24962 24965 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63926839 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10484492 memory=140251886945920 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) S 24962 24965 12560 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 63926839 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949687920624 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63926839 10736119808 6020 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 24080 KiB

[startup+0.309843 s]*
/proc/loadavg: 1.98 2.01 2.20 4/210 24980
/proc/meminfo: memFree=29901800/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10551156 memory=33696 CPUtime=0.19 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 8216 0 0 0 17 2 0 0 20 0 15 0 63926821 10804383744 8419 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2637789 8419 2855 1 0 2627261 0
[pid=24965/tid=24967] ppid=24962 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) R 24962 24965 12560 0 -1 4202560 5927 0 0 0 11 2 0 0 20 0 15 0 63926834 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139950186722064 139950182511773 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63926835 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63926835 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139950111857296 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63926835 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139950110804240 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63926835 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139950109751696 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) S 24962 24965 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63926836 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949694237424 139950182500994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63926836 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949693183648 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63926837 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949692130544 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) R 24962 24965 12560 0 -1 4202560 478 0 0 0 1 0 0 0 20 0 15 0 63926839 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949690026224 139950167389853 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) R 24962 24965 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 63926839 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10551156 memory=140251886945920 CPUtime=0.03 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) R 24962 24965 12560 0 -1 4202560 377 0 0 0 3 0 0 0 20 0 15 0 63926839 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949687920624 139950168185624 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10551156 memory=140251886945920 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63926844 10804383744 8424 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33696 KiB

[startup+0.700804 s]
/proc/loadavg: 1.98 2.01 2.20 3/210 24980
/proc/meminfo: memFree=29814680/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10551156 memory=287096 CPUtime=0.93 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 10597 0 0 0 69 24 0 0 20 0 15 0 63926821 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2637789 71774 2984 1 0 2627261 0
[pid=24965/tid=24967] ppid=24962 vsize=10551156 memory=1412 CPUtime=0.44 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) R 24962 24965 12560 0 -1 4202560 7068 0 0 0 38 6 0 0 20 0 15 0 63926834 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139950186711920 139949781383221 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10551156 memory=15584 CPUtime=0.06 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 63 0 0 0 2 4 0 0 20 0 15 0 63926835 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10551156 memory=6153431502485416297 CPUtime=0.06 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) S 24962 24965 12560 0 -1 1077944384 66 0 0 0 2 4 0 0 20 0 15 0 63926835 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139950111857296 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10551156 memory=7453282923528810324 CPUtime=0.06 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) S 24962 24965 12560 0 -1 1077944384 72 0 0 0 2 4 0 0 20 0 15 0 63926835 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139950110804240 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10551156 memory=4640767346415259731 CPUtime=0.06 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) S 24962 24965 12560 0 -1 1077944384 68 0 0 0 2 4 0 0 20 0 15 0 63926835 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139950109751696 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10551156 memory=-7028383565733675155 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) S 24962 24965 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 63926836 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949694237424 139950182500994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10551156 memory=-7028383565733675670 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63926836 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949693183648 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10551156 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63926837 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949692130544 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10551156 memory=7682744562830902035 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10551156 memory=7756490980959290170 CPUtime=0.05 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) R 24962 24965 12560 0 -1 4202560 827 0 0 0 5 0 0 0 20 0 15 0 63926839 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949690016608 139950165973135 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10551156 memory=6944656592452807316 CPUtime=0.04 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) S 24962 24965 12560 0 -1 1077944384 310 0 0 0 4 0 0 0 20 0 15 0 63926839 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10551156 memory=140251886945920 CPUtime=0.09 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) S 24962 24965 12560 0 -1 1077944384 680 0 0 0 9 0 0 0 20 0 15 0 63926839 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949687920624 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63926844 10804383744 71774 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 287096 KiB

[startup+1.50084 s]
/proc/loadavg: 1.98 2.01 2.20 4/210 24980
/proc/meminfo: memFree=29556572/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10551232 memory=519060 CPUtime=2.68 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 13404 0 0 0 233 35 0 0 20 0 15 0 63926821 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2637808 129765 3084 1 0 2627261 0
[pid=24965/tid=24967] ppid=24962 vsize=10551232 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) R 24962 24965 12560 0 -1 4202560 7407 0 0 0 110 7 0 0 20 0 15 0 63926834 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139950186725288 139949784334595 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10551232 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 102 0 0 0 5 6 0 0 20 0 15 0 63926835 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10551232 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) S 24962 24965 12560 0 -1 1077944384 230 0 0 0 6 6 0 0 20 0 15 0 63926835 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139950111857296 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10551232 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) S 24962 24965 12560 0 -1 1077944384 100 0 0 0 5 6 0 0 20 0 15 0 63926835 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139950110804240 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10551232 memory=-1807685287725067907 CPUtime=0.12 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) S 24962 24965 12560 0 -1 1077944384 235 0 0 0 6 6 0 0 20 0 15 0 63926835 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139950109751696 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) S 24962 24965 12560 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 63926836 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949694237424 139950182500994 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10551232 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63926836 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949693183712 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63926837 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949692130560 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10551232 memory=-7812789463949416390 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10551232 memory=8303057029084242272 CPUtime=0.38 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) S 24962 24965 12560 0 -1 1077944384 1565 0 0 0 38 0 0 0 20 0 15 0 63926839 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949690026224 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10551232 memory=6944665225511868275 CPUtime=0.38 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) S 24962 24965 12560 0 -1 1077944384 1115 0 0 0 38 0 0 0 20 0 15 0 63926839 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10551232 memory=-7812789463949416390 CPUtime=0.2 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) S 24962 24965 12560 0 -1 1077944384 1081 0 0 0 20 0 0 0 20 0 15 0 63926839 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949687920624 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10551232 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63926844 10804461568 129765 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 519060 KiB

[startup+3.1098 s]
/proc/loadavg: 1.98 2.01 2.20 3/210 24980
/proc/meminfo: memFree=29075264/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10551232 memory=858848 CPUtime=4.68 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 15508 0 0 0 421 47 0 0 20 0 15 0 63926821 10804461568 214712 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2637808 214712 3086 1 0 2627261 0
[pid=24965/tid=24967] ppid=24962 vsize=10551232 memory=0 CPUtime=2.71 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) R 24962 24965 12560 0 -1 4202560 8550 0 0 0 261 10 0 0 20 0 15 0 63926834 10804461568 214712 18446744073709551615 4194304 4196468 140736847354160 139950186727792 139949784358520 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10551232 memory=140251754680768 CPUtime=0.17 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 185 0 0 0 9 8 0 0 20 0 15 0 63926835 10804461568 214712 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0

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

[pid=24965/tid=24979] ppid=24962 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10551232 memory=6944656592387989600 CPUtime=0.4 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 792 0 0 0 25 15 0 0 20 0 15 0 63926844 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 1681.01 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8324676 KiB

[startup+465.601 s]
/proc/loadavg: 4.89 4.17 3.17 4/209 25010
/proc/meminfo: memFree=20407796/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10551232 memory=8324676 CPUtime=1687.19 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 2241569 0 0 0 168056 663 0 0 20 0 15 0 63926821 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2637808 2081169 3131 1 0 2627261 0
[pid=24965/tid=24967] ppid=24962 vsize=10551232 memory=6944656592455097440 CPUtime=41.24 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) S 24962 24965 12560 0 -1 1077944384 19560 0 0 0 4089 35 0 0 20 0 15 0 63926834 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139950186729312 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10551232 memory=-8774313645642428999 CPUtime=407.89 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) R 24962 24965 12560 0 -1 4202560 582887 0 0 0 40636 153 0 0 20 0 15 0 63926835 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139950112909424 139950175118055 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10551232 memory=1620 CPUtime=406.66 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) R 24962 24965 12560 0 -1 4202560 546760 0 0 0 40512 154 0 0 20 0 15 0 63926835 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139950111856880 139950175118055 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10551232 memory=920 CPUtime=407 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) R 24962 24965 12560 0 -1 4202560 562999 0 0 0 40549 151 0 0 20 0 15 0 63926835 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139950110804136 139950175118055 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10551232 memory=2160 CPUtime=406.69 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) R 24962 24965 12560 0 -1 4202560 418959 0 0 0 40512 157 0 0 20 0 15 0 63926835 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139950109751896 139950167440856 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10551232 memory=8324676 CPUtime=12.5 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) S 24962 24965 12560 0 -1 1077944384 80896 0 0 0 1246 4 0 0 20 0 15 0 63926836 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949694235744 139950182500053 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10551232 memory=8324664 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 63926836 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949693183712 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10551232 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 63926837 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949692130560 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10551232 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10551232 memory=4144 CPUtime=2.07 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) S 24962 24965 12560 0 -1 1077944384 10373 0 0 0 206 1 0 0 20 0 15 0 63926839 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949690026224 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10551232 memory=36536 CPUtime=2.3 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) S 24962 24965 12560 0 -1 1077944384 13437 0 0 0 228 2 0 0 20 0 15 0 63926839 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10551232 memory=1292 CPUtime=0.33 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) S 24962 24965 12560 0 -1 1077944384 3426 0 0 0 33 0 0 0 20 0 15 0 63926839 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949687920384 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10551232 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10551232 memory=14260 CPUtime=0.41 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 792 0 0 0 26 15 0 0 20 0 15 0 63926844 10804461568 2081169 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 1687.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8324676 KiB

[startup+467.201 s]
/proc/loadavg: 4.89 4.17 3.17 6/209 25010
/proc/meminfo: memFree=20407796/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10551232 memory=8324680 CPUtime=1693.15 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 2243378 0 0 0 168652 663 0 0 20 0 15 0 63926821 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2637808 2081170 3131 1 0 2627261 0
[pid=24965/tid=24967] ppid=24962 vsize=10551232 memory=8324676 CPUtime=41.24 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) S 24962 24965 12560 0 -1 1077944384 19560 0 0 0 4089 35 0 0 20 0 15 0 63926834 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139950186729312 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10551232 memory=8324676 CPUtime=409.35 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 583028 0 0 0 40782 153 0 0 20 0 15 0 63926835 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10551232 memory=796 CPUtime=408.13 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) S 24962 24965 12560 0 -1 1077944384 546924 0 0 0 40659 154 0 0 20 0 15 0 63926835 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139950111857296 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10551232 memory=1228 CPUtime=408.43 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) S 24962 24965 12560 0 -1 1077944384 563168 0 0 0 40692 151 0 0 20 0 15 0 63926835 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139950110804240 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10551232 memory=1412 CPUtime=408.15 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) S 24962 24965 12560 0 -1 1077944384 419151 0 0 0 40658 157 0 0 20 0 15 0 63926835 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139950109751696 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10551232 memory=36536 CPUtime=12.65 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) R 24962 24965 12560 0 -1 4202560 82018 0 0 0 1260 5 0 0 20 0 15 0 63926836 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949694235968 139950167486248 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10551232 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 63926836 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949693183712 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10551232 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 63926837 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949692130560 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10551232 memory=1232 CPUtime=2.07 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) S 24962 24965 12560 0 -1 1077944384 10373 0 0 0 206 1 0 0 20 0 15 0 63926839 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949690026224 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10551232 memory=2240 CPUtime=2.3 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) S 24962 24965 12560 0 -1 1077944384 13437 0 0 0 228 2 0 0 20 0 15 0 63926839 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10551232 memory=1744 CPUtime=0.33 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) S 24962 24965 12560 0 -1 1077944384 3426 0 0 0 33 0 0 0 20 0 15 0 63926839 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949687920384 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10551232 memory=956 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10551232 memory=-8774313645642428999 CPUtime=0.41 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 813 0 0 0 26 15 0 0 20 0 15 0 63926844 10804461568 2081170 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 1693.15 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8324680 KiB

[startup+467.601 s]
/proc/loadavg: 4.89 4.17 3.17 6/209 25010
/proc/meminfo: memFree=20407796/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10551384 memory=8325392 CPUtime=1693.59 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 2249502 0 0 0 168695 664 0 0 20 0 15 0 63926821 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2637846 2081348 3173 1 0 2627261 0
[pid=24965/tid=24967] ppid=24962 vsize=10551384 memory=1744 CPUtime=41.27 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) R 24962 24965 12560 0 -1 4202560 21074 0 0 0 4092 35 0 0 20 0 15 0 63926834 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139950186722992 139950164053399 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10551384 memory=956 CPUtime=409.35 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 583028 0 0 0 40782 153 0 0 20 0 15 0 63926835 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10551384 memory=-8774313645642428999 CPUtime=408.13 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) S 24962 24965 12560 0 -1 1077944384 546924 0 0 0 40659 154 0 0 20 0 15 0 63926835 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139950111857296 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10551384 memory=8324664 CPUtime=408.44 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) S 24962 24965 12560 0 -1 1077944384 563168 0 0 0 40693 151 0 0 20 0 15 0 63926835 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139950110804240 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10551384 memory=14260 CPUtime=408.15 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) S 24962 24965 12560 0 -1 1077944384 419151 0 0 0 40658 157 0 0 20 0 15 0 63926835 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139950109751696 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10551384 memory=-8774313645642428999 CPUtime=13.01 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) S 24962 24965 12560 0 -1 1077944384 85089 0 0 0 1296 5 0 0 20 0 15 0 63926836 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139949694237424 139950182500994 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10551384 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 63926836 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139949693183712 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10551384 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 63926837 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139949692130560 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10551384 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10551384 memory=288230617509003574 CPUtime=2.09 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) S 24962 24965 12560 0 -1 1077944384 10834 0 0 0 208 1 0 0 20 0 15 0 63926839 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139949690026224 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10551384 memory=15254835616287083 CPUtime=2.3 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) S 24962 24965 12560 0 -1 1077944384 13448 0 0 0 228 2 0 0 20 0 15 0 63926839 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10551384 memory=-8774313645642428999 CPUtime=0.34 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) S 24962 24965 12560 0 -1 1077944384 4499 0 0 0 34 0 0 0 20 0 15 0 63926839 10804617216 2081348 18446744073709551615 4194304 4196468 140736847354160 139949687920624 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10551384 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63926839 10804617216 2081372 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10551384 memory=2240 CPUtime=0.41 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 813 0 0 0 26 15 0 0 20 0 15 0 63926844 10804617216 2081372 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 1693.59 s
Current children cumulated vsize: 10551384 KiB
Current children cumulated memory: 8325392 KiB

[startup+467.801 s]
/proc/loadavg: 4.89 4.17 3.17 6/209 25010
/proc/meminfo: memFree=20407796/32770624 swapFree=67105588/67108860
[pid=24965] ppid=24962 vsize=10684512 memory=8325520 CPUtime=1693.59 cores=0,2,4,6
/proc/24965/stat : 24965 (java) S 24962 24965 12560 0 -1 1077944320 2249612 0 0 0 168695 664 0 0 20 0 16 0 63926821 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 140736847336704 139950182489847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
/proc/24965/statm: 2671128 2081380 3175 1 0 2660543 0
[pid=24965/tid=24967] ppid=24962 vsize=10684512 memory=4088 CPUtime=41.27 cores=0,2,4,6
/proc/24965/task/24967/stat : 24967 (java) S 24962 24965 12560 0 -1 1077944384 21102 0 0 0 4092 35 0 0 20 0 16 0 63926834 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139950186730528 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24968] ppid=24962 vsize=10684512 memory=1620 CPUtime=409.35 cores=0,2,4,6
/proc/24965/task/24968/stat : 24968 (java) S 24962 24965 12560 0 -1 1077944384 583028 0 0 0 40782 153 0 0 20 0 16 0 63926835 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139950112909840 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24969] ppid=24962 vsize=10684512 memory=8324680 CPUtime=408.13 cores=0,2,4,6
/proc/24965/task/24969/stat : 24969 (java) S 24962 24965 12560 0 -1 1077944384 546924 0 0 0 40659 154 0 0 20 0 16 0 63926835 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139950111857296 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24970] ppid=24962 vsize=10684512 memory=4144 CPUtime=408.44 cores=0,2,4,6
/proc/24965/task/24970/stat : 24970 (java) S 24962 24965 12560 0 -1 1077944384 563168 0 0 0 40693 151 0 0 20 0 16 0 63926835 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139950110804240 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24971] ppid=24962 vsize=10684512 memory=36536 CPUtime=408.15 cores=0,2,4,6
/proc/24965/task/24971/stat : 24971 (java) S 24962 24965 12560 0 -1 1077944384 419151 0 0 0 40658 157 0 0 20 0 16 0 63926835 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139950109751696 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24972] ppid=24962 vsize=10684512 memory=1152 CPUtime=13.01 cores=0,2,4,6
/proc/24965/task/24972/stat : 24972 (java) S 24962 24965 12560 0 -1 1077944384 85094 0 0 0 1296 5 0 0 20 0 16 0 63926836 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949694237424 139950182500994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24973] ppid=24962 vsize=10684512 memory=3040 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24973/stat : 24973 (java) S 24962 24965 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 63926836 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949693183712 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24974] ppid=24962 vsize=10684512 memory=8324664 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24974/stat : 24974 (java) S 24962 24965 12560 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 16 0 63926837 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949692130560 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24975] ppid=24962 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24975/stat : 24975 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63926839 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949691079120 139950182508443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24976] ppid=24962 vsize=10684512 memory=1152 CPUtime=2.09 cores=0,2,4,6
/proc/24965/task/24976/stat : 24976 (java) S 24962 24965 12560 0 -1 1077944384 10834 0 0 0 208 1 0 0 20 0 16 0 63926839 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949690026224 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24977] ppid=24962 vsize=10684512 memory=2980 CPUtime=2.3 cores=0,2,4,6
/proc/24965/task/24977/stat : 24977 (java) S 24962 24965 12560 0 -1 1077944384 13448 0 0 0 228 2 0 0 20 0 16 0 63926839 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949688973680 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24978] ppid=24962 vsize=10684512 memory=8324664 CPUtime=0.34 cores=0,2,4,6
/proc/24965/task/24978/stat : 24978 (java) S 24962 24965 12560 0 -1 1077944384 4500 0 0 0 34 0 0 0 20 0 16 0 63926839 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949687920624 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24979] ppid=24962 vsize=10684512 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/24965/task/24979/stat : 24979 (java) S 24962 24965 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63926839 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949686868320 139950182500053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
[pid=24965/tid=24980] ppid=24962 vsize=10684512 memory=2384 CPUtime=0.41 cores=0,2,4,6
/proc/24965/task/24980/stat : 24980 (java) S 24962 24965 12560 0 -1 1077944384 813 0 0 0 26 15 0 0 20 0 16 0 63926844 10940940288 2081380 18446744073709551615 4194304 4196468 140736847354160 139949685816368 139950182500994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 39235584 140736847356304 140736847356457 140736847356457 140736847359951 0
Current children cumulated CPU time: 1693.59 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8325520 KiB

Child status: 0
Real time (s): 467.897
CPU time (s): 1693.68
CPU user time (s): 1686.95
CPU system time (s): 6.72626
CPU usage (%): 361.977
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8325520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1686.95
system time used= 6.72626
maximum resident set size= 8325716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2249715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26492
involuntary context switches= 18723


# summary of solver processes directly reported to runsolver:
#   pid: 24965
#   total CPU time (s): 1693.68
#   total CPU user time (s): 1686.95
#   total CPU system time (s): 6.72626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.58633 second user time and 4.80864 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 11:27:53
IDJOB=4263560
IDBENCH=121092
IDSOLVER=2651
FILE ID=node126/4263560-1502617313
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 61960 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Random/Random-m1-15-23-3/rand-15-23-3-16-150000-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263560-1502617313/watcher-4263560-1502617313 -o /tmp/evaluation-result-4263560-1502617313/solver-4263560-1502617313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263560-1502617313.xml

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

MD5SUM BENCH= 63b07d175152d4a4de1c3a3d8a294418
RANDOM SEED=1664103278

node126.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.81
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.81
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.81
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.81
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:        29922892 kB
MemAvailable:   30231080 kB
Buffers:          258620 kB
Cached:           319820 kB
SwapCached:          524 kB
Active:          2224636 kB
Inactive:         141608 kB
Active(anon):    1735656 kB
Inactive(anon):    85576 kB
Active(file):     488980 kB
Inactive(file):    56032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             74268 kB
Writeback:             0 kB
AnonPages:       1787316 kB
Mapped:            57636 kB
Shmem:             33440 kB
Slab:             183896 kB
SReclaimable:     158024 kB
SUnreclaim:        25872 kB
KernelStack:        3440 kB
PageTables:         8396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3676752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61956 MiB
End job on node126 at 2017-08-13 11:35:40