Trace number 4263561

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? 1487.9301 446.57599

General information on the benchmark

NameRandom/Random-m1-5-12-12/
rand-5-12-12-200-12442-38.xml
MD5SUMb26246ce3e5ddb90abbf8b583e2fe87c
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 benchmark10.5771
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints200
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":12}]
Minimum variable degree77
Maximum variable degree95
Distribution of variable degrees[{"degree":77,"count":2},{"degree":79,"count":2},{"degree":81,"count":1},{"degree":82,"count":1},{"degree":84,"count":2},{"degree":86,"count":1},{"degree":87,"count":1},{"degree":89,"count":1},{"degree":95,"count":1}]
Minimum constraint arity5
Maximum constraint arity5
Distribution of constraint arities[{"arity":5,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263561-1502617235/watcher-4263561-1502617235 -o /tmp/evaluation-result-4263561-1502617235/solver-4263561-1502617235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263561-1502617235.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=4079, runsolver pid=4076


[startup+0.100317 s]*
/proc/loadavg: 4.47 3.49 2.34 2/216 4094
/proc/meminfo: memFree=31130164/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10555400 memory=30896 CPUtime=0.12 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 6759 0 0 0 11 1 0 0 20 0 15 0 94811236 10808729600 7724 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2638850 7724 2819 1 0 2627263 0
[pid=4079/tid=4081] ppid=4076 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) R 4076 4079 32402 0 -1 4202560 4608 0 0 0 8 1 0 0 20 0 15 0 94811236 10808729600 7724 33554432000 4194304 4196468 140722358015216 140382124705728 140382104565086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 7724 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10555400 memory=139793331406464 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10555400 memory=139793331406464 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) S 4076 4079 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94811238 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381680146928 140382120495746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94811239 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381679093152 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94811239 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381610042864 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811241 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) S 4076 4079 32402 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 94811241 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381607938032 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811241 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381606885488 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10555400 memory=139793331406464 CPUtime=0.01 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) R 4076 4079 32402 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 15 0 94811241 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381605832944 140382112721726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811242 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10555400 memory=139793331406464 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811242 10808729600 7724 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30896 KiB

[startup+0.21059 s]*
/proc/loadavg: 4.47 3.49 2.34 5/216 4094
/proc/meminfo: memFree=31123628/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10555400 memory=41100 CPUtime=0.29 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 8012 0 0 0 27 2 0 0 20 0 15 0 94811236 10808729600 10275 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2638850 10275 2959 1 0 2627263 0
[pid=4079/tid=4081] ppid=4076 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) R 4076 4079 32402 0 -1 4202560 5175 0 0 0 18 1 0 0 20 0 15 0 94811236 10808729600 10275 33554432000 4194304 4196468 140722358015216 140382124705872 140382120506525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 10275 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10555400 memory=139793331584981 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10555400 memory=139793331406464 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) S 4076 4079 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94811238 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381680146928 140382120495746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94811239 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381679093152 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94811239 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381610042864 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811241 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) R 4076 4079 32402 0 -1 4202560 640 0 0 0 2 0 0 0 20 0 15 0 94811241 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381607938032 140382105382527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) R 4076 4079 32402 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 94811241 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381606866504 140382105591904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10555400 memory=139793331406464 CPUtime=0.05 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) S 4076 4079 32402 0 -1 1077944384 480 0 0 0 5 0 0 0 20 0 15 0 94811241 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381605832944 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811242 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10555400 memory=139793331406464 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811242 10808729600 10275 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41100 KiB

