Trace number 4263458

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 2391.1101 831.27399

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-024.xml
MD5SUM23eb83e679dec689804004fda8e6ed87
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1728
Number of constraints581
Number of domains2
Minimum domain size24
Maximum domain size576
Distribution of domain sizes[{"size":24,"count":1152},{"size":576,"count":576}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":1680},{"degree":3,"count":48}]
Minimum constraint arity3
Maximum constraint arity576
Distribution of constraint arities[{"arity":3,"count":576},{"arity":24,"count":2},{"arity":576,"count":3}]
Number of extensional constraints576
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":576},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

2141.19/765.09	Aug 13, 2017 2:53:54 PM org.sat4j.reader.XMLCSP3Reader parseInstance
2141.19/765.09	INFO: Runtime exception
2141.19/765.09	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
2141.19/765.09		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
2141.19/765.09		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
2141.19/765.09		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
2141.19/765.09		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
2141.19/765.09		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
2141.19/765.09		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2141.19/765.09		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
2141.19/765.09		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2141.19/765.09		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2141.19/765.09		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2141.19/765.09		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
2141.19/765.09		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2141.19/765.09		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2141.19/765.09		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2141.19/765.09		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2141.19/765.09		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2141.19/765.09		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2141.19/765.09		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2141.19/765.09		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2141.19/765.09		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 22 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 26 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 27 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 31 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 32 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 36 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 37 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 41 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 42 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 46 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 47 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 51 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 52 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 56 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 57 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 61 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 62 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 66 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 67 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 71 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 72 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		... 76 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		... 77 more
2141.19/765.09	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
2141.19/765.09		... 81 more
2141.19/765.09	Caused by: java.lang.reflect.InvocationTargetException
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
2141.19/765.09		... 81 more
2141.19/765.09	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2141.19/765.09		at org.sat4j.core.Vec.<init>(Vec.java:100)
2141.19/765.09		at org.sat4j.core.Vec.<init>(Vec.java:74)
2141.19/765.09		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Lits.java:124)
2141.19/765.09		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:198)
2141.19/765.09		at org.sat4j.minisat.core.Solver.addClause(Solver.java:425)
2141.19/765.09		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
2141.19/765.09		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
2141.19/765.09		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:526)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2141.19/765.09		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2141.19/765.09		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2141.19/765.09		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2141.19/765.09		at java.lang.reflect.Method.invoke(Method.java:498)
2141.19/765.09	
2391.02/831.23	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
2391.02/831.23		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
2391.02/831.23		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
2391.02/831.23		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
2391.02/831.23		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
2391.02/831.23		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
2391.02/831.23		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
2391.02/831.23		at java.io.PrintWriter.flush(PrintWriter.java:320)
2391.02/831.23		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
2391.02/831.23		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2391.02/831.23		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2391.02/831.23		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4896 MiB free)
  memory of node 1: 16384 MiB (14902 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263458-1502628961/watcher-4263458-1502628961 -o /tmp/evaluation-result-4263458-1502628961/solver-4263458-1502628961 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263458-1502628961.xml 

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

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


[startup+0.109386 s]*
/proc/loadavg: 2.29 2.15 2.23 4/216 11493
/proc/meminfo: memFree=20254072/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10555400 memory=31052 CPUtime=0.13 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 6392 0 0 0 11 2 0 0 20 0 15 0 95977305 10808729600 7763 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2638850 7763 2786 1 0 2627263 0
[pid=11478/tid=11480] ppid=11475 vsize=10555400 memory=-8701690554792317059 CPUtime=0.09 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) R 11475 11478 6758 0 -1 4202560 4235 0 0 0 8 1 0 0 20 0 15 0 95977305 10808729600 7763 33554432000 4194304 4196468 140728040174448 139936097745200 139936077604190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 7763 33554432000 4194304 4196468 140728040174448 139936019597712 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10555400 memory=139903061780096 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 7763 33554432000 4194304 4196468 140728040174448 139936018544912 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 7763 33554432000 4194304 4196468 140728040174448 139936017492624 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 7763 33554432000 4194304 4196468 140728040174448 139936016439824 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10555400 memory=139903061780096 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977307 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935584565872 139936093534850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95977308 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935583511840 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95977308 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935582459504 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977310 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 95977310 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935580354672 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95977310 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935579301872 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10555400 memory=139903061780096 CPUtime=0.02 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) R 11475 11478 6758 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 95977310 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935578249584 139936093537576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977311 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10555400 memory=139903061780096 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977311 10808729600 7763 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31052 KiB

