Trace number 4263175

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? 2316.9099 657.81097

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-37.xml
MD5SUM45cb885f577274590a53a0b26d80d877
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark686
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables3082
Number of constraints1747
Number of domains4
Minimum domain size2
Maximum domain size3043
Distribution of domain sizes[{"size":2,"count":1521},{"size":3,"count":1521},{"size":1370,"count":1},{"size":3043,"count":39}]
Minimum variable degree1
Maximum variable degree40
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1518},{"degree":3,"count":42},{"degree":4,"count":148},{"degree":8,"count":144},{"degree":9,"count":1225},{"degree":40,"count":1}]
Minimum constraint arity2
Maximum constraint arity41
Distribution of constraint arities[{"arity":2,"count":187},{"arity":3,"count":148},{"arity":10,"count":1369},{"arity":39,"count":4},{"arity":40,"count":1},{"arity":41,"count":38}]
Number of extensional constraints1517
Number of intensional constraints186
Distribution of constraint types[{"type":"extension","count":1517},{"type":"intension","count":186},{"type":"sum","count":40},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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

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


[startup+0.10017 s]*
/proc/loadavg: 2.05 2.04 2.06 5/202 18604
/proc/meminfo: memFree=31766036/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=9942728 memory=17276 CPUtime=0.01 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 3628 0 0 0 1 0 0 0 20 0 6 0 159946399 10181353472 4319 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2486453 4319 1948 1 0 2475950 0
[pid=18586/tid=18596] ppid=18583 vsize=10018544 memory=-6153434887407898980 CPUtime=0.01 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) R 18583 18586 7084 0 -1 4202560 2371 0 0 0 1 0 0 0 20 0 7 0 159946408 10258989056 4385 18446744073709551615 4194304 4196468 140737289478768 140220688571152 140220668409182 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10018544 memory=5767616128970099081 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) S 18583 18586 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 159946409 10258989056 4385 18446744073709551615 4194304 4196468 140737289478768 140220625365904 140220684338901 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10018544 memory=139768719693440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 7 0 159946409 10258989056 4385 18446744073709551615 4194304 4196468 140737289478768 140220624313104 140220684338901 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 159946409 10258989056 4385 18446744073709551615 4194304 4196468 140737289478768 140220623260816 140220684338901 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 159946409 10258989056 4385 18446744073709551615 4194304 4196468 140737289478768 140220622208016 140220684338901 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 159946410 10258989056 4385 18446744073709551615 4194304 4196468 140737289478768 140220180490352 140220684339842 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9942728 KiB
Current children cumulated memory: 17276 KiB

[startup+0.209948 s]*
/proc/loadavg: 2.05 2.04 2.06 5/212 18614
/proc/meminfo: memFree=31756560/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=10484492 memory=23552 CPUtime=0.05 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 4846 0 0 0 5 0 0 0 20 0 14 0 159946399 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2621123 5888 2569 1 0 2610620 0
[pid=18586/tid=18596] ppid=18583 vsize=10484492 memory=8042472842692829087 CPUtime=0.04 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) D 18583 18586 7084 0 -1 4202560 2957 0 0 0 4 0 0 0 20 0 14 0 159946408 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220688566176 140220684350717 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 2 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10484492 memory=732369907057146853 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) S 18583 18586 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220625365904 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10484492 memory=139768719693440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220624313104 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220623260816 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220622208016 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10484492 memory=139768719693440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 159946410 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220180490352 140220684339842 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 159946410 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220179436320 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 159946411 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220178383984 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 159946413 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) S 18583 18586 7084 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 14 0 159946413 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220176280176 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 159946413 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220175227376 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10484492 memory=139768719693440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) S 18583 18586 7084 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 14 0 159946413 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220174175088 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 159946413 10736119808 5888 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23552 KiB

[startup+0.310086 s]*
/proc/loadavg: 2.05 2.04 2.06 6/213 18615
/proc/meminfo: memFree=31737728/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=10551156 memory=33352 CPUtime=0.2 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 8114 0 0 0 18 2 0 0 20 0 15 0 159946399 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2637789 8338 2874 1 0 2627261 0
[pid=18586/tid=18596] ppid=18583 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) R 18583 18586 7084 0 -1 4202560 5814 0 0 0 12 1 0 0 20 0 15 0 159946408 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220688561216 140220668409182 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) S 18583 18586 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220625365904 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10551156 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220624313104 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220623260816 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10551156 memory=139768719700433 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220622208016 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10551156 memory=139768719693440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946410 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220180490352 140220684339842 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 159946410 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220179436320 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 159946411 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220178383984 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946413 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) S 18583 18586 7084 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 159946413 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220176280176 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) S 18583 18586 7084 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 159946413 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220175227376 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) S 18583 18586 7084 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 159946413 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220174175088 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946413 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18615] ppid=18583 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18615/stat : 18615 (java) S 18583 18586 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946421 10804383744 8338 18446744073709551615 4194304 4196468 140737289478768 140220172069296 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33352 KiB

