Trace number 4262875

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1629.42 441.92099

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t02-6.xml
MD5SUMd01afa5e20b7ebab190e76d647c74323
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark118
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of constraints142
Number of domains11
Minimum domain size2
Maximum domain size132
Distribution of domain sizes[{"size":2,"count":130},{"size":71,"count":130},{"size":73,"count":130},{"size":88,"count":130},{"size":93,"count":130},{"size":104,"count":130},{"size":109,"count":130},{"size":111,"count":130},{"size":112,"count":130},{"size":117,"count":130},{"size":132,"count":130}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":1430}]
Minimum constraint arity11
Maximum constraint arity1300
Distribution of constraint arities[{"arity":11,"count":130},{"arity":130,"count":11},{"arity":1300,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":140}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1375.50/375.54	Aug 13, 2017 1:17:23 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1375.50/375.54	INFO: Runtime exception
1375.50/375.54	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1375.50/375.54		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1375.50/375.54		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1375.50/375.54		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1375.50/375.54		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1375.50/375.54		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1375.50/375.54		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1375.50/375.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1375.50/375.54		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1375.50/375.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1375.50/375.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1375.50/375.54		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1375.50/375.54		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1375.50/375.54		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1375.50/375.54		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1375.50/375.54		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1375.50/375.54		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1375.50/375.54		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 19 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 24 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 25 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 30 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 31 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 36 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 37 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 42 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 43 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 48 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 49 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 54 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 55 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 60 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 61 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 66 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 67 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 72 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 73 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 78 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 79 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 84 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 85 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		... 90 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		... 91 more
1375.50/375.54	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1375.50/375.54		... 96 more
1375.50/375.54	Caused by: java.lang.reflect.InvocationTargetException
1375.50/375.54		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1375.50/375.54		... 96 more
1375.50/375.54	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1375.50/375.54		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375.50/375.54		at java.lang.reflect.Method.invoke(Method.java:498)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1375.50/375.54		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1375.50/375.54		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1375.50/375.54	
1458.60/397.79	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1458.60/397.79	c This is free software under the dual EPL/GNU LGPL licenses.
1458.60/397.79	c See www.sat4j.org for details.
1458.60/397.79	c That software uses the Rhino library from the Mozilla project.
1458.60/397.79	c version CUSTOM.v20170705
1458.60/397.79	c java.runtime.name	Java(TM) SE Runtime Environment
1458.60/397.79	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1458.60/397.79	c java.vm.version	25.131-b11
1458.60/397.79	c java.vm.vendor	Oracle Corporation
1458.60/397.79	c sun.arch.data.model	64
1458.60/397.79	c java.version		1.8.0_131
1458.60/397.79	c os.name		Linux
1458.60/397.79	c os.version		3.10.0-514.16.1.el7.x86_64
1458.60/397.79	c os.arch		amd64
1458.60/397.79	c Free memory 		499604488
1458.60/397.79	c Max memory 		7247757312
1458.60/397.79	c Total memory 		504889344
1458.60/397.79	c Number of processors 	4
1458.60/397.79	c c --- Begin Solver configuration ---
1458.60/397.79	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1458.60/397.79	c Learn all clauses as in MiniSAT
1458.60/397.79	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1458.60/397.79	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1458.60/397.79	c No reason simplification
1458.60/397.79	c Glucose 2.1 dynamic restart strategy
1458.60/397.79	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
1458.60/397.79	c timeout=2147483s
1458.60/397.79	c DB Simplification allowed=false
1458.60/397.79	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1458.60/397.79	c --- End Solver configuration ---
1458.60/397.79	c starts		: 0
1499.65/408.79	c conflicts		: 0
1499.65/408.79	c decisions		: 0
1499.65/408.79	c propagations		: 0
1499.65/408.79	c inspects		: 0
1499.65/408.79	c shortcuts		: 0
1527.36/415.84	c learnt literals	: 0
1527.36/415.84	Exception in thread "Thread-1" c learnt binary clauses	: 0
1553.51/422.53	c learnt ternary clauses	: 0
1553.51/422.53	c learnt constraints	: 0
1553.51/422.53	c ignored constraints	: 0
1553.51/422.53	c root simplifications	: 0
1580.14/429.37	c removed literals (reason simplification)	: 0
1580.14/429.37	c reason swapping (by a shorter reason)	: 0
1580.14/429.37	c Calls to reduceDB	: 0
1580.14/429.37	c Number of update (reduction) of LBD	: 0
1580.14/429.37	c Imported unit clauses	: 0
1580.14/429.37	c number of reductions to clauses (during analyze)	: 0
1580.14/429.37	c number of learned constraints concerned by reduction	: 0
1602.21/434.97	c number of learning phase by resolution	: 0
1602.21/434.97	c number of learning phase by cutting planes	: 0
1629.20/441.87	
1629.20/441.87	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1629.20/441.87	c number of rounding to 1 operations	: 0
1629.20/441.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1629.20/441.87	c number of reductions of the coefficients by power 2 	: 0
1629.20/441.87	c number of right shift for reduction by power 2 	: 0
1629.20/441.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
1629.20/441.87	c speed (assignments/second)	: 0.0
1629.20/441.87	c non guided choices	0
1629.20/441.87	c learnt constraints type 
1629.20/441.87	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 (13134 MiB free)
  memory of node 1: 16384 MiB (12348 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262875-1502623535/watcher-4262875-1502623535 -o /tmp/evaluation-result-4262875-1502623535/solver-4262875-1502623535 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-748 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262875-1502623535.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1416, runsolver pid=1413

[startup+0.100128 s]*
/proc/loadavg: 4.95 3.98 3.01 4/217 1431
/proc/meminfo: memFree=26076736/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10555400 memory=29960 CPUtime=0.12 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 6542 0 0 0 10 2 0 0 20 0 15 0 95441368 10808729600 7490 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2638850 7490 2819 1 0 2627263 0
[pid=1416/tid=1418] ppid=1413 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) R 1413 1416 30942 0 -1 4202560 4393 0 0 0 8 1 0 0 20 0 15 0 95441369 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018815571888 140018811395478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10555400 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018417720464 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10555400 memory=3690058744417019552 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018416667664 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018415614864 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) S 1413 1416 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018414562064 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10555400 memory=140382688568960 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95441371 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018371144048 140018811394690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95441371 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018370090016 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95441372 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018369037168 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018366933872 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018365881072 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10555400 memory=140382688568960 CPUtime=0.02 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) S 1413 1416 30942 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 95441374 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018364828272 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10555400 memory=140382688568960 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 7490 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29960 KiB

[startup+0.210559 s]*
/proc/loadavg: 4.95 3.98 3.01 4/217 1431
/proc/meminfo: memFree=26066812/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10555400 memory=39812 CPUtime=0.3 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 8110 0 0 0 27 3 0 0 20 0 15 0 95441368 10808729600 9953 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2638850 9953 2941 1 0 2627263 0
[pid=1416/tid=1418] ppid=1413 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) R 1413 1416 30942 0 -1 4202560 5184 0 0 0 18 2 0 0 20 0 15 0 95441369 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018815611152 140018811395478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10555400 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018417720464 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10555400 memory=3690058744417019552 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018416667664 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018415614864 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) S 1413 1416 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95441370 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018414562064 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10555400 memory=140382688568960 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95441371 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018371144048 140018811394690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95441371 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018370090016 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95441372 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018369037168 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 581 0 0 0 1 0 0 0 20 0 15 0 95441374 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018366933872 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 15 0 95441374 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018365881072 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10555400 memory=140382688568960 CPUtime=0.05 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) R 1413 1416 30942 0 -1 4202560 862 0 0 0 5 0 0 0 20 0 15 0 95441374 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018364828272 140018811404890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10555400 memory=140382688568960 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441374 10808729600 10018 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39812 KiB

