Trace number 4244148

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
R1: sat4j-CSP 2017-07-05? 2363.03 364.575

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
MD5SUM5cb0a900f4910e71305eb4c61f82b136
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables877
Number of constraints149
Number of domains2
Minimum domain size79
Maximum domain size147
Distribution of domain sizes[{"size":79,"count":876},{"size":147,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":730},{"degree":4,"count":146}]
Minimum constraint arity6
Maximum constraint arity876
Distribution of constraint arities[{"arity":6,"count":146},{"arity":147,"count":1},{"arity":876,"count":2}]
Number of extensional constraints146
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":146},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244148-1500681020/watcher-4244148-1500681020 -o /tmp/evaluation-result-4244148-1500681020/solver-4244148-1500681020 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500678446-13854 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244148-1500681020.xml 

pid=14335
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 11.86 6.71 3.97 9/263 14338
/proc/meminfo: memFree=23706852/32770624 swapFree=5968/206308
[pid=14338] ppid=14335 vsize=8351800 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 2231 0 0 0 0 0 0 0 20 0 4 0 3368781 8552243200 1950 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2088207 1950 1197 1 0 2077118 0
[pid=14338/tid=14339] ppid=14335 vsize=8354884 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) R 14335 14338 13822 0 -1 4202560 937 0 0 0 0 0 0 0 20 0 7 0 3368782 8555401216 1950 33554432000 4194304 4196468 140736705969616 140671158933200 140671154713178 0 4 0 16784584 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=8355912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 3368782 8556453888 1950 33554432000 4194304 4196468 140736705969616 140670761884896 140671154702037 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 3368782 8558559232 2016 33554432000 4194304 4196468 140736705969616 140670760832096 140671154702037 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=8461036 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) R 14335 14338 13822 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3368782 8664100864 2016 33554432000 4194304 4196468 140736705969616 140670759779808 140671154713178 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) R 14335 14338 13822 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3368782 9028321280 2016 33554432000 4194304 4196468 140736705969616 140670758727008 140671147408794 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=8947792 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) R 14335 14338 13822 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3368782 9162539008 2016 33554432000 4194304 4196468 140736705969616 140670757672888 140671147408935 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) D 14335 14338 13822 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3368782 9028321280 2016 33554432000 4194304 4196468 140736705969616 140670756620088 140671147408983 0 4 0 16784584 18446744071582151463 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) D 14335 14338 13822 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3368782 9028321280 2016 33554432000 4194304 4196468 140736705969616 140670755567800 140671146919651 0 4 0 16784584 18446744071582151416 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) R 14335 14338 13822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 10 0 3368782 9028321280 2016 33554432000 4194304 4196468 140736705969616 140670754515696 140671147424793 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0

[startup+0.100065 s]
/proc/loadavg: 11.86 6.71 3.97 9/263 14338
/proc/meminfo: memFree=23706852/32770624 swapFree=5968/206308
[pid=14338] ppid=14335 vsize=10833892 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 4691 0 0 0 8 1 0 0 20 0 19 0 3368781 11093905408 5816 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2708473 5816 2592 1 0 2696911 0
[pid=14338/tid=14339] ppid=14335 vsize=10833892 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) D 14335 14338 13822 0 -1 1077944384 2798 0 0 0 7 1 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140671158929216 140671154715709 0 4 0 16800975 18446744072101760548 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=10833892 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 3368782 11093905408 5816 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10833892

[startup+0.200894 s]
/proc/loadavg: 11.86 6.71 3.97 9/263 14338
/proc/meminfo: memFree=23706852/32770624 swapFree=5968/206308
[pid=14338] ppid=14335 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 6966 0 0 0 23 2 0 0 20 0 20 0 3368781 11162169344 7780 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2725139 7780 2847 1 0 2713552 0
[pid=14338/tid=14339] ppid=14335 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) R 14335 14338 13822 0 -1 4202560 4631 0 0 0 16 1 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140671158923984 140671138772318 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 7780 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300691 s]
/proc/loadavg: 11.86 6.71 3.97 9/263 14338
/proc/meminfo: memFree=23706852/32770624 swapFree=5968/206308
[pid=14338] ppid=14335 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 8264 0 0 0 40 3 0 0 20 0 20 0 3368781 11162169344 11136 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2725139 11136 2975 1 0 2713552 0
[pid=14338/tid=14339] ppid=14335 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) R 14335 14338 13822 0 -1 4202560 5095 0 0 0 25 2 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140671158920256 140671140386857 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3368782 11162169344 11136 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700465 s]
/proc/loadavg: 11.86 6.71 3.97 9/263 14338
/proc/meminfo: memFree=23706852/32770624 swapFree=5968/206308
[pid=14338] ppid=14335 vsize=10900632 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 11797 0 0 0 161 11 0 0 20 0 20 0 3368781 11162247168 48870 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2725158 48870 3099 1 0 2713552 0
[pid=14338/tid=14339] ppid=14335 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) R 14335 14338 13822 0 -1 4202560 5720 0 0 0 61 4 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140671158925456 140671139007068 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48870 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 10900632