[startup+0.703677 s]
/proc/loadavg: 2.05 2.04 2.06 10/213 18615
/proc/meminfo: memFree=31700700/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=10551232 memory=80188 CPUtime=1.32 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 12297 0 0 0 128 4 0 0 20 0 15 0 159946399 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2637808 20047 3051 1 0 2627261 0
[pid=18586/tid=18596] ppid=18583 vsize=10551232 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) R 18583 18586 7084 0 -1 4202560 6949 0 0 0 49 2 0 0 20 0 15 0 159946408 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220688562160 140220666791301 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) S 18583 18586 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946409 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220625365904 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10551232 memory=136 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220624313104 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946409 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220623260816 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10551232 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) S 18583 18586 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946409 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220622208016 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 159946410 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220180490352 140220684339842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10551232 memory=13707953433746472 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 159946410 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220179436320 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 159946411 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220178383984 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946413 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) R 18583 18586 7084 0 -1 4202560 1304 0 0 0 24 0 0 0 20 0 15 0 159946413 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220176266200 140220664015333 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10551232 memory=7809523229951467570 CPUtime=0.26 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) R 18583 18586 7084 0 -1 4202560 1211 0 0 0 26 0 0 0 20 0 15 0 159946413 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220175226480 140220667825483 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) R 18583 18586 7084 0 -1 4202560 1459 0 0 0 28 0 0 0 20 0 15 0 159946413 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220174175088 140220684350042 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10551232 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946413 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18615] ppid=18583 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18615/stat : 18615 (java) S 18583 18586 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946421 10804461568 20047 18446744073709551615 4194304 4196468 140737289478768 140220172069296 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 80188 KiB

[startup+1.50075 s]
/proc/loadavg: 2.20 2.07 2.07 8/213 18615
/proc/meminfo: memFree=31374564/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=10551232 memory=258468 CPUtime=3.88 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 16041 0 0 0 373 15 0 0 20 0 15 0 159946399 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2637808 64617 3112 1 0 2627261 0
[pid=18586/tid=18596] ppid=18583 vsize=10551232 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) R 18583 18586 7084 0 -1 4202560 7470 0 0 0 119 4 0 0 20 0 15 0 159946408 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220688557232 140220670019296 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10551232 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) S 18583 18586 7084 0 -1 1077944384 114 0 0 0 5 2 0 0 20 0 15 0 159946409 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220625365904 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10551232 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) S 18583 18586 7084 0 -1 1077944384 112 0 0 0 5 2 0 0 20 0 15 0 159946409 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220624313104 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10551232 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) S 18583 18586 7084 0 -1 1077944384 110 0 0 0 5 2 0 0 20 0 15 0 159946409 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220623260816 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10551232 memory=6944656592455097440 CPUtime=0.06 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) S 18583 18586 7084 0 -1 1077944384 108 0 0 0 4 2 0 0 20 0 15 0 159946409 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220622208016 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10551232 memory=7668902767190633048 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 159946410 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220180490352 140220684339842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10551232 memory=4639930699739322729 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 159946410 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220179436384 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 159946411 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220178384000 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946413 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10551232 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) R 18583 18586 7084 0 -1 4202560 2375 0 0 0 94 0 0 0 20 0 15 0 159946413 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220176270032 140220669234198 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10551232 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) R 18583 18586 7084 0 -1 4202560 2050 0 0 0 95 0 0 0 20 0 15 0 159946413 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220175212768 140220667825465 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10551232 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) S 18583 18586 7084 0 -1 1077944384 2253 0 0 0 43 0 0 0 20 0 15 0 159946413 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220174175088 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946413 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18615] ppid=18583 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18615/stat : 18615 (java) S 18583 18586 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946421 10804461568 64617 18446744073709551615 4194304 4196468 140737289478768 140220172069296 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 10551232 KiB

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