[startup+0.310159 s]*
/proc/loadavg: 4.95 3.98 3.01 4/217 1431
/proc/meminfo: memFree=26060360/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10555476 memory=46616 CPUtime=0.52 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 8730 0 0 0 49 3 0 0 20 0 15 0 95441368 10808807424 11654 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2638869 11654 3030 1 0 2627263 0
[pid=1416/tid=1418] ppid=1413 vsize=10555476 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) R 1413 1416 30942 0 -1 4202560 5544 0 0 0 27 2 0 0 20 0 15 0 95441369 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018815619216 140018811395478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018417720464 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018416667664 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441370 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018415614864 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) S 1413 1416 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95441370 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018414562064 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10555476 memory=280765099300080 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95441371 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018371144048 140018811394690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10555476 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95441371 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018370090016 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10555476 memory=280765238235504 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95441372 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018369037168 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10555476 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 675 0 0 0 4 0 0 0 20 0 15 0 95441374 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018366933872 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10555476 memory=78 CPUtime=0.03 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 185 0 0 0 3 0 0 0 20 0 15 0 95441374 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018365881072 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10555476 memory=280765099258720 CPUtime=0.13 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) R 1413 1416 30942 0 -1 4202560 967 0 0 0 13 0 0 0 20 0 15 0 95441374 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018364828272 140018790518093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10555476 memory=280765099156264 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10555476 memory=12 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441374 10808807424 11654 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46616 KiB