[startup+1.5007 s]
/proc/loadavg: 11.86 6.71 3.97 9/283 14358
/proc/meminfo: memFree=23522812/32770624 swapFree=5968/206896
[pid=14338] ppid=14335 vsize=10900632 CPUtime=2.58 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 11859 0 0 0 247 11 0 0 20 0 20 0 3368781 11162247168 48921 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2725158 48921 3099 1 0 2713552 0
[pid=14338/tid=14339] ppid=14335 vsize=10900632 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) R 14335 14338 13822 0 -1 4202560 5727 0 0 0 141 4 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140671158930408 140671137154483 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 3368782 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14349] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14349/stat : 14349 (java) S 14335 14338 13822 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3368785 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670630025840 140671154702978 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14350] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14350/stat : 14350 (java) S 14335 14338 13822 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3368786 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670628971808 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14351] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14351/stat : 14351 (java) S 14335 14338 13822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3368786 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670627919472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14352] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14352/stat : 14352 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3368790 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670626867792 140671154710427 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14353] ppid=14335 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14353/stat : 14353 (java) S 14335 14338 13822 0 -1 1077944384 1479 0 0 0 30 0 0 0 20 0 20 0 3368790 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670625814640 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14354] ppid=14335 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14354/stat : 14354 (java) S 14335 14338 13822 0 -1 1077944384 898 0 0 0 20 0 0 0 20 0 20 0 3368790 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670624761840 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14355] ppid=14335 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14355/stat : 14355 (java) S 14335 14338 13822 0 -1 1077944384 1009 0 0 0 22 0 0 0 20 0 20 0 3368790 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670623709552 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14356] ppid=14335 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14356/stat : 14356 (java) S 14335 14338 13822 0 -1 1077944384 1206 0 0 0 27 0 0 0 20 0 20 0 3368790 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670622656752 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14357] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14357/stat : 14357 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3368790 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670621604704 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14358] ppid=14335 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14358/stat : 14358 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3368791 11162247168 48921 33554432000 4194304 4196468 140736705969616 140670620551984 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 2.58

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

[pid=14338/tid=14345] ppid=14335 vsize=10900784 CPUtime=285.19 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 146740 0 0 0 28225 294 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=10900784 CPUtime=285.12 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 107974 0 0 0 28216 296 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=10900784 CPUtime=286.04 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 184603 0 0 0 28316 288 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14349] ppid=14335 vsize=10900784 CPUtime=29.26 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14349/stat : 14349 (java) R 14335 14338 13822 0 -1 4202560 74584 0 0 0 2922 4 0 0 20 0 20 0 3368785 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670630024272 140671139688232 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14350] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14350/stat : 14350 (java) S 14335 14338 13822 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 3368786 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670628971872 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14351] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14351/stat : 14351 (java) S 14335 14338 13822 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 3368786 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670627919472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14352] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14352/stat : 14352 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670626867792 140671154710427 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14353] ppid=14335 vsize=10900784 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14353/stat : 14353 (java) S 14335 14338 13822 0 -1 1077944384 6691 0 0 0 114 1 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670625799568 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14354] ppid=14335 vsize=10900784 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14354/stat : 14354 (java) S 14335 14338 13822 0 -1 1077944384 9210 0 0 0 177 2 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670624747808 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14355] ppid=14335 vsize=10900784 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14355/stat : 14355 (java) S 14335 14338 13822 0 -1 1077944384 11498 0 0 0 174 1 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670623709312 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14356] ppid=14335 vsize=10900784 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14356/stat : 14356 (java) S 14335 14338 13822 0 -1 1077944384 2544 0 0 0 41 0 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670622653360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14357] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14357/stat : 14357 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670621604704 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14358] ppid=14335 vsize=10900784 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14358/stat : 14358 (java) S 14335 14338 13822 0 -1 1077944384 1902 0 0 0 8 8 0 0 20 0 20 0 3368791 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670620551984 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 2361.78
Current children cumulated vsize (KiB) 10900784

