Trace number 4263170

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? 2265.3899 640.63898

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-26.xml
MD5SUMa21a0b86f7fa853bf556b3925b3cd061
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1597
Number of constraints944
Number of domains4
Minimum domain size2
Maximum domain size1569
Distribution of domain sizes[{"size":2,"count":784},{"size":3,"count":784},{"size":677,"count":1},{"size":1569,"count":28}]
Minimum variable degree1
Maximum variable degree29
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":781},{"degree":3,"count":31},{"degree":4,"count":104},{"degree":8,"count":100},{"degree":9,"count":576},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":132},{"arity":3,"count":104},{"arity":10,"count":676},{"arity":28,"count":4},{"arity":29,"count":1},{"arity":30,"count":27}]
Number of extensional constraints780
Number of intensional constraints131
Distribution of constraint types[{"type":"extension","count":780},{"type":"intension","count":131},{"type":"sum","count":29},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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

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

solver pid=20582, runsolver pid=20579

[startup+0.100063 s]*
/proc/loadavg: 7.48 6.38 4.71 6/199 20584
/proc/meminfo: memFree=23446132/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=9934352 memory=15368 CPUtime=0 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 2627 0 0 0 0 0 0 0 20 0 6 0 62509115 10172776448 3842 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2483588 3842 1326 1 0 2473558 0
[pid=20582/tid=20584] ppid=20579 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) R 20579 20582 12560 0 -1 4202560 1414 0 0 0 0 0 0 0 20 0 6 0 62509125 10175037440 3906 18446744073709551615 4194304 4196468 140734703276560 139696724779600 139696681524197 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=9936560 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 62509126 10175037440 3906 18446744073709551615 4194304 4196468 140734703276560 139696650963344 139696720553685 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=9936560 memory=140498246071936 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 62509126 10175037440 3906 18446744073709551615 4194304 4196468 140734703276560 139696649910544 139696720553685 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) S 20579 20582 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 62509126 10175037440 3906 18446744073709551615 4194304 4196468 140734703276560 139696648858256 139696720553685 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 62509126 10175037440 3972 18446744073709551615 4194304 4196468 140734703276560 139696647805456 139696720553685 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 15368 KiB

[startup+0.21018 s]*
/proc/loadavg: 7.48 6.38 4.71 6/212 20597
/proc/meminfo: memFree=23431148/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=10551156 memory=27280 CPUtime=0.08 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 4873 0 0 0 7 1 0 0 20 0 15 0 62509115 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2637789 6820 2708 1 0 2627261 0
[pid=20582/tid=20584] ppid=20579 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) R 20579 20582 12560 0 -1 4202560 2839 0 0 0 6 0 0 0 20 0 15 0 62509125 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696724767096 139696720565405 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=10551156 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696650963344 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=10551156 memory=288370874397783680 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696649910544 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) S 20579 20582 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696648858256 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696647805456 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10551156 memory=140498246071936 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62509127 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696216689264 139696720554626 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62509128 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696215635232 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62509128 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696214582896 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509130 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) S 20579 20582 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 62509130 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696212478064 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) S 20579 20582 12560 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 62509130 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696211425264 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10551156 memory=140498246071936 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) S 20579 20582 12560 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 62509130 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696210372976 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509131 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10551156 memory=140498246071936 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509135 10804383744 6820 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27280 KiB

[startup+0.310378 s]*
/proc/loadavg: 7.48 6.38 4.71 6/212 20597
/proc/meminfo: memFree=23420772/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=10551156 memory=36516 CPUtime=0.23 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 7914 0 0 0 21 2 0 0 20 0 15 0 62509115 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2637789 9129 2853 1 0 2627261 0
[pid=20582/tid=20584] ppid=20579 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) R 20579 20582 12560 0 -1 4202560 5617 0 0 0 15 1 0 0 20 0 15 0 62509125 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696724777728 139696720555414 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=10551156 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696650963344 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=10551156 memory=301891819946368896 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696649910544 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=10551156 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) S 20579 20582 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696648858256 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696647805456 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10551156 memory=3472468794473490096 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62509127 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696216689264 139696720554626 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10551156 memory=736676304802482489 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62509128 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696215635232 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62509128 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696214582896 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10551156 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509130 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) S 20579 20582 12560 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 62509130 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696212478064 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10551156 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) S 20579 20582 12560 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 15 0 62509130 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696211425264 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10551156 memory=7959527640670840749 CPUtime=0.04 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) R 20579 20582 12560 0 -1 4202560 387 0 0 0 4 0 0 0 20 0 15 0 62509130 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696210372976 139696720564826 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509131 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10551156 memory=140498246071936 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509135 10804383744 9129 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36516 KiB