[startup+0.707418 s]
/proc/loadavg: 4.95 3.98 3.01 4/217 1431
/proc/meminfo: memFree=25819944/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10555476 memory=596532 CPUtime=1.48 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 11062 0 0 0 127 21 0 0 20 0 15 0 95441368 10808807424 149133 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2638869 149133 3115 1 0 2627263 0
[pid=1416/tid=1418] ppid=1413 vsize=10555476 memory=1 CPUtime=0.6 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) S 1413 1416 30942 0 -1 1077944384 5849 0 0 0 51 9 0 0 20 0 15 0 95441369 10808807424 149133 33554432000 4194304 4196468 140725840362624 140018815620800 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10555476 memory=414 CPUtime=0.05 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) R 1413 1416 30942 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 15 0 95441370 10808807424 149133 33554432000 4194304 4196468 140725840362624 140018417720464 140018796411408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10555476 memory=55 CPUtime=0.05 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) R 1413 1416 30942 0 -1 4202560 109 0 0 0 4 1 0 0 20 0 15 0 95441370 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018416667664 140018796411408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10555476 memory=280765099215648 CPUtime=0.05 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) R 1413 1416 30942 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 15 0 95441370 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018415614864 140018796411408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10555476 memory=3472468678777347936 CPUtime=0.06 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) R 1413 1416 30942 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 15 0 95441370 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018414562264 140018796411426 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10555476 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95441371 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018371142560 140018811393749 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95441371 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018370090016 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95441372 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018369037168 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10555476 memory=-7091624348563251104 CPUtime=0.2 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 1232 0 0 0 20 0 0 0 20 0 15 0 95441374 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018366933872 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10555476 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 850 0 0 0 20 0 0 0 20 0 15 0 95441374 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018365881072 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10555476 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) S 1413 1416 30942 0 -1 1077944384 1109 0 0 0 19 0 0 0 20 0 15 0 95441374 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018364828272 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95441374 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95441374 10808807424 149645 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 596532 KiB

[startup+1.50146 s]
/proc/loadavg: 4.95 3.98 3.01 3/217 1431
/proc/meminfo: memFree=25494068/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10555476 memory=843616 CPUtime=3.45 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 12373 0 0 0 293 52 0 0 20 0 15 0 95441368 10808807424 210904 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2638869 210904 3124 1 0 2627263 0
[pid=1416/tid=1418] ppid=1413 vsize=10555476 memory=4639939496134862184 CPUtime=1.09 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) S 1413 1416 30942 0 -1 1077944384 6078 0 0 0 100 9 0 0 20 0 15 0 95441369 10808807424 210904 33554432000 4194304 4196468 140725840362624 140018815529648 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10555476 memory=7518310240066430036 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) R 1413 1416 30942 0 -1 4202560 231 0 0 0 24 10 0 0 20 0 15 0 95441370 10808807424 210904 33554432000 4194304 4196468 140725840362624 140018417720464 140018804483207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10555476 memory=14 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) R 1413 1416 30942 0 -1 4202560 240 0 0 0 25 9 0 0 20 0 15 0 95441370 10808807424 210904 33554432000 4194304 4196468 140725840362624 140018416667864 140018796405664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10555476 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) R 1413 1416 30942 0 -1 4202560 226 0 0 0 24 10 0 0 20 0 15 0 95441370 10808807424 210904 33554432000 4194304 4196468 140725840362624 140018415614864 140018796405664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10555476 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) R 1413 1416 30942 0 -1 4202560 240 0 0 0 25 10 0 0 20 0 15 0 95441370 10808807424 210904 33554432000 4194304 4196468 140725840362624 140018414561952 140018796405664 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 15 0 95441371 10808807424 210904 33554432000 4194304 4196468 140725840362624 140018371142560 140018811393749 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0

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