[startup+0.210449 s]*
/proc/loadavg: 2.29 2.15 2.23 5/216 11493
/proc/meminfo: memFree=20246752/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10555400 memory=39280 CPUtime=0.3 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 7553 0 0 0 27 3 0 0 20 0 15 0 95977305 10808729600 9820 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2638850 9820 2959 1 0 2627263 0
[pid=11478/tid=11480] ppid=11475 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) R 11475 11478 6758 0 -1 4202560 4693 0 0 0 17 2 0 0 20 0 15 0 95977305 10808729600 9820 33554432000 4194304 4196468 140728040174448 139936097733504 139936093545629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 9820 33554432000 4194304 4196468 140728040174448 139936019597712 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10555400 memory=139903062202108 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 9820 33554432000 4194304 4196468 140728040174448 139936018544912 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 9820 33554432000 4194304 4196468 140728040174448 139936017492624 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977306 10808729600 9820 33554432000 4194304 4196468 140728040174448 139936016439824 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10555400 memory=139903061780096 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977307 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935584565872 139936093534850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95977308 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935583511840 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95977308 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935582459504 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977310 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 423 0 0 0 1 0 0 0 20 0 15 0 95977310 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935580354672 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 301 0 0 0 2 0 0 0 20 0 15 0 95977310 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935579301872 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10555400 memory=139903061780096 CPUtime=0.06 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) R 11475 11478 6758 0 -1 4202560 777 0 0 0 6 0 0 0 20 0 15 0 95977310 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935578249584 139936072326832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977311 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10555400 memory=139903061780096 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977311 10808729600 9820 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39280 KiB

[startup+0.31038 s]*
/proc/loadavg: 2.29 2.15 2.23 4/216 11493
/proc/meminfo: memFree=20239796/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10555476 memory=46732 CPUtime=0.5 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 8353 0 0 0 47 3 0 0 20 0 15 0 95977305 10808807424 11683 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2638869 11683 3037 1 0 2627263 0
[pid=11478/tid=11480] ppid=11475 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) R 11475 11478 6758 0 -1 4202560 5197 0 0 0 27 2 0 0 20 0 15 0 95977305 10808807424 11683 33554432000 4194304 4196468 140728040174448 139936097759152 139936077604190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977306 10808807424 11683 33554432000 4194304 4196468 140728040174448 139936019597712 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10555476 memory=139903062198980 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977306 10808807424 11683 33554432000 4194304 4196468 140728040174448 139936018544912 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977306 10808807424 11683 33554432000 4194304 4196468 140728040174448 139936017492624 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977306 10808807424 11683 33554432000 4194304 4196468 140728040174448 139936016439824 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10555476 memory=139903061780096 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95977307 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935584565872 139936093534850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95977308 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935583511840 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95977308 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935582459504 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977310 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 530 0 0 0 3 0 0 0 20 0 15 0 95977310 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935580354672 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 358 0 0 0 4 0 0 0 20 0 15 0 95977310 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935579301872 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10555476 memory=139903061780096 CPUtime=0.12 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) R 11475 11478 6758 0 -1 4202560 909 0 0 0 12 0 0 0 20 0 15 0 95977310 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935578245536 139936072328720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977311 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10555476 memory=139903061780096 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977311 10808807424 11683 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46732 KiB