/proc/18586/task/18600/stat : 18600 (java) R 18583 18586 7084 0 -1 4202560 63455 0 0 0 54919 230 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220622208216 140220669028623 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10686560 memory=-8774313645642428999 CPUtime=39.56 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 119501 0 0 0 3950 6 0 0 20 0 17 0 159946410 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220180488896 140220684338901 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 159946410 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220179436384 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10686560 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 159946411 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220178384000 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10686560 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10686560 memory=796 CPUtime=1.46 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) S 18583 18586 7084 0 -1 1077944384 4276 0 0 0 146 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220176280224 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10686560 memory=302022848351043610 CPUtime=1.5 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) S 18583 18586 7084 0 -1 1077944384 3807 0 0 0 149 1 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220175227136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10686560 memory=288230621803970871 CPUtime=0.49 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) S 18583 18586 7084 0 -1 1077944384 3950 0 0 0 48 1 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220174175136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10686560 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18615] ppid=18583 vsize=10686560 memory=1440 CPUtime=0.38 cores=0,2,4,6
/proc/18586/task/18615/stat : 18615 (java) S 18583 18586 7084 0 -1 1077944384 411 0 0 0 22 16 0 0 20 0 17 0 159946421 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220172069296 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18653] ppid=18583 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18653/stat : 18653 (java) S 18583 18586 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220168908496 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18654] ppid=18583 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18654/stat : 18654 (java) S 18583 18586 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220167864464 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 2299.67 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8365232 KiB

[startup+656.001 s]*
/proc/loadavg: 4.53 4.18 3.26 7/216 18655
/proc/meminfo: memFree=21450196/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=10686560 memory=8365232 CPUtime=2312.09 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 393313 0 2 0 230214 995 0 0 20 0 17 0 159946399 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2671640 2091308 3173 1 0 2661055 0
[pid=18586/tid=18596] ppid=18583 vsize=10686560 memory=-8774313645642428999 CPUtime=49.7 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) S 18583 18586 7084 0 -1 1077944384 23466 0 2 0 4953 17 0 0 20 0 17 0 159946408 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220688569376 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10686560 memory=-7003737579269690708 CPUtime=556.47 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) R 18583 18586 7084 0 -1 4202560 75020 0 0 0 55411 236 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220625365712 140220676956903 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10686560 memory=15884 CPUtime=554.47 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) R 18583 18586 7084 0 -1 4202560 51615 0 0 0 55207 240 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220624312912 140220676956903 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10686560 memory=4044 CPUtime=553.34 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) R 18583 18586 7084 0 -1 4202560 46360 0 0 0 55080 254 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220623260936 140220676956903 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10686560 memory=8365232 CPUtime=554.63 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) R 18583 18586 7084 0 -1 4202560 63455 0 0 0 55233 230 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220622208216 140220669028611 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10686560 memory=8365232 CPUtime=39.56 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 119501 0 0 0 3950 6 0 0 20 0 17 0 159946410 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220180488896 140220684338901 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 159946410 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220179436384 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10686560 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 159946411 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220178384000 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10686560 memory=15884 CPUtime=1.46 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) S 18583 18586 7084 0 -1 1077944384 4276 0 0 0 146 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220176280224 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10686560 memory=4044 CPUtime=1.5 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) S 18583 18586 7084 0 -1 1077944384 3807 0 0 0 149 1 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220175227136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10686560 memory=38796 CPUtime=0.49 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) S 18583 18586 7084 0 -1 1077944384 3950 0 0 0 48 1 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220174175136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10686560 memory=636 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18615] ppid=18583 vsize=10686560 memory=1224 CPUtime=0.39 cores=0,2,4,6
/proc/18586/task/18615/stat : 18615 (java) S 18583 18586 7084 0 -1 1077944384 411 0 0 0 22 17 0 0 20 0 17 0 159946421 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220172069296 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18653] ppid=18583 vsize=10686560 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18653/stat : 18653 (java) S 18583 18586 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220168908496 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18654] ppid=18583 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18654/stat : 18654 (java) S 18583 18586 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220167864464 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 2312.09 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8365232 KiB