/proc/1416/task/1422/stat : 1422 (java) R 1413 1416 30942 0 -1 4202560 152368 0 0 0 39399 194 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018414561648 140018804011751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10688756 memory=3224 CPUtime=22.95 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 73620 0 0 0 2291 4 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018371142368 140018811393749 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10688756 memory=8305092 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018370090080 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10688756 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95441372 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018369037184 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10688756 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10688756 memory=1576 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 1356 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018366933632 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10688756 memory=1424 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 1108 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018365881120 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10688756 memory=13056 CPUtime=0.24 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) S 1413 1416 30942 0 -1 1077944384 1727 0 0 0 24 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018364828320 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10688756 memory=792 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10688756 memory=1008 CPUtime=0.27 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 525 0 0 0 15 12 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1439] ppid=1413 vsize=10688756 memory=10588 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1439/stat : 1439 (java) S 1413 1416 30942 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018361665056 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1440] ppid=1413 vsize=10688756 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1440/stat : 1440 (java) S 1413 1416 30942 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018360614048 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 1622.11 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8305092 KiB

[startup+440.801 s]
/proc/loadavg: 4.78 4.56 3.64 6/218 1441
/proc/meminfo: memFree=17046652/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10688756 memory=8305092 CPUtime=1625.23 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 569641 0 0 0 161716 807 0 0 20 0 17 0 95441368 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2672189 2076273 3184 1 0 2660545 0
[pid=1416/tid=1418] ppid=1413 vsize=10688756 memory=2628 CPUtime=13.83 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) S 1413 1416 30942 0 -1 1077944384 13630 0 0 0 1368 15 0 0 20 0 17 0 95441369 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018815624224 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10688756 memory=2796 CPUtime=397.26 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) R 1413 1416 30942 0 -1 4202560 193068 0 0 0 39542 184 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018417720664 140018792993293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10688756 memory=8305092 CPUtime=396.41 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) R 1413 1416 30942 0 -1 4202560 68666 0 0 0 39433 208 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018416667552 140018792993348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10688756 memory=1008 CPUtime=396.77 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) R 1413 1416 30942 0 -1 4202560 62046 0 0 0 39484 193 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018415614864 140018796082273 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10688756 memory=10588 CPUtime=396.71 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) R 1413 1416 30942 0 -1 4202560 152368 0 0 0 39477 194 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018414562064 140018792993229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10688756 memory=1204 CPUtime=22.96 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 73620 0 0 0 2292 4 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018371142592 140018811393749 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10688756 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018370090080 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10688756 memory=8305092 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95441372 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018369037184 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10688756 memory=1160 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 1356 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018366933632 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10688756 memory=3224 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 1108 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018365881120 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10688756 memory=8305092 CPUtime=0.24 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) S 1413 1416 30942 0 -1 1077944384 1727 0 0 0 24 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018364828320 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10688756 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10688756 memory=2344 CPUtime=0.27 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 525 0 0 0 15 12 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1439] ppid=1413 vsize=10688756 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1439/stat : 1439 (java) S 1413 1416 30942 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018361665056 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1440] ppid=1413 vsize=10688756 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1440/stat : 1440 (java) S 1413 1416 30942 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018360614048 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 1625.23 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8305092 KiB