[startup+0.704386 s]
/proc/loadavg: 2.29 2.15 2.23 6/216 11493
/proc/meminfo: memFree=20107744/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10555476 memory=365920 CPUtime=1.57 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 10832 0 0 0 140 17 0 0 20 0 15 0 95977305 10808807424 91480 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2638869 91480 3124 1 0 2627263 0
[pid=11478/tid=11480] ppid=11475 vsize=10555476 memory=1728 CPUtime=0.61 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) S 11475 11478 6758 0 -1 1077944384 5449 0 0 0 55 6 0 0 20 0 15 0 95977305 10808807424 91480 33554432000 4194304 4196468 140728040174448 139936097760928 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10555476 memory=1004 CPUtime=0.05 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) R 11475 11478 6758 0 -1 4202560 113 0 0 0 3 2 0 0 20 0 15 0 95977306 10808807424 91480 33554432000 4194304 4196468 140728040174448 139936019597600 139936078545854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10555476 memory=11040 CPUtime=0.05 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) R 11475 11478 6758 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 15 0 95977306 10808807424 91480 33554432000 4194304 4196468 140728040174448 139936018545112 139936078551568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10555476 memory=5700 CPUtime=0.06 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) R 11475 11478 6758 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 15 0 95977306 10808807424 91480 33554432000 4194304 4196468 140728040174448 139936017492824 139936078551568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10555476 memory=4616 CPUtime=0.05 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) R 11475 11478 6758 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 15 0 95977306 10808807424 91480 33554432000 4194304 4196468 140728040174448 139936016440024 139936078551122 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95977307 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935584564384 139936093533909 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10555476 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95977308 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935583511840 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10555476 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95977308 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935582459504 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977310 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10555476 memory=7883949533517342546 CPUtime=0.22 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 1150 0 0 0 22 0 0 0 20 0 15 0 95977310 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935580354672 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10555476 memory=7236547281622689387 CPUtime=0.2 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 941 0 0 0 20 0 0 0 20 0 15 0 95977310 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935579301872 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10555476 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) S 11475 11478 6758 0 -1 1077944384 1283 0 0 0 26 0 0 0 20 0 15 0 95977310 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935578249584 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95977311 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95977311 10808807424 91480 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 365920 KiB

[startup+1.50076 s]
/proc/loadavg: 2.29 2.15 2.23 3/216 11493
/proc/meminfo: memFree=19601336/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10555476 memory=695104 CPUtime=3.2 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 14344 0 0 0 289 31 0 0 20 0 15 0 95977305 10808807424 173776 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2638869 173776 3126 1 0 2627263 0
[pid=11478/tid=11480] ppid=11475 vsize=10555476 memory=6791534058613427641 CPUtime=1.32 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) R 11475 11478 6758 0 -1 4202560 5581 0 0 0 123 9 0 0 20 0 15 0 95977305 10808807424 173776 33554432000 4194304 4196468 140728040174448 139936097761168 139935692123656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10555476 memory=-8754540793456063680 CPUtime=0.14 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) S 11475 11478 6758 0 -1 1077944384 160 0 0 0 9 5 0 0 20 0 15 0 95977306 10808807424 173776 33554432000 4194304 4196468 140728040174448 139936019597712 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10555476 memory=-2843874019102283166 CPUtime=0.14 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) S 11475 11478 6758 0 -1 1077944384 154 0 0 0 10 4 0 0 20 0 15 0 95977306 10808807424 173776 33554432000 4194304 4196468 140728040174448 139936018544912 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10555476 memory=5450919713671312938 CPUtime=0.14 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) S 11475 11478 6758 0 -1 1077944384 159 0 0 0 9 5 0 0 20 0 15 0 95977306 10808807424 173776 33554432000 4194304 4196468 140728040174448 139936017492624 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10555476 memory=7077795359591905642 CPUtime=0.13 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) S 11475 11478 6758 0 -1 1077944384 158 0 0 0 9 4 0 0 20 0 15 0 95977306 10808807424 173776 33554432000 4194304 4196468 140728040174448 139936016439824 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 95977307 10808807424 173776 33554432000 4194304 4196468 140728040174448 139935584565872 139936093534850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0

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