[startup+364.001 s]
/proc/loadavg: 14.48 10.82 6.55 10/281 14449
/proc/meminfo: memFree=15498420/32770624 swapFree=5968/207004
[pid=14338] ppid=14335 vsize=10900784 CPUtime=2362.58 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 1041743 0 0 0 233844 2414 0 0 20 0 20 0 3368781 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2725196 2043972 3201 1 0 2713552 0
[pid=14338/tid=14339] ppid=14335 vsize=10900784 CPUtime=43.99 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) S 14335 14338 13822 0 -1 1077944384 28302 0 0 0 4383 16 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140671158924016 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=10900784 CPUtime=285.26 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 104088 0 0 0 28226 300 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=10900784 CPUtime=285.09 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 58045 0 0 0 28236 273 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=10900784 CPUtime=285.43 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 104321 0 0 0 28240 303 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=10900784 CPUtime=285.73 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 111480 0 0 0 28264 309 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=10900784 CPUtime=285.28 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 88333 0 0 0 28215 313 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=10900784 CPUtime=285.19 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 146740 0 0 0 28225 294 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=10900784 CPUtime=285.12 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 107974 0 0 0 28216 296 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=10900784 CPUtime=286.04 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 184603 0 0 0 28316 288 0 0 20 0 20 0 3368782 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14349] ppid=14335 vsize=10900784 CPUtime=30.06 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14349/stat : 14349 (java) R 14335 14338 13822 0 -1 4202560 74584 0 0 0 3002 4 0 0 20 0 20 0 3368785 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670630024272 140671139688235 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14350] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14350/stat : 14350 (java) S 14335 14338 13822 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 3368786 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670628971872 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14351] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14351/stat : 14351 (java) S 14335 14338 13822 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 3368786 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670627919472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14352] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14352/stat : 14352 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670626867792 140671154710427 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14353] ppid=14335 vsize=10900784 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14353/stat : 14353 (java) S 14335 14338 13822 0 -1 1077944384 6691 0 0 0 114 1 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670625799568 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14354] ppid=14335 vsize=10900784 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14354/stat : 14354 (java) S 14335 14338 13822 0 -1 1077944384 9210 0 0 0 177 2 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670624747808 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14355] ppid=14335 vsize=10900784 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14355/stat : 14355 (java) S 14335 14338 13822 0 -1 1077944384 11498 0 0 0 174 1 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670623709312 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14356] ppid=14335 vsize=10900784 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14356/stat : 14356 (java) S 14335 14338 13822 0 -1 1077944384 2544 0 0 0 41 0 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670622653360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14357] ppid=14335 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14357/stat : 14357 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3368790 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670621604704 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14358] ppid=14335 vsize=10900784 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14358/stat : 14358 (java) S 14335 14338 13822 0 -1 1077944384 1902 0 0 0 8 8 0 0 20 0 20 0 3368791 11162402816 2043972 33554432000 4194304 4196468 140736705969616 140670620551984 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 2362.58
Current children cumulated vsize (KiB) 10900784