[startup+0.310541 s]*
/proc/loadavg: 4.47 3.49 2.34 5/216 4094
/proc/meminfo: memFree=31063460/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10555400 memory=99812 CPUtime=0.48 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 8430 0 0 0 44 4 0 0 20 0 15 0 94811236 10808729600 24953 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2638850 24953 2980 1 0 2627263 0
[pid=4079/tid=4081] ppid=4076 vsize=10555400 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) R 4076 4079 32402 0 -1 4202560 5250 0 0 0 27 2 0 0 20 0 15 0 94811236 10808729600 24991 33554432000 4194304 4196468 140722358015216 140382124719424 140382120505946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 24991 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10555400 memory=139793331464480 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10555400 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94811237 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10555400 memory=139793331471392 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) S 4076 4079 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94811238 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381680146928 140382120495746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94811239 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381679093152 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94811239 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381610042864 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811241 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10555400 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) S 4076 4079 32402 0 -1 1077944384 705 0 0 0 4 0 0 0 20 0 15 0 94811241 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381607938032 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10555400 memory=139793199648271 CPUtime=0.03 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) S 4076 4079 32402 0 -1 1077944384 394 0 0 0 3 0 0 0 20 0 15 0 94811241 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381606885488 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10555400 memory=139793331410445 CPUtime=0.09 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) R 4076 4079 32402 0 -1 4202560 729 0 0 0 9 0 0 0 20 0 15 0 94811241 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381605832944 140382105621375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10555400 memory=139793199652815 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811242 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10555400 memory=279586531076032 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811242 10808729600 24991 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 99812 KiB

[startup+0.701499 s]
/proc/loadavg: 4.47 3.49 2.34 5/216 4094
/proc/meminfo: memFree=31031568/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10555476 memory=236488 CPUtime=1.61 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 11008 0 0 0 150 11 0 0 20 0 15 0 94811236 10808807424 59122 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2638869 59122 3095 1 0 2627263 0
[pid=4079/tid=4081] ppid=4076 vsize=10555476 memory=2372 CPUtime=0.62 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) R 4076 4079 32402 0 -1 4202560 5750 0 0 0 58 4 0 0 20 0 15 0 94811236 10808807424 59122 33554432000 4194304 4196468 140722358015216 140382124720280 140381759477278 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 15 0 94811237 10808807424 59122 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10555476 memory=1200 CPUtime=0.03 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 15 0 94811237 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10555476 memory=15872 CPUtime=0.02 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 15 0 94811237 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10555476 memory=15472 CPUtime=0.02 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 38 0 0 0 1 1 0 0 20 0 15 0 94811237 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) S 4076 4079 32402 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 94811238 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381680146928 140382120495746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94811239 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381679093152 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94811239 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381610042864 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811241 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10555476 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) R 4076 4079 32402 0 -1 4202560 1356 0 0 0 31 0 0 0 20 0 15 0 94811241 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381607929312 140382098371568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) R 4076 4079 32402 0 -1 4202560 1195 0 0 0 29 0 0 0 20 0 15 0 94811241 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381606874320 140382104870921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) S 4076 4079 32402 0 -1 1077944384 1129 0 0 0 22 0 0 0 20 0 15 0 94811241 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381605832944 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811242 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94811242 10808807424 59122 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 236488 KiB

[startup+1.50084 s]
/proc/loadavg: 4.47 3.49 2.34 3/216 4094
/proc/meminfo: memFree=30838812/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10555476 memory=433924 CPUtime=2.76 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 11998 0 0 0 251 25 0 0 20 0 15 0 94811236 10808807424 108481 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2638869 108481 3110 1 0 2627263 0
[pid=4079/tid=4081] ppid=4076 vsize=10555476 memory=3467825834783814202 CPUtime=1.35 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) R 4076 4079 32402 0 -1 4202560 5817 0 0 0 130 5 0 0 20 0 15 0 94811236 10808807424 108481 33554432000 4194304 4196468 140722358015216 140382124722576 140381759850334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10555476 memory=264372 CPUtime=0.09 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 142 0 0 0 5 4 0 0 20 0 15 0 94811237 10808807424 108481 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10555476 memory=2241 CPUtime=0.09 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 230 0 0 0 5 4 0 0 20 0 15 0 94811237 10808807424 108481 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10555476 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 252 0 0 0 4 4 0 0 20 0 15 0 94811237 10808807424 108481 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10555476 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 228 0 0 0 4 4 0 0 20 0 15 0 94811237 10808807424 108481 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10555476 memory=15472 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) S 4076 4079 32402 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 94811238 10808807424 108481 33554432000 4194304 4196468 140722358015216 140381680146928 140382120495746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0

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

[pid=4079/tid=4093] ppid=4076 vsize=10555476 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811242 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10555476 memory=800 CPUtime=0.32 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 350 0 0 0 19 13 0 0 20 0 15 0 94811242 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 1485.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8280700 KiB