[pid=11478/tid=11481] ppid=11475 vsize=10690804 memory=0 CPUtime=519.66 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) R 11475 11478 6758 0 -1 4202560 34723 0 0 0 51759 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936019597712 139936078520256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10690804 memory=-6586667735541663136 CPUtime=519.63 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) R 11475 11478 6758 0 -1 4202560 28509 0 0 0 51765 198 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936018544800 139936078223631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10690804 memory=8327072 CPUtime=518.85 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) R 11475 11478 6758 0 -1 4202560 26588 0 0 0 51678 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936017492624 139936078513333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10690804 memory=1696 CPUtime=517.48 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) R 11475 11478 6758 0 -1 4202560 28364 0 0 0 51529 219 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936016440024 139936078513365 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10690804 memory=916 CPUtime=46.53 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 104724 0 0 0 4648 5 0 0 20 0 17 0 95977307 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935584564416 139936093533909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935583511904 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10690804 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935582459520 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10690804 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10690804 memory=5700 CPUtime=1.48 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 10809 0 0 0 147 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935580354672 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10690804 memory=4616 CPUtime=1.54 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 10439 0 0 0 153 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935579301872 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10690804 memory=792 CPUtime=0.38 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) S 11475 11478 6758 0 -1 1077944384 3628 0 0 0 38 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935578249584 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10690804 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10690804 memory=8327072 CPUtime=0.51 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1160 0 0 0 24 27 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11593] ppid=11475 vsize=10690804 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11593/stat : 11593 (java) S 11475 11478 6758 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935572992000 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11594] ppid=11475 vsize=10690804 memory=2688 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11594/stat : 11594 (java) S 11475 11478 6758 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935571939984 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 2381.58 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8327072 KiB

[startup+830.401 s]
/proc/loadavg: 4.30 4.22 3.25 6/218 11596
/proc/meminfo: memFree=13841008/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10690804 memory=8327072 CPUtime=2387.93 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 271100 0 0 0 237914 879 0 0 20 0 17 0 95977305 10947383296 2081768 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2672701 2081768 3205 1 0 2661057 0
[pid=11478/tid=11480] ppid=11475 vsize=10690804 memory=2396 CPUtime=255.41 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) S 11475 11478 6758 0 -1 1077944384 20413 0 0 0 25513 28 0 0 20 0 17 0 95977305 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936097764384 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10690804 memory=1728 CPUtime=521.25 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) R 11475 11478 6758 0 -1 4202560 34723 0 0 0 51918 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936019597832 139936086151911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10690804 memory=1004 CPUtime=521.22 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) R 11475 11478 6758 0 -1 4202560 28555 0 0 0 51924 198 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936018544800 139936078520256 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10690804 memory=6791534058613427641 CPUtime=520.45 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) R 11475 11478 6758 0 -1 4202560 26588 0 0 0 51838 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936017492824 139936078520048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10690804 memory=1424 CPUtime=519.04 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) R 11475 11478 6758 0 -1 4202560 28364 0 0 0 51685 219 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936016439944 139936086151911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10690804 memory=1936 CPUtime=46.53 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 104724 0 0 0 4648 5 0 0 20 0 17 0 95977307 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935584564416 139936093533909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10690804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935583511904 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10690804 memory=8327072 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935582459520 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10690804 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10690804 memory=2196 CPUtime=1.48 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 10811 0 0 0 147 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935580354720 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10690804 memory=6508 CPUtime=1.54 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 10448 0 0 0 153 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935579301632 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10690804 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) S 11475 11478 6758 0 -1 1077944384 3630 0 0 0 38 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935578249632 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10690804 memory=8243114992657236051 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10690804 memory=288291086403896157 CPUtime=0.52 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1160 0 0 0 25 27 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11593] ppid=11475 vsize=10690804 memory=279805845910560 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11593/stat : 11593 (java) S 11475 11478 6758 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935572992000 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11594] ppid=11475 vsize=10690804 memory=8327072 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11594/stat : 11594 (java) S 11475 11478 6758 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935571939984 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 2387.93 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8327072 KiB