[startup+364.401 s]
/proc/loadavg: 14.04 10.79 6.56 10/281 14449
/proc/meminfo: memFree=15498420/32770624 swapFree=5968/207004
[pid=14338] ppid=14335 vsize=11035960 CPUtime=2362.95 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 1043522 0 0 0 233881 2414 0 0 20 0 21 0 3368781 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2758990 2044119 3205 1 0 2747346 0
[pid=14338/tid=14339] ppid=14335 vsize=11035960 CPUtime=44.01 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) S 14335 14338 13822 0 -1 1077944384 28461 0 0 0 4385 16 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140671158932512 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=11035960 CPUtime=285.26 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 104088 0 0 0 28226 300 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=11035960 CPUtime=285.09 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 58045 0 0 0 28236 273 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=11035960 CPUtime=285.43 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 104321 0 0 0 28240 303 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=11035960 CPUtime=285.73 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 111480 0 0 0 28264 309 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=11035960 CPUtime=285.28 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 88333 0 0 0 28215 313 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=11035960 CPUtime=285.19 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 146740 0 0 0 28225 294 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=11035960 CPUtime=285.12 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 107974 0 0 0 28216 296 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=11035960 CPUtime=286.04 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 184603 0 0 0 28316 288 0 0 20 0 21 0 3368782 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14349] ppid=14335 vsize=11035960 CPUtime=30.33 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14349/stat : 14349 (java) S 14335 14338 13822 0 -1 1077944384 74660 0 0 0 3029 4 0 0 20 0 21 0 3368785 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670630025840 140671154702978 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14350] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14350/stat : 14350 (java) S 14335 14338 13822 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 3368786 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670628971872 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14351] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14351/stat : 14351 (java) S 14335 14338 13822 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 3368786 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670627919472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14352] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14352/stat : 14352 (java) S 14335 14338 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368790 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670626867792 140671154710427 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14353] ppid=14335 vsize=11035960 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14353/stat : 14353 (java) S 14335 14338 13822 0 -1 1077944384 7155 0 0 0 116 1 0 0 20 0 21 0 3368790 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670625814640 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14354] ppid=14335 vsize=11035960 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14354/stat : 14354 (java) S 14335 14338 13822 0 -1 1077944384 9973 0 0 0 181 2 0 0 20 0 21 0 3368790 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670624761840 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14355] ppid=14335 vsize=11035960 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14355/stat : 14355 (java) S 14335 14338 13822 0 -1 1077944384 11544 0 0 0 174 1 0 0 20 0 21 0 3368790 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670623709552 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14356] ppid=14335 vsize=11035960 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14356/stat : 14356 (java) S 14335 14338 13822 0 -1 1077944384 2767 0 0 0 42 0 0 0 20 0 21 0 3368790 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670622656752 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14357] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14357/stat : 14357 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368790 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670621604704 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14358] ppid=14335 vsize=11035960 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14358/stat : 14358 (java) S 14335 14338 13822 0 -1 1077944384 1902 0 0 0 8 8 0 0 20 0 21 0 3368791 11300823040 2044119 33554432000 4194304 4196468 140736705969616 140670620551984 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 2362.95
Current children cumulated vsize (KiB) 11035960