[startup+0.705485 s]
/proc/loadavg: 7.48 6.38 4.71 9/212 20597
/proc/meminfo: memFree=23409996/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=10551232 memory=127860 CPUtime=1.32 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 10719 0 0 0 128 4 0 0 20 0 15 0 62509115 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2637808 31965 3060 1 0 2627261 0
[pid=20582/tid=20584] ppid=20579 vsize=10551232 memory=19031000092388 CPUtime=0.55 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) R 20579 20582 12560 0 -1 4202560 6377 0 0 0 52 3 0 0 20 0 15 0 62509125 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696724781152 139696702192558 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696650963344 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696649910544 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) S 20579 20582 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62509126 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696648858256 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509126 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696647805456 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62509127 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696216689264 139696720554626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62509128 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696215635232 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10551232 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62509128 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696214582896 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10551232 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509130 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10551232 memory=8600 CPUtime=0.22 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) R 20579 20582 12560 0 -1 4202560 859 0 0 0 22 0 0 0 20 0 15 0 62509130 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696212464880 139696700256498 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10551232 memory=1716 CPUtime=0.23 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) R 20579 20582 12560 0 -1 4202560 687 0 0 0 23 0 0 0 20 0 15 0 62509130 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696211425264 139696705304961 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10551232 memory=33 CPUtime=0.3 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) S 20579 20582 12560 0 -1 1077944384 1426 0 0 0 30 0 0 0 20 0 15 0 62509130 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696210372976 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509131 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509135 10804461568 31965 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 127860 KiB

[startup+1.50077 s]
/proc/loadavg: 7.48 6.38 4.71 8/212 20597
/proc/meminfo: memFree=23245504/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=10551232 memory=257532 CPUtime=3.88 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 17897 0 0 0 377 11 0 0 20 0 15 0 62509115 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2637808 64383 3098 1 0 2627261 0
[pid=20582/tid=20584] ppid=20579 vsize=10551232 memory=35672 CPUtime=1.27 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) R 20579 20582 12560 0 -1 4202560 7098 0 0 0 123 4 0 0 20 0 15 0 62509125 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696724777304 139696315903322 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=10551232 memory=1292 CPUtime=0.03 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) S 20579 20582 12560 0 -1 1077944384 61 0 0 0 3 0 0 0 20 0 15 0 62509126 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696650963344 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=10551232 memory=280996222623584 CPUtime=0.05 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) S 20579 20582 12560 0 -1 1077944384 70 0 0 0 4 1 0 0 20 0 15 0 62509126 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696649910544 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=10551232 memory=6944937900100196217 CPUtime=0.03 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) S 20579 20582 12560 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 15 0 62509126 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696648858256 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=10551232 memory=6944656592387989600 CPUtime=0.05 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) S 20579 20582 12560 0 -1 1077944384 228 0 0 0 4 1 0 0 20 0 15 0 62509126 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696647805456 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10551232 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 62509127 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696216689264 139696720554626 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10551232 memory=5793995705280914530 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62509128 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696215635232 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10551232 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 62509128 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696214582896 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10551232 memory=7812448391080076368 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509130 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10551232 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) R 20579 20582 12560 0 -1 4202560 3254 0 0 0 99 0 0 0 20 0 15 0 62509130 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696212463528 139696699768364 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10551232 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) R 20579 20582 12560 0 -1 4202560 2955 0 0 0 96 0 0 0 20 0 15 0 62509130 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696211415056 139696705421563 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10551232 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) S 20579 20582 12560 0 -1 1077944384 2758 0 0 0 41 0 0 0 20 0 15 0 62509130 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696210372976 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62509131 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62509135 10804461568 64383 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 10551232 KiB

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