[startup+830.801 s]
/proc/loadavg: 4.30 4.22 3.25 6/218 11596
/proc/meminfo: memFree=13841008/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10690804 memory=8327072 CPUtime=2389.49 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 271100 0 0 0 238070 879 0 0 20 0 17 0 95977305 10947383296 2081768 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2672701 2081768 3205 1 0 2661057 0
[pid=11478/tid=11480] ppid=11475 vsize=10690804 memory=1156 CPUtime=255.41 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) S 11475 11478 6758 0 -1 1077944384 20413 0 0 0 25513 28 0 0 20 0 17 0 95977305 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936097764384 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10690804 memory=6791534058613427641 CPUtime=521.64 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) S 11475 11478 6758 0 -1 1077944384 34723 0 0 0 51957 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936019597520 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10690804 memory=1796 CPUtime=521.61 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) R 11475 11478 6758 0 -1 4202560 28555 0 0 0 51963 198 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936018544720 139936086151911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10690804 memory=636 CPUtime=520.85 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) R 11475 11478 6758 0 -1 4202560 26588 0 0 0 51878 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936017492824 139936078520113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10690804 memory=960 CPUtime=519.43 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) R 11475 11478 6758 0 -1 4202560 28364 0 0 0 51724 219 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936016439944 139936086151911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10690804 memory=1236 CPUtime=46.53 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) S 11475 11478 6758 0 -1 1077944384 104724 0 0 0 4648 5 0 0 20 0 17 0 95977307 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935584564416 139936093533909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10690804 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935583511904 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10690804 memory=56 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935582459520 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10690804 memory=3906367112704435744 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10690804 memory=4062922407772173856 CPUtime=1.48 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 10811 0 0 0 147 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935580354720 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10690804 memory=591379425869654556 CPUtime=1.54 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 10448 0 0 0 153 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935579301632 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10690804 memory=288288887380656601 CPUtime=0.38 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) S 11475 11478 6758 0 -1 1077944384 3630 0 0 0 38 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935578249632 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10690804 memory=3938865860047692064 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10690804 memory=8327072 CPUtime=0.52 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1160 0 0 0 25 27 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11593] ppid=11475 vsize=10690804 memory=7091595347878755175 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11593/stat : 11593 (java) S 11475 11478 6758 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935572992000 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11594] ppid=11475 vsize=10690804 memory=7667489834300631403 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11594/stat : 11594 (java) S 11475 11478 6758 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935571939984 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 2389.49 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8327072 KiB