[startup+364.501 s]
/proc/loadavg: 14.04 10.79 6.56 10/281 14449
/proc/meminfo: memFree=15498420/32770624 swapFree=5968/207004
[pid=14338] ppid=14335 vsize=11035960 CPUtime=2362.95 cores=1,3,5,7,9,11,13,15
/proc/14338/stat : 14338 (java) S 14335 14338 13822 0 -1 1077944320 1043566 0 0 0 233881 2414 0 0 20 0 19 0 3368781 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140736705952160 140671154691831 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
/proc/14338/statm: 2758990 2044134 3205 1 0 2747346 0
[pid=14338/tid=14339] ppid=14335 vsize=11035960 CPUtime=44.01 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14339/stat : 14339 (java) S 14335 14338 13822 0 -1 1077944384 28461 0 0 0 4385 16 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140671158934672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14340] ppid=14335 vsize=11035960 CPUtime=285.26 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14340/stat : 14340 (java) S 14335 14338 13822 0 -1 1077944384 104088 0 0 0 28226 300 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670761884560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14341] ppid=14335 vsize=11035960 CPUtime=285.09 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14341/stat : 14341 (java) S 14335 14338 13822 0 -1 1077944384 58045 0 0 0 28236 273 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670760831760 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14342] ppid=14335 vsize=11035960 CPUtime=285.43 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14342/stat : 14342 (java) S 14335 14338 13822 0 -1 1077944384 104321 0 0 0 28240 303 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670759779472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14343] ppid=14335 vsize=11035960 CPUtime=285.73 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14343/stat : 14343 (java) S 14335 14338 13822 0 -1 1077944384 111480 0 0 0 28264 309 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670758726672 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14344] ppid=14335 vsize=11035960 CPUtime=285.28 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14344/stat : 14344 (java) S 14335 14338 13822 0 -1 1077944384 88333 0 0 0 28215 313 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670757673360 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14345] ppid=14335 vsize=11035960 CPUtime=285.19 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14345/stat : 14345 (java) S 14335 14338 13822 0 -1 1077944384 146740 0 0 0 28225 294 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670756620560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14346] ppid=14335 vsize=11035960 CPUtime=285.12 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14346/stat : 14346 (java) S 14335 14338 13822 0 -1 1077944384 107974 0 0 0 28216 296 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670755568272 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14347] ppid=14335 vsize=11035960 CPUtime=286.04 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14347/stat : 14347 (java) S 14335 14338 13822 0 -1 1077944384 184603 0 0 0 28316 288 0 0 20 0 19 0 3368782 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670754515472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14349] ppid=14335 vsize=11035960 CPUtime=30.33 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14349/stat : 14349 (java) S 14335 14338 13822 0 -1 1077944384 74660 0 0 0 3029 4 0 0 20 0 19 0 3368785 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670630026048 140671154702978 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14350] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14350/stat : 14350 (java) S 14335 14338 13822 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 3368786 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670628971872 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14351] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14351/stat : 14351 (java) S 14335 14338 13822 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 3368786 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670627919472 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14352] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14352/stat : 14352 (java) S 14335 14338 13822 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 3368790 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670626866560 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14353] ppid=14335 vsize=11035960 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14353/stat : 14353 (java) S 14335 14338 13822 0 -1 1077944384 7155 0 0 0 116 1 0 0 20 0 19 0 3368790 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670625814640 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14354] ppid=14335 vsize=11035960 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14354/stat : 14354 (java) S 14335 14338 13822 0 -1 1077944384 9973 0 0 0 181 2 0 0 20 0 19 0 3368790 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670624761840 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14355] ppid=14335 vsize=11035960 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14355/stat : 14355 (java) S 14335 14338 13822 0 -1 1077944384 11546 0 0 0 174 1 0 0 20 0 19 0 3368790 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670623709552 140671154702978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14356] ppid=14335 vsize=11035960 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14356/stat : 14356 (java) S 14335 14338 13822 0 -1 1077944384 2767 0 0 0 42 0 0 0 20 0 19 0 3368790 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670622651072 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
[pid=14338/tid=14357] ppid=14335 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14338/task/14357/stat : 14357 (java) S 14335 14338 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 3368790 11300823040 2044134 33554432000 4194304 4196468 140736705969616 140670621604704 140671154702037 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8826880 140736705975467 140736705975620 140736705975620 140736705978319 0
Current children cumulated CPU time (s) 2362.95
Current children cumulated vsize (KiB) 11035960

Child status: 0
Real time (s): 364.575
CPU time (s): 2363.03
CPU user time (s): 2338.81
CPU system time (s): 24.2155
CPU usage (%): 648.161
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2338.81
system time used= 24.2155
maximum resident set size= 8176748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1043586
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38593
involuntary context switches= 207189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.28547 second user time and 3.63377 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-22 01:50:20
IDJOB=4244148
IDBENCH=137046
IDSOLVER=2623
FILE ID=node139/4244148-1500681020
RUNJOBID= node139-1500678446-13854
PBS_JOBID= 20623033
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244148-1500681020/watcher-4244148-1500681020 -o /tmp/evaluation-result-4244148-1500681020/solver-4244148-1500681020 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500678446-13854 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244148-1500681020.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 5cb0a900f4910e71305eb4c61f82b136
RANDOM SEED=982468218

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

/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	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        23706972 kB
MemAvailable:   23727048 kB
Buffers:           44768 kB
Cached:           285280 kB
SwapCached:            0 kB
Active:          8459352 kB
Inactive:         214888 kB
Active(anon):    8347488 kB
Inactive(anon):     8580 kB
Active(file):     111864 kB
Inactive(file):   206308 kB
Unevictable:        5968 kB
Mlocked:            5968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2952 kB
Writeback:             0 kB
AnonPages:       8350584 kB
Mapped:            42340 kB
Shmem:              8852 kB
Slab:              68524 kB
SReclaimable:      35476 kB
SUnreclaim:        33048 kB
KernelStack:        4512 kB
PageTables:        21276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7958528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node139 at 2017-07-22 01:56:25