[startup+445.601 s]
/proc/loadavg: 4.37 3.96 2.96 6/217 4110
/proc/meminfo: memFree=22783220/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10555476 memory=8280700 CPUtime=1487.14 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 305233 0 0 0 148144 570 0 0 20 0 15 0 94811236 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2638869 2070175 3152 1 0 2627263 0
[pid=4079/tid=4081] ppid=4076 vsize=10555476 memory=2240 CPUtime=51.57 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) S 4076 4079 32402 0 -1 1077944384 25784 0 0 0 5125 32 0 0 20 0 15 0 94811236 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140382124713888 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10555476 memory=8280700 CPUtime=347.28 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 44125 0 0 0 34591 137 0 0 20 0 15 0 94811237 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10555476 memory=4100 CPUtime=347.42 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 35210 0 0 0 34620 122 0 0 20 0 15 0 94811237 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10555476 memory=8112282956445269571 CPUtime=346.92 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 39702 0 0 0 34567 125 0 0 20 0 15 0 94811237 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10555476 memory=1236 CPUtime=347.47 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 47119 0 0 0 34608 139 0 0 20 0 15 0 94811237 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10555476 memory=932 CPUtime=42.18 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) R 4076 4079 32402 0 -1 4202560 83889 0 0 0 4214 4 0 0 20 0 15 0 94811238 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381680145360 140382105481003 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10555476 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94811239 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381679093216 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10555476 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94811239 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381610042880 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10555476 memory=800 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811241 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10555476 memory=12068 CPUtime=1.62 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) S 4076 4079 32402 0 -1 1077944384 12381 0 0 0 161 1 0 0 20 0 15 0 94811241 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381607938080 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10555476 memory=1440 CPUtime=1.8 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) S 4076 4079 32402 0 -1 1077944384 10936 0 0 0 178 2 0 0 20 0 15 0 94811241 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381606885248 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10555476 memory=1004 CPUtime=0.46 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) S 4076 4079 32402 0 -1 1077944384 4343 0 0 0 45 1 0 0 20 0 15 0 94811241 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381605832992 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811242 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10555476 memory=15872 CPUtime=0.32 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 350 0 0 0 19 13 0 0 20 0 15 0 94811242 10808807424 2070175 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 1487.14 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8280700 KiB

[startup+446.001 s]*
/proc/loadavg: 4.37 3.96 2.96 3/217 4110
/proc/meminfo: memFree=22783220/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10555476 memory=8280708 CPUtime=1487.55 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 305281 0 0 0 148185 570 0 0 20 0 15 0 94811236 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2638869 2070177 3153 1 0 2627263 0
[pid=4079/tid=4081] ppid=4076 vsize=10555476 memory=6935054825532540783 CPUtime=51.57 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) S 4076 4079 32402 0 -1 1077944384 25784 0 0 0 5125 32 0 0 20 0 15 0 94811236 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140382124713888 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10555476 memory=6764 CPUtime=347.28 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 44125 0 0 0 34591 137 0 0 20 0 15 0 94811237 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10555476 memory=840 CPUtime=347.42 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 35210 0 0 0 34620 122 0 0 20 0 15 0 94811237 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10555476 memory=4104 CPUtime=346.92 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 39702 0 0 0 34567 125 0 0 20 0 15 0 94811237 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10555476 memory=8280700 CPUtime=347.47 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 47119 0 0 0 34608 139 0 0 20 0 15 0 94811237 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10555476 memory=1004 CPUtime=42.59 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) R 4076 4079 32402 0 -1 4202560 83938 0 0 0 4255 4 0 0 20 0 15 0 94811238 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381680145360 140382104942230 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94811239 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381679093216 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94811239 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381610042880 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10555476 memory=15476 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811241 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10555476 memory=4052 CPUtime=1.62 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) S 4076 4079 32402 0 -1 1077944384 12381 0 0 0 161 1 0 0 20 0 15 0 94811241 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381607938080 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10555476 memory=16236 CPUtime=1.8 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) S 4076 4079 32402 0 -1 1077944384 10936 0 0 0 178 2 0 0 20 0 15 0 94811241 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381606885248 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10555476 memory=1796 CPUtime=0.46 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) S 4076 4079 32402 0 -1 1077944384 4343 0 0 0 45 1 0 0 20 0 15 0 94811241 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381605832992 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10555476 memory=644 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94811242 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10555476 memory=960 CPUtime=0.32 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 350 0 0 0 19 13 0 0 20 0 15 0 94811242 10808807424 2070177 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 1487.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8280708 KiB