/proc/20582/task/20588/stat : 20588 (java) R 20579 20582 12560 0 -1 4202560 116262 0 0 0 53843 215 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696647805040 139696713171687 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10686560 memory=288230617509003574 CPUtime=36.37 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 107326 0 0 0 3632 5 0 0 20 0 17 0 62509127 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696216687584 139696720553685 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10686560 memory=15254835616287083 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696215635296 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10686560 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696214582912 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10686560 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10686560 memory=-8774313645642428999 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) S 20579 20582 12560 0 -1 1077944384 4485 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696212478064 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10686560 memory=920 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) S 20579 20582 12560 0 -1 1077944384 4679 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696211425264 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10686560 memory=2160 CPUtime=0.47 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) S 20579 20582 12560 0 -1 1077944384 4649 0 0 0 46 1 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696210372976 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10686560 memory=832 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509131 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10686560 memory=16448 CPUtime=0.24 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 502 0 0 0 16 8 0 0 20 0 17 0 62509135 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20709] ppid=20579 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20709/stat : 20709 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696205098096 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20710] ppid=20579 vsize=10686560 memory=832 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20710/stat : 20710 (java) S 20579 20582 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696204063376 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 2251 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8235356 KiB

[startup+638.401 s]
/proc/loadavg: 7.70 7.18 5.90 9/212 20711
/proc/meminfo: memFree=15170584/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=10686560 memory=8235356 CPUtime=2257.2 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 546537 0 0 0 224821 899 0 0 20 0 17 0 62509115 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2671640 2058839 3174 1 0 2661055 0
[pid=20582/tid=20584] ppid=20579 vsize=10686560 memory=8235356 CPUtime=48.43 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) S 20579 20582 12560 0 -1 1077944384 24212 0 0 0 4819 24 0 0 20 0 17 0 62509125 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696724784160 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=10686560 memory=8235348 CPUtime=541.51 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) R 20579 20582 12560 0 -1 4202560 74459 0 0 0 53931 220 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696650963544 139696702139965 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=10686560 memory=8235352 CPUtime=542.3 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) S 20579 20582 12560 0 -1 1077944384 104266 0 0 0 54014 216 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696649910128 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=10686560 memory=5153 CPUtime=543.2 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) R 20579 20582 12560 0 -1 4202560 104249 0 0 0 54110 210 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696648857840 139696713171687 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=10686560 memory=288292194488698652 CPUtime=542.12 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) R 20579 20582 12560 0 -1 4202560 116262 0 0 0 53997 215 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696647805040 139696713171687 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10686560 memory=-8774313645642428999 CPUtime=36.37 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 107326 0 0 0 3632 5 0 0 20 0 17 0 62509127 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696216687584 139696720553685 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10686560 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696215635296 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10686560 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696214582912 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10686560 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10686560 memory=832 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) S 20579 20582 12560 0 -1 1077944384 4485 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696212478112 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10686560 memory=16448 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) S 20579 20582 12560 0 -1 1077944384 4679 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696211425312 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10686560 memory=3908 CPUtime=0.47 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) S 20579 20582 12560 0 -1 1077944384 4650 0 0 0 46 1 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696210372736 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10686560 memory=3064 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509131 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10686560 memory=3064 CPUtime=0.24 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 502 0 0 0 16 8 0 0 20 0 17 0 62509135 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20709] ppid=20579 vsize=10686560 memory=3128 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20709/stat : 20709 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696205098096 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20710] ppid=20579 vsize=10686560 memory=3054156605268465310 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20710/stat : 20710 (java) S 20579 20582 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696204063376 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 2257.2 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8235356 KiB