[startup+441.601 s]
/proc/loadavg: 4.78 4.56 3.64 6/218 1441
/proc/meminfo: memFree=17046652/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10688756 memory=8305092 CPUtime=1628.41 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 612789 0 0 0 162032 809 0 0 20 0 17 0 95441368 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2672189 2076273 3184 1 0 2660545 0
[pid=1416/tid=1418] ppid=1413 vsize=10688756 memory=16444 CPUtime=13.83 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) S 1413 1416 30942 0 -1 1077944384 13630 0 0 0 1368 15 0 0 20 0 17 0 95441369 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018815624224 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10688756 memory=8305092 CPUtime=398.04 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) R 1413 1416 30942 0 -1 4202560 193081 0 0 0 39620 184 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018417720664 140018796379888 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10688756 memory=8305092 CPUtime=397.2 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) R 1413 1416 30942 0 -1 4202560 93604 0 0 0 39511 209 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018416667552 140018796379947 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10688756 memory=792 CPUtime=397.57 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) R 1413 1416 30942 0 -1 4202560 62046 0 0 0 39564 193 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018415614864 140018795841176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10688756 memory=27488 CPUtime=397.51 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) R 1413 1416 30942 0 -1 4202560 170565 0 0 0 39556 195 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018414562064 140018796380205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10688756 memory=1292 CPUtime=22.96 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 73620 0 0 0 2292 4 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018371142592 140018811393749 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10688756 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018370090080 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10688756 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95441372 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018369037184 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10688756 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10688756 memory=1700 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 1356 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018366933632 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10688756 memory=8305092 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 1108 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018365881120 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10688756 memory=1732 CPUtime=0.24 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) S 1413 1416 30942 0 -1 1077944384 1727 0 0 0 24 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018364828320 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10688756 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10688756 memory=2628 CPUtime=0.27 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 525 0 0 0 15 12 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1439] ppid=1413 vsize=10688756 memory=2796 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1439/stat : 1439 (java) S 1413 1416 30942 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018361665056 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1440] ppid=1413 vsize=10688756 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1440/stat : 1440 (java) S 1413 1416 30942 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018360614048 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 1628.41 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8305092 KiB