[startup+656.801 s]
/proc/loadavg: 4.53 4.18 3.26 7/216 18655
/proc/meminfo: memFree=21450196/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=10686560 memory=8365232 CPUtime=2315.17 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 393630 0 2 0 230520 997 0 0 20 0 17 0 159946399 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2671640 2091308 3173 1 0 2661055 0
[pid=18586/tid=18596] ppid=18583 vsize=10686560 memory=932 CPUtime=49.7 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) S 18583 18586 7084 0 -1 1077944384 23466 0 2 0 4953 17 0 0 20 0 17 0 159946408 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220688569376 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10686560 memory=1608 CPUtime=557.22 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) R 18583 18586 7084 0 -1 4202560 75020 0 0 0 55486 236 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220625365712 140220676956903 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10686560 memory=836 CPUtime=555.23 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) R 18583 18586 7084 0 -1 4202560 51615 0 0 0 55283 240 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220624312912 140220676956903 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10686560 memory=8365232 CPUtime=554.11 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) R 18583 18586 7084 0 -1 4202560 46360 0 0 0 55156 255 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220623260624 140220676956903 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10686560 memory=-8774313645642428999 CPUtime=555.42 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) R 18583 18586 7084 0 -1 4202560 63772 0 0 0 55312 230 0 0 20 0 17 0 159946409 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220622208216 140220669325099 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10686560 memory=5768 CPUtime=39.56 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) S 18583 18586 7084 0 -1 1077944384 119501 0 0 0 3950 6 0 0 20 0 17 0 159946410 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220180488896 140220684338901 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 159946410 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220179436384 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10686560 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 159946411 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220178384000 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10686560 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10686560 memory=-8774313645642428999 CPUtime=1.46 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) S 18583 18586 7084 0 -1 1077944384 4276 0 0 0 146 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220176280224 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10686560 memory=836 CPUtime=1.5 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) S 18583 18586 7084 0 -1 1077944384 3807 0 0 0 149 1 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220175227136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10686560 memory=-8774313645642428999 CPUtime=0.49 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) S 18583 18586 7084 0 -1 1077944384 3950 0 0 0 48 1 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220174175136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10686560 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18615] ppid=18583 vsize=10686560 memory=16444 CPUtime=0.39 cores=0,2,4,6
/proc/18586/task/18615/stat : 18615 (java) S 18583 18586 7084 0 -1 1077944384 411 0 0 0 22 17 0 0 20 0 17 0 159946421 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220172069296 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18653] ppid=18583 vsize=10686560 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18653/stat : 18653 (java) S 18583 18586 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220168908496 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18654] ppid=18583 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18654/stat : 18654 (java) S 18583 18586 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091308 18446744073709551615 4194304 4196468 140737289478768 140220167864464 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 2315.17 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8365232 KiB