[startup+831.201 s]
/proc/loadavg: 4.30 4.22 3.25 6/218 11596
/proc/meminfo: memFree=13841008/32770624 swapFree=67108860/67108860
[pid=11478] ppid=11475 vsize=10690804 memory=8327072 CPUtime=2391.02 cores=1,3,5,7
/proc/11478/stat : 11478 (java) S 11475 11478 6758 0 -1 1077944320 271101 0 0 0 238222 880 0 0 20 0 17 0 95977305 10947383296 2081768 33554432000 4194304 4196468 140728040174448 140728040156992 139936093523703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
/proc/11478/statm: 2672701 2081768 3205 1 0 2661057 0
[pid=11478/tid=11480] ppid=11475 vsize=10690804 memory=8327072 CPUtime=255.41 cores=1,3,5,7
/proc/11478/task/11480/stat : 11480 (java) S 11475 11478 6758 0 -1 1077944384 20413 0 0 0 25513 28 0 0 20 0 17 0 95977305 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936097764384 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11481] ppid=11475 vsize=10690804 memory=1936 CPUtime=522.01 cores=1,3,5,7
/proc/11478/task/11481/stat : 11481 (java) S 11475 11478 6758 0 -1 1077944384 34723 0 0 0 51994 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936019597712 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11482] ppid=11475 vsize=10690804 memory=1224 CPUtime=521.99 cores=1,3,5,7
/proc/11478/task/11482/stat : 11482 (java) S 11475 11478 6758 0 -1 1077944384 28555 0 0 0 52001 198 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936018544912 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11483] ppid=11475 vsize=10690804 memory=6791534058613427641 CPUtime=521.25 cores=1,3,5,7
/proc/11478/task/11483/stat : 11483 (java) S 11475 11478 6758 0 -1 1077944384 26588 0 0 0 51918 207 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936017492624 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11484] ppid=11475 vsize=10690804 memory=3832 CPUtime=519.8 cores=1,3,5,7
/proc/11478/task/11484/stat : 11484 (java) S 11475 11478 6758 0 -1 1077944384 28364 0 0 0 51761 219 0 0 20 0 17 0 95977306 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139936016439824 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11485] ppid=11475 vsize=10690804 memory=3328 CPUtime=46.53 cores=1,3,5,7
/proc/11478/task/11485/stat : 11485 (java) R 11475 11478 6758 0 -1 4202560 104724 0 0 0 4648 5 0 0 20 0 17 0 95977307 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935584564416 139936078520127 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11486] ppid=11475 vsize=10690804 memory=2688 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11486/stat : 11486 (java) S 11475 11478 6758 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935583511904 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11487] ppid=11475 vsize=10690804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11487/stat : 11487 (java) S 11475 11478 6758 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 95977308 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935582459520 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11488] ppid=11475 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11488/stat : 11488 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935581407824 139936093542299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11489] ppid=11475 vsize=10690804 memory=2340 CPUtime=1.48 cores=1,3,5,7
/proc/11478/task/11489/stat : 11489 (java) S 11475 11478 6758 0 -1 1077944384 10811 0 0 0 147 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935580354720 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11490] ppid=11475 vsize=10690804 memory=1580 CPUtime=1.54 cores=1,3,5,7
/proc/11478/task/11490/stat : 11490 (java) S 11475 11478 6758 0 -1 1077944384 10448 0 0 0 153 1 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935579301632 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11491] ppid=11475 vsize=10690804 memory=928 CPUtime=0.38 cores=1,3,5,7
/proc/11478/task/11491/stat : 11491 (java) S 11475 11478 6758 0 -1 1077944384 3630 0 0 0 38 0 0 0 20 0 17 0 95977310 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935578249632 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11492] ppid=11475 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11492/stat : 11492 (java) S 11475 11478 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935577197024 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11493] ppid=11475 vsize=10690804 memory=16444 CPUtime=0.52 cores=1,3,5,7
/proc/11478/task/11493/stat : 11493 (java) S 11475 11478 6758 0 -1 1077944384 1161 0 0 0 25 27 0 0 20 0 17 0 95977311 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935576144816 139936093534850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11593] ppid=11475 vsize=10690804 memory=16720 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11593/stat : 11593 (java) S 11475 11478 6758 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935572992000 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
[pid=11478/tid=11594] ppid=11475 vsize=10690804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/11478/task/11594/stat : 11594 (java) S 11475 11478 6758 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 96053815 10947383296 2081768 33554432000 4194304 4196468 140728040174448 139935571939984 139936093533909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140728040182918 140728040183071 140728040183071 140728040185807 0
Current children cumulated CPU time: 2391.02 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8327072 KiB

Child status: 0
Real time (s): 831.274
CPU time (s): 2391.11
CPU user time (s): 2382.27
CPU system time (s): 8.83645
CPU usage (%): 287.643
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8327072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2382.27
system time used= 8.83645
maximum resident set size= 8327144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274227
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41381
involuntary context switches= 24749


# summary of solver processes directly reported to runsolver:
#   pid: 11478
#   total CPU time (s): 2391.11
#   total CPU user time (s): 2382.27
#   total CPU system time (s): 8.83645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.96616 second user time and 8.13755 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 14:41:43
IDJOB=4263458
IDBENCH=133181
IDSOLVER=2651
FILE ID=node150/4263458-1502628961
RUNJOBID= node150-1502620602-10435
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-024.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263458-1502628961/watcher-4263458-1502628961 -o /tmp/evaluation-result-4263458-1502628961/solver-4263458-1502628961 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263458-1502628961.xml

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

MD5SUM BENCH= 23eb83e679dec689804004fda8e6ed87
RANDOM SEED=132753593

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20274556 kB
MemAvailable:   24986708 kB
Buffers:          233884 kB
Cached:          4755920 kB
SwapCached:            0 kB
Active:          7636888 kB
Inactive:        4386176 kB
Active(anon):    7036100 kB
Inactive(anon):    25068 kB
Active(file):     600788 kB
Inactive(file):  4361108 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       7039220 kB
Mapped:            55420 kB
Shmem:             25224 kB
Slab:             158660 kB
SReclaimable:     132184 kB
SUnreclaim:        26476 kB
KernelStack:        3504 kB
PageTables:        18864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6881280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 14:55:34