[startup+446.401 s]
/proc/loadavg: 4.37 3.96 2.96 3/217 4110
/proc/meminfo: memFree=22783220/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10688756 memory=8281568 CPUtime=1487.87 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 306632 0 0 0 148217 570 0 0 20 0 16 0 94811236 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2672189 2070392 3197 1 0 2660545 0
[pid=4079/tid=4081] ppid=4076 vsize=10688756 memory=27284 CPUtime=51.6 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) S 4076 4079 32402 0 -1 1077944384 26146 0 0 0 5128 32 0 0 20 0 16 0 94811236 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140382124725280 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10688756 memory=8280700 CPUtime=347.28 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 44125 0 0 0 34591 137 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10688756 memory=4100 CPUtime=347.42 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 35210 0 0 0 34620 122 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10688756 memory=8112282956445269571 CPUtime=346.93 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 39702 0 0 0 34568 125 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10688756 memory=2448 CPUtime=347.47 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 47119 0 0 0 34608 139 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10688756 memory=1732 CPUtime=42.88 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) S 4076 4079 32402 0 -1 1077944384 84673 0 0 0 4284 4 0 0 20 0 16 0 94811238 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381680146928 140382120495746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10688756 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 94811239 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381679093216 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10688756 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 94811239 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381610042880 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10688756 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10688756 memory=4612 CPUtime=1.62 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) S 4076 4079 32402 0 -1 1077944384 12381 0 0 0 161 1 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381607938032 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10688756 memory=1004 CPUtime=1.8 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) S 4076 4079 32402 0 -1 1077944384 11015 0 0 0 178 2 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381606885488 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10688756 memory=1200 CPUtime=0.47 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) S 4076 4079 32402 0 -1 1077944384 4465 0 0 0 46 1 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381605832944 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10688756 memory=8280700 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94811242 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10688756 memory=8560 CPUtime=0.32 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 350 0 0 0 19 13 0 0 20 0 16 0 94811242 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 1487.87 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8281568 KiB