[startup+640.001 s]*
/proc/loadavg: 7.72 7.20 5.91 6/212 20711
/proc/meminfo: memFree=15170584/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=10686560 memory=8235356 CPUtime=2263.55 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 546697 0 0 0 225456 899 0 0 20 0 17 0 62509115 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2671640 2058839 3174 1 0 2661055 0
[pid=20582/tid=20584] ppid=20579 vsize=10686560 memory=-8774313645642428999 CPUtime=48.43 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) S 20579 20582 12560 0 -1 1077944384 24212 0 0 0 4819 24 0 0 20 0 17 0 62509125 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696724784160 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=10686560 memory=4126316290023845779 CPUtime=543.12 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) R 20579 20582 12560 0 -1 4202560 74581 0 0 0 54091 221 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696650963544 139696705242193 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=10686560 memory=6628 CPUtime=543.86 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) R 20579 20582 12560 0 -1 4202560 104277 0 0 0 54170 216 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696649910744 139696705540125 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=10686560 memory=8836 CPUtime=544.79 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) R 20579 20582 12560 0 -1 4202560 104258 0 0 0 54269 210 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696648858456 139696705242330 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=10686560 memory=11044 CPUtime=543.71 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) R 20579 20582 12560 0 -1 4202560 116279 0 0 0 54156 215 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696647805344 139696705032400 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10686560 memory=8235356 CPUtime=36.38 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 107327 0 0 0 3633 5 0 0 20 0 17 0 62509127 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696216687808 139696720553685 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10686560 memory=35700 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696215635296 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10686560 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696214582912 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10686560 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10686560 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) S 20579 20582 12560 0 -1 1077944384 4485 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696212478112 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10686560 memory=8235288 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) S 20579 20582 12560 0 -1 1077944384 4679 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696211425312 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10686560 memory=1292 CPUtime=0.47 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) S 20579 20582 12560 0 -1 1077944384 4650 0 0 0 46 1 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696210372736 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10686560 memory=8235288 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509131 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10686560 memory=8234492 CPUtime=0.24 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 504 0 0 0 16 8 0 0 20 0 17 0 62509135 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20709] ppid=20579 vsize=10686560 memory=8234340 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20709/stat : 20709 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696205098096 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20710] ppid=20579 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20710/stat : 20710 (java) S 20579 20582 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696204063376 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 2263.55 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8235356 KiB