[startup+657.601 s]
/proc/loadavg: 4.53 4.18 3.26 7/216 18655
/proc/meminfo: memFree=21450196/32770624 swapFree=67108776/67108860
[pid=18586] ppid=18583 vsize=10686560 memory=8365240 CPUtime=2316.7 cores=0,2,4,6
/proc/18586/stat : 18586 (java) S 18583 18586 7084 0 -1 1077944320 393867 0 2 0 230673 997 0 0 20 0 17 0 159946399 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140737289461312 140220684328695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
/proc/18586/statm: 2671640 2091310 3173 1 0 2661055 0
[pid=18586/tid=18596] ppid=18583 vsize=10686560 memory=4156 CPUtime=49.7 cores=0,2,4,6
/proc/18586/task/18596/stat : 18596 (java) S 18583 18586 7084 0 -1 1077944384 23466 0 2 0 4953 17 0 0 20 0 17 0 159946408 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220688569376 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18597] ppid=18583 vsize=10686560 memory=67104 CPUtime=557.47 cores=0,2,4,6
/proc/18586/task/18597/stat : 18597 (java) S 18583 18586 7084 0 -1 1077944384 75020 0 0 0 55511 236 0 0 20 0 17 0 159946409 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220625365904 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18598] ppid=18583 vsize=10686560 memory=2008 CPUtime=555.47 cores=0,2,4,6
/proc/18586/task/18598/stat : 18598 (java) S 18583 18586 7084 0 -1 1077944384 51615 0 0 0 55307 240 0 0 20 0 17 0 159946409 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220624313104 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18599] ppid=18583 vsize=10686560 memory=11364 CPUtime=554.36 cores=0,2,4,6
/proc/18586/task/18599/stat : 18599 (java) S 18583 18586 7084 0 -1 1077944384 46360 0 0 0 55181 255 0 0 20 0 17 0 159946409 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220623260816 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18600] ppid=18583 vsize=10686560 memory=1224 CPUtime=555.67 cores=0,2,4,6
/proc/18586/task/18600/stat : 18600 (java) S 18583 18586 7084 0 -1 1077944384 63939 0 0 0 55337 230 0 0 20 0 17 0 159946409 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220622208016 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18606] ppid=18583 vsize=10686560 memory=1224 CPUtime=40.1 cores=0,2,4,6
/proc/18586/task/18606/stat : 18606 (java) R 18583 18586 7084 0 -1 4202560 119571 0 0 0 4004 6 0 0 20 0 17 0 159946410 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220180488784 140220668786298 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18607] ppid=18583 vsize=10686560 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18607/stat : 18607 (java) S 18583 18586 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 159946410 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220179436384 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18608] ppid=18583 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18608/stat : 18608 (java) S 18583 18586 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 159946411 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220178384000 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18609] ppid=18583 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18609/stat : 18609 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220177332304 140220684347291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18610] ppid=18583 vsize=10686560 memory=1836 CPUtime=1.46 cores=0,2,4,6
/proc/18586/task/18610/stat : 18610 (java) S 18583 18586 7084 0 -1 1077944384 4276 0 0 0 146 0 0 0 20 0 17 0 159946413 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220176280224 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18611] ppid=18583 vsize=10686560 memory=796 CPUtime=1.5 cores=0,2,4,6
/proc/18586/task/18611/stat : 18611 (java) S 18583 18586 7084 0 -1 1077944384 3807 0 0 0 149 1 0 0 20 0 17 0 159946413 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220175227136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18612] ppid=18583 vsize=10686560 memory=5768 CPUtime=0.49 cores=0,2,4,6
/proc/18586/task/18612/stat : 18612 (java) S 18583 18586 7084 0 -1 1077944384 3950 0 0 0 48 1 0 0 20 0 17 0 159946413 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220174175136 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18613] ppid=18583 vsize=10686560 memory=8365232 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18613/stat : 18613 (java) S 18583 18586 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946413 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220173122528 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18615] ppid=18583 vsize=10686560 memory=3140 CPUtime=0.39 cores=0,2,4,6
/proc/18586/task/18615/stat : 18615 (java) S 18583 18586 7084 0 -1 1077944384 411 0 0 0 22 17 0 0 20 0 17 0 159946421 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220172069296 140220684339842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18653] ppid=18583 vsize=10686560 memory=1960508 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18653/stat : 18653 (java) S 18583 18586 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220168908496 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
[pid=18586/tid=18654] ppid=18583 vsize=10686560 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/18586/task/18654/stat : 18654 (java) S 18583 18586 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 160008418 10943037440 2091310 18446744073709551615 4194304 4196468 140737289478768 140220167864464 140220684338901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33898496 140737289482640 140737289482793 140737289482793 140737289486287 0
Current children cumulated CPU time: 2316.7 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8365240 KiB

[startup+657.801 s]*
/proc/loadavg: 4.53 4.18 3.26 2/200 18655
/proc/meminfo: memFree=29816552/32770624 swapFree=67108776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 657.811
CPU time (s): 2316.91
CPU user time (s): 2306.89
CPU system time (s): 10.0158
CPU usage (%): 352.215
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8365240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2306.89
system time used= 10.0158
maximum resident set size= 8365516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394438
page faults= 2
swaps= 0
block input operations= 10912
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53122
involuntary context switches= 29300


# summary of solver processes directly reported to runsolver:
#   pid: 18586
#   total CPU time (s): 2316.91
#   total CPU user time (s): 2306.89
#   total CPU system time (s): 10.0158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.57045 second user time and 5.88051 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 07:27:51
IDJOB=4263175
IDBENCH=115896
IDSOLVER=2651
FILE ID=node132/4263175-1502602936
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-37.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263175-1502602936/watcher-4263175-1502602936 -o /tmp/evaluation-result-4263175-1502602936/solver-4263175-1502602936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263175-1502602936.xml

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

MD5SUM BENCH= 45cb885f577274590a53a0b26d80d877
RANDOM SEED=1654526357

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31788604 kB
MemAvailable:   31986224 kB
Buffers:          217644 kB
Cached:           304704 kB
SwapCached:           84 kB
Active:           450352 kB
Inactive:         128208 kB
Active(anon):       1896 kB
Inactive(anon):   104320 kB
Active(file):     448456 kB
Inactive(file):    23888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              3188 kB
Writeback:             8 kB
AnonPages:         56548 kB
Mapped:            63460 kB
Shmem:             49768 kB
Slab:             109516 kB
SReclaimable:      82220 kB
SUnreclaim:        27296 kB
KernelStack:        3136 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 07:38:49