[startup+446.501 s]
/proc/loadavg: 4.37 3.96 2.96 3/217 4110
/proc/meminfo: memFree=22783220/32770624 swapFree=67108860/67108860
[pid=4079] ppid=4076 vsize=10688756 memory=8281568 CPUtime=1487.87 cores=0,2,4,6
/proc/4079/stat : 4079 (java) S 4076 4079 32402 0 -1 1077944320 306632 0 0 0 148217 570 0 0 20 0 16 0 94811236 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140722357997760 140382120484599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
/proc/4079/statm: 2672189 2070392 3197 1 0 2660545 0
[pid=4079/tid=4081] ppid=4076 vsize=10688756 memory=8280700 CPUtime=51.6 cores=0,2,4,6
/proc/4079/task/4081/stat : 4081 (java) S 4076 4079 32402 0 -1 1077944384 26146 0 0 0 5128 32 0 0 20 0 16 0 94811236 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140382124725280 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4082] ppid=4076 vsize=10688756 memory=8280700 CPUtime=347.28 cores=0,2,4,6
/proc/4079/task/4082/stat : 4082 (java) S 4076 4079 32402 0 -1 1077944384 44125 0 0 0 34591 137 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140382081444112 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4083] ppid=4076 vsize=10688756 memory=8280700 CPUtime=347.42 cores=0,2,4,6
/proc/4079/task/4083/stat : 4083 (java) S 4076 4079 32402 0 -1 1077944384 35210 0 0 0 34620 122 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381726153104 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4084] ppid=4076 vsize=10688756 memory=8280696 CPUtime=346.93 cores=0,2,4,6
/proc/4079/task/4084/stat : 4084 (java) S 4076 4079 32402 0 -1 1077944384 39702 0 0 0 34568 125 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381725100560 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4085] ppid=4076 vsize=10688756 memory=8280696 CPUtime=347.47 cores=0,2,4,6
/proc/4079/task/4085/stat : 4085 (java) S 4076 4079 32402 0 -1 1077944384 47119 0 0 0 34608 139 0 0 20 0 16 0 94811237 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381724048016 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4086] ppid=4076 vsize=10688756 memory=8280688 CPUtime=42.88 cores=0,2,4,6
/proc/4079/task/4086/stat : 4086 (java) S 4076 4079 32402 0 -1 1077944384 84673 0 0 0 4284 4 0 0 20 0 16 0 94811238 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381680146928 140382120495746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4087] ppid=4076 vsize=10688756 memory=8280700 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4087/stat : 4087 (java) S 4076 4079 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 94811239 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381679093216 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4088] ppid=4076 vsize=10688756 memory=8280808 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4088/stat : 4088 (java) S 4076 4079 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 94811239 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381610042880 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4089] ppid=4076 vsize=10688756 memory=8280700 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4089/stat : 4089 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381608991440 140382120503195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4090] ppid=4076 vsize=10688756 memory=4052 CPUtime=1.62 cores=0,2,4,6
/proc/4079/task/4090/stat : 4090 (java) S 4076 4079 32402 0 -1 1077944384 12381 0 0 0 161 1 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381607938032 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4091] ppid=4076 vsize=10688756 memory=8112282956445269571 CPUtime=1.8 cores=0,2,4,6
/proc/4079/task/4091/stat : 4091 (java) S 4076 4079 32402 0 -1 1077944384 11015 0 0 0 178 2 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381606885488 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4092] ppid=4076 vsize=10688756 memory=2244 CPUtime=0.47 cores=0,2,4,6
/proc/4079/task/4092/stat : 4092 (java) S 4076 4079 32402 0 -1 1077944384 4465 0 0 0 46 1 0 0 20 0 16 0 94811241 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381605832944 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4093] ppid=4076 vsize=10688756 memory=8280700 CPUtime=0 cores=0,2,4,6
/proc/4079/task/4093/stat : 4093 (java) S 4076 4079 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94811242 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381604780640 140382120494805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
[pid=4079/tid=4094] ppid=4076 vsize=10688756 memory=8280700 CPUtime=0.32 cores=0,2,4,6
/proc/4079/task/4094/stat : 4094 (java) S 4076 4079 32402 0 -1 1077944384 350 0 0 0 19 13 0 0 20 0 16 0 94811242 10945286144 2070392 33554432000 4194304 4196468 140722358015216 140381603728176 140382120495746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23482368 140722358023302 140722358023455 140722358023455 140722358026191 0
Current children cumulated CPU time: 1487.87 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8281568 KiB

Child status: 0
Real time (s): 446.576
CPU time (s): 1487.93
CPU user time (s): 1482.18
CPU system time (s): 5.74675
CPU usage (%): 333.187
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8281568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1482.18
system time used= 5.74675
maximum resident set size= 8281816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25920
involuntary context switches= 14629


# summary of solver processes directly reported to runsolver:
#   pid: 4079
#   total CPU time (s): 1487.93
#   total CPU user time (s): 1482.18
#   total CPU system time (s): 5.74675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6025 second user time and 4.47525 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 11:26:18
IDJOB=4263561
IDBENCH=120977
IDSOLVER=2651
FILE ID=node113/4263561-1502617235
RUNJOBID= node113-1502615983-3943
PBS_JOBID= 20628303
Free space on /tmp= 61760 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Random/Random-m1-5-12-12/rand-5-12-12-200-12442-38.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263561-1502617235/watcher-4263561-1502617235 -o /tmp/evaluation-result-4263561-1502617235/solver-4263561-1502617235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263561-1502617235.xml

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

MD5SUM BENCH= b26246ce3e5ddb90abbf8b583e2fe87c
RANDOM SEED=724896116

node113.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.89
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.89
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.89
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.89
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:        31149580 kB
MemAvailable:   31482704 kB
Buffers:          102832 kB
Cached:           517348 kB
SwapCached:            0 kB
Active:          1034604 kB
Inactive:         144716 kB
Active(anon):     509488 kB
Inactive(anon):    77728 kB
Active(file):     525116 kB
Inactive(file):    66988 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30332 kB
Writeback:             0 kB
AnonPages:        565624 kB
Mapped:            54772 kB
Shmem:             25224 kB
Slab:             139452 kB
SReclaimable:     113712 kB
SUnreclaim:        25740 kB
KernelStack:        3520 kB
PageTables:         6456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1096520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61756 MiB
End job on node113 at 2017-08-13 11:33:44