[startup+640.401 s]
/proc/loadavg: 7.72 7.20 5.91 6/212 20711
/proc/meminfo: memFree=15170584/32770624 swapFree=67105588/67108860
[pid=20582] ppid=20579 vsize=10686560 memory=8235356 CPUtime=2265.1 cores=1,3,5,7
/proc/20582/stat : 20582 (java) S 20579 20582 12560 0 -1 1077944320 546715 0 0 0 225610 900 0 0 20 0 17 0 62509115 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 140734703259104 139696720543479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
/proc/20582/statm: 2671640 2058839 3174 1 0 2661055 0
[pid=20582/tid=20584] ppid=20579 vsize=10686560 memory=5808 CPUtime=48.43 cores=1,3,5,7
/proc/20582/task/20584/stat : 20584 (java) S 20579 20582 12560 0 -1 1077944384 24212 0 0 0 4819 24 0 0 20 0 17 0 62509125 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696724784160 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20585] ppid=20579 vsize=10686560 memory=4612 CPUtime=543.5 cores=1,3,5,7
/proc/20582/task/20585/stat : 20585 (java) R 20579 20582 12560 0 -1 4202560 74586 0 0 0 54129 221 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696650963152 139696713171687 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20586] ppid=20579 vsize=10686560 memory=1004 CPUtime=544.24 cores=1,3,5,7
/proc/20582/task/20586/stat : 20586 (java) R 20579 20582 12560 0 -1 4202560 104280 0 0 0 54208 216 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696649910664 139696713171687 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20587] ppid=20579 vsize=10686560 memory=2016 CPUtime=545.18 cores=1,3,5,7
/proc/20582/task/20587/stat : 20587 (java) R 20579 20582 12560 0 -1 4202560 104262 0 0 0 54308 210 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696648858456 139696705539886 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20588] ppid=20579 vsize=10686560 memory=1196 CPUtime=544.09 cores=1,3,5,7
/proc/20582/task/20588/stat : 20588 (java) R 20579 20582 12560 0 -1 4202560 116283 0 0 0 54194 215 0 0 20 0 17 0 62509126 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696647805264 139696713171687 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20589] ppid=20579 vsize=10686560 memory=-8774313645642428999 CPUtime=36.38 cores=1,3,5,7
/proc/20582/task/20589/stat : 20589 (java) S 20579 20582 12560 0 -1 1077944384 107327 0 0 0 3633 5 0 0 20 0 17 0 62509127 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696216687808 139696720553685 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20590] ppid=20579 vsize=10686560 memory=8235356 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20590/stat : 20590 (java) S 20579 20582 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696215635296 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20591] ppid=20579 vsize=10686560 memory=8235356 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20591/stat : 20591 (java) S 20579 20582 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 62509128 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696214582912 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20592] ppid=20579 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20592/stat : 20592 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696213531216 139696720562075 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20593] ppid=20579 vsize=10686560 memory=1228 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20593/stat : 20593 (java) S 20579 20582 12560 0 -1 1077944384 4485 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696212478112 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20594] ppid=20579 vsize=10686560 memory=1412 CPUtime=1.23 cores=1,3,5,7
/proc/20582/task/20594/stat : 20594 (java) S 20579 20582 12560 0 -1 1077944384 4679 0 0 0 123 0 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696211425312 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20595] ppid=20579 vsize=10686560 memory=-8774313645642428999 CPUtime=0.47 cores=1,3,5,7
/proc/20582/task/20595/stat : 20595 (java) S 20579 20582 12560 0 -1 1077944384 4650 0 0 0 46 1 0 0 20 0 17 0 62509130 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696210372736 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20596] ppid=20579 vsize=10686560 memory=3128 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20596/stat : 20596 (java) S 20579 20582 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62509131 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696209320416 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20597] ppid=20579 vsize=10686560 memory=8335796 CPUtime=0.24 cores=1,3,5,7
/proc/20582/task/20597/stat : 20597 (java) S 20579 20582 12560 0 -1 1077944384 504 0 0 0 16 8 0 0 20 0 17 0 62509135 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696208268208 139696720554626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20709] ppid=20579 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20709/stat : 20709 (java) S 20579 20582 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696205098096 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
[pid=20582/tid=20710] ppid=20579 vsize=10686560 memory=8235344 CPUtime=0 cores=1,3,5,7
/proc/20582/task/20710/stat : 20710 (java) S 20579 20582 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62568736 10943037440 2058839 18446744073709551615 4194304 4196468 140734703276560 139696204063376 139696720553685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36708352 140734703280528 140734703280681 140734703280681 140734703284175 0
Current children cumulated CPU time: 2265.1 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8235356 KiB

[startup+640.617 s]*
/proc/loadavg: 7.72 7.20 5.91 6/197 20711
/proc/meminfo: memFree=20741128/32770624 swapFree=67105588/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): 640.639
CPU time (s): 2265.39
CPU user time (s): 2256.35
CPU system time (s): 9.0427
CPU usage (%): 353.615
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8235356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2256.35
system time used= 9.0427
maximum resident set size= 8235724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50043
involuntary context switches= 60343


# summary of solver processes directly reported to runsolver:
#   pid: 20582
#   total CPU time (s): 2265.39
#   total CPU user time (s): 2256.35
#   total CPU system time (s): 9.0427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.62655 second user time and 6.4748 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 07:31:35
IDJOB=4263170
IDBENCH=115899
IDSOLVER=2651
FILE ID=node126/4263170-1502603137
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= a21a0b86f7fa853bf556b3925b3cd061
RANDOM SEED=1232125169

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23447200 kB
MemAvailable:   23661832 kB
Buffers:          252028 kB
Cached:           232620 kB
SwapCached:          524 kB
Active:          8705980 kB
Inactive:         124292 kB
Active(anon):    8293420 kB
Inactive(anon):    85632 kB
Active(file):     412560 kB
Inactive(file):    38660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       8344956 kB
Mapped:            58284 kB
Shmem:             33440 kB
Slab:             184464 kB
SReclaimable:     158496 kB
SUnreclaim:        25968 kB
KernelStack:        3440 kB
PageTables:        21716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8638624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7815168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 07:42:16