[startup+441.801 s]
/proc/loadavg: 4.78 4.56 3.64 6/218 1441
/proc/meminfo: memFree=17046652/32770624 swapFree=67108860/67108860
[pid=1416] ppid=1413 vsize=10688756 memory=8305092 CPUtime=1629.2 cores=1,3,5,7
/proc/1416/stat : 1416 (java) S 1413 1416 30942 0 -1 1077944320 612789 0 0 0 162111 809 0 0 20 0 17 0 95441368 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140725840345168 140018811383543 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
/proc/1416/statm: 2672189 2076273 3184 1 0 2660545 0
[pid=1416/tid=1418] ppid=1413 vsize=10688756 memory=8112282956445269571 CPUtime=13.83 cores=1,3,5,7
/proc/1416/task/1418/stat : 1418 (java) S 1413 1416 30942 0 -1 1077944384 13630 0 0 0 1368 15 0 0 20 0 17 0 95441369 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018815624224 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1419] ppid=1413 vsize=10688756 memory=10588 CPUtime=398.24 cores=1,3,5,7
/proc/1416/task/1419/stat : 1419 (java) R 1413 1416 30942 0 -1 4202560 193081 0 0 0 39640 184 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018417720664 140018796379910 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1420] ppid=1413 vsize=10688756 memory=1204 CPUtime=397.4 cores=1,3,5,7
/proc/1416/task/1420/stat : 1420 (java) R 1413 1416 30942 0 -1 4202560 93604 0 0 0 39531 209 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018416667472 140018804011751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1421] ppid=1413 vsize=10688756 memory=15872 CPUtime=397.77 cores=1,3,5,7
/proc/1416/task/1421/stat : 1421 (java) R 1413 1416 30942 0 -1 4202560 62046 0 0 0 39584 193 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018415614672 140018804011751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1422] ppid=1413 vsize=10688756 memory=8112282956445269571 CPUtime=397.71 cores=1,3,5,7
/proc/1416/task/1422/stat : 1422 (java) R 1413 1416 30942 0 -1 4202560 170565 0 0 0 39576 195 0 0 20 0 17 0 95441370 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018414561872 140018804011751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1423] ppid=1413 vsize=10688756 memory=0 CPUtime=22.96 cores=1,3,5,7
/proc/1416/task/1423/stat : 1423 (java) S 1413 1416 30942 0 -1 1077944384 73620 0 0 0 2292 4 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018371142592 140018811393749 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1424] ppid=1413 vsize=10688756 memory=4422627671597870694 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1424/stat : 1424 (java) S 1413 1416 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95441371 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018370090080 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1425] ppid=1413 vsize=10688756 memory=280765101275088 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1425/stat : 1425 (java) S 1413 1416 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95441372 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018369037184 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1426] ppid=1413 vsize=10688756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1426/stat : 1426 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018367985488 140018811402139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1427] ppid=1413 vsize=10688756 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1427/stat : 1427 (java) S 1413 1416 30942 0 -1 1077944384 1356 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018366933632 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1428] ppid=1413 vsize=10688756 memory=1700 CPUtime=0.34 cores=1,3,5,7
/proc/1416/task/1428/stat : 1428 (java) S 1413 1416 30942 0 -1 1077944384 1108 0 0 0 34 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018365881120 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1429] ppid=1413 vsize=10688756 memory=110053 CPUtime=0.24 cores=1,3,5,7
/proc/1416/task/1429/stat : 1429 (java) S 1413 1416 30942 0 -1 1077944384 1727 0 0 0 24 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018364828320 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1430] ppid=1413 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1430/stat : 1430 (java) S 1413 1416 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018363775712 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1431] ppid=1413 vsize=10688756 memory=2628 CPUtime=0.27 cores=1,3,5,7
/proc/1416/task/1431/stat : 1431 (java) S 1413 1416 30942 0 -1 1077944384 525 0 0 0 15 12 0 0 20 0 17 0 95441374 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018362722992 140018811394690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1439] ppid=1413 vsize=10688756 memory=2796 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1439/stat : 1439 (java) S 1413 1416 30942 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018361665056 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
[pid=1416/tid=1440] ppid=1413 vsize=10688756 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/1416/task/1440/stat : 1440 (java) S 1413 1416 30942 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 95478923 10945286144 2076273 33554432000 4194304 4196468 140725840362624 140018360614048 140018811393749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27668480 140725840364678 140725840364831 140725840364831 140725840367567 0
Current children cumulated CPU time: 1629.2 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8305092 KiB

[startup+441.901 s]*
/proc/loadavg: 4.78 4.56 3.64 3/203 1441
/proc/meminfo: memFree=20470588/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 441.921
CPU time (s): 1629.42
CPU user time (s): 1621.29
CPU system time (s): 8.13643
CPU usage (%): 368.713
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8305092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1621.29
system time used= 8.13643
maximum resident set size= 8305292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32866
involuntary context switches= 17776


# summary of solver processes directly reported to runsolver:
#   pid: 1416
#   total CPU time (s): 1629.42
#   total CPU user time (s): 1621.29
#   total CPU system time (s): 8.13643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.58157 second user time and 4.43925 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 13:11:17
IDJOB=4262875
IDBENCH=124211
IDSOLVER=2651
FILE ID=node114/4262875-1502623535
RUNJOBID= node114-1502619125-748
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t02-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262875-1502623535/watcher-4262875-1502623535 -o /tmp/evaluation-result-4262875-1502623535/solver-4262875-1502623535 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-748 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262875-1502623535.xml

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

MD5SUM BENCH= d01afa5e20b7ebab190e76d647c74323
RANDOM SEED=566127181

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26095392 kB
MemAvailable:   30978008 kB
Buffers:          147344 kB
Cached:          5025580 kB
SwapCached:            0 kB
Active:          1395916 kB
Inactive:        4845788 kB
Active(anon):    1071532 kB
Inactive(anon):    25036 kB
Active(file):     324384 kB
Inactive(file):  4820752 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       1148832 kB
Mapped:            55476 kB
Shmem:             25224 kB
Slab:             132136 kB
SReclaimable:     106632 kB
SUnreclaim:        25504 kB
KernelStack:        3872 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2510732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1046528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 13:18:39