Trace number 4263040

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 661.46301 222.28799

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-ste36c.xml
MD5SUMd05a87fa530094a27b230f4f9ca3d0a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4280744
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1332
Number of constraints631
Number of domains2
Minimum domain size36
Maximum domain size44
Distribution of domain sizes[{"size":36,"count":36},{"size":44,"count":630}]
Minimum variable degree0
Maximum variable degree36
Distribution of variable degrees[{"degree":0,"count":666},{"degree":2,"count":630},{"degree":36,"count":36}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":630},{"arity":36,"count":1}]
Number of extensional constraints630
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":630},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263040-1502621477/watcher-4263040-1502621477 -o /tmp/evaluation-result-4263040-1502621477/solver-4263040-1502621477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263040-1502621477.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=3521, runsolver pid=3518
Current StackSize limit: 8192 KiB


[startup+0.107195 s]*
/proc/loadavg: 2.08 2.00 1.96 7/216 3561
/proc/meminfo: memFree=27933616/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555400 memory=28340 CPUtime=0.13 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 6727 0 0 0 12 1 0 0 20 0 15 0 95228654 10808729600 7085 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638850 7085 2786 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555400 memory=-8253362762721355408 CPUtime=0.1 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) R 3518 3521 3242 0 -1 4202560 4514 0 0 0 9 1 0 0 20 0 15 0 95228655 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479623692000 140479619486877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555400 memory=140125068080768 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228655 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555400 memory=140125068080768 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228657 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479111854320 140479619476098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95228657 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479110800544 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479109747440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) S 3518 3521 3242 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479107644144 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) S 3518 3521 3242 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479106591600 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10555400 memory=140125068080768 CPUtime=0.02 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) S 3518 3521 3242 0 -1 1077944384 416 0 0 0 2 0 0 0 20 0 15 0 95228660 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479105538544 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555400 memory=140125068080768 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 7085 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28340 KiB

[startup+0.210654 s]*
/proc/loadavg: 2.08 2.00 1.96 5/216 3561
/proc/meminfo: memFree=27914200/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555400 memory=38304 CPUtime=0.3 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 8160 0 0 0 29 1 0 0 20 0 15 0 95228654 10808729600 9576 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638850 9576 2971 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) D 3518 3521 3242 0 -1 1077944384 5173 0 0 0 18 1 0 0 20 0 15 0 95228655 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479623676160 140479612144173 0 4 0 16800975 18446744072101568036 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555400 memory=140125068085480 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555432 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228655 10808762368 9604 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555432 memory=140125068080768 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228657 10808762368 9604 33554432000 4194304 4196468 140723757546944 140479111854320 140479619476098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95228657 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479110800544 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228658 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479109747440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) R 3518 3521 3242 0 -1 4202560 517 0 0 0 2 0 0 0 20 0 15 0 95228660 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479107644144 140479604393361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) S 3518 3521 3242 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 95228660 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479106591600 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10555432 memory=140125068080768 CPUtime=0.06 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) S 3518 3521 3242 0 -1 1077944384 885 0 0 0 6 0 0 0 20 0 15 0 95228660 10808762368 9604 33554432000 4194304 4196468 140723757546944 140479105538544 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10555432 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808762368 9604 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555400 memory=140125068080768 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228660 10808729600 9604 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38304 KiB

[startup+0.31072 s]*
/proc/loadavg: 2.08 2.00 1.96 6/216 3561
/proc/meminfo: memFree=27892304/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555476 memory=44968 CPUtime=0.5 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 9091 0 0 0 48 2 0 0 20 0 15 0 95228654 10808807424 11242 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638869 11242 3005 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) R 3518 3521 3242 0 -1 4202560 5772 0 0 0 28 2 0 0 20 0 15 0 95228655 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479623698400 140479603545438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555476 memory=140125068138784 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228655 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555476 memory=140125068145696 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479111854320 140479619476098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479110800544 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479109747440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) S 3518 3521 3242 0 -1 1077944384 583 0 0 0 4 0 0 0 20 0 15 0 95228660 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479107644144 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10555476 memory=140124918767567 CPUtime=0.03 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) S 3518 3521 3242 0 -1 1077944384 322 0 0 0 3 0 0 0 20 0 15 0 95228660 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479106591600 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10555476 memory=140125068084270 CPUtime=0.12 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) R 3518 3521 3242 0 -1 4202560 1056 0 0 0 12 0 0 0 20 0 15 0 95228660 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479105538544 140479611702078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10555476 memory=140124918767567 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555476 memory=280249986865088 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 11308 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 44968 KiB

[startup+0.700736 s]
/proc/loadavg: 2.08 2.00 1.96 5/216 3561
/proc/meminfo: memFree=27842668/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555476 memory=185216 CPUtime=1.6 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 12010 0 0 0 155 5 0 0 20 0 15 0 95228654 10808807424 46304 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638869 46304 3111 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555476 memory=2372 CPUtime=0.66 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) R 3518 3521 3242 0 -1 4202560 6107 0 0 0 62 4 0 0 20 0 15 0 95228655 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479623682192 140479260812930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228655 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555476 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228655 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555476 memory=18476 CPUtime=0.01 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 95228655 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479111854320 140479619476098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479110800544 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479109747440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) R 3518 3521 3242 0 -1 4202560 1583 0 0 0 30 0 0 0 20 0 15 0 95228660 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479107644144 140479602961739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10555476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) R 3518 3521 3242 0 -1 4202560 991 0 0 0 29 0 0 0 20 0 15 0 95228660 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479106579232 140479602875922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10555476 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) S 3518 3521 3242 0 -1 1077944384 1855 0 0 0 32 0 0 0 20 0 15 0 95228660 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479105538544 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 46304 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 185216 KiB

[startup+1.5008 s]
/proc/loadavg: 2.08 2.00 1.96 5/216 3561
/proc/meminfo: memFree=27641064/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555476 memory=416832 CPUtime=4.08 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 19587 0 0 0 391 17 0 0 20 0 15 0 95228654 10808807424 104208 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638869 104208 3139 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555476 memory=734122160766140469 CPUtime=1.34 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) R 3518 3521 3242 0 -1 4202560 6170 0 0 0 128 6 0 0 20 0 15 0 95228655 10808807424 104208 33554432000 4194304 4196468 140723757546944 140479623692672 140479261685160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555476 memory=220376 CPUtime=0.06 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 69 0 0 0 4 2 0 0 20 0 15 0 95228655 10808807424 104208 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555476 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 134 0 0 0 7 1 0 0 20 0 15 0 95228655 10808807424 104208 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555476 memory=1196 CPUtime=0.1 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 146 0 0 0 8 2 0 0 20 0 15 0 95228655 10808807424 104208 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555476 memory=15872 CPUtime=0.1 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 165 0 0 0 8 2 0 0 20 0 15 0 95228655 10808807424 104208 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555476 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 104208 33554432000 4194304 4196468 140723757546944 140479111854320 140479619476098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0

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

[pid=3521/tid=3553] ppid=3518 vsize=10555476 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555476 memory=1224 CPUtime=0.09 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 235 0 0 0 5 4 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 647.13 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8260276 KiB

[startup+220.801 s]
/proc/loadavg: 5.94 3.70 2.62 9/216 3571
/proc/meminfo: memFree=11400528/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555476 memory=8260276 CPUtime=659.51 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 367923 0 0 0 65400 551 0 0 20 0 15 0 95228654 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638869 2065069 3158 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555476 memory=1732 CPUtime=44.07 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) S 3518 3521 3242 0 -1 1077944384 20194 0 0 0 4386 21 0 0 20 0 15 0 95228655 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479623697440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555476 memory=1224 CPUtime=146.54 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) R 3518 3521 3242 0 -1 4202560 64851 0 0 0 14518 136 0 0 20 0 15 0 95228655 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479226579792 140479612093159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555476 memory=8260276 CPUtime=146 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) R 3518 3521 3242 0 -1 4202560 58251 0 0 0 14475 125 0 0 20 0 15 0 95228655 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479225527248 140479612093159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555476 memory=1792 CPUtime=146.07 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) R 3518 3521 3242 0 -1 4202560 89841 0 0 0 14478 129 0 0 20 0 15 0 95228655 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479224474504 140479612093159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555476 memory=648 CPUtime=146.4 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) R 3518 3521 3242 0 -1 4202560 75480 0 0 0 14511 129 0 0 20 0 15 0 95228655 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479223422040 140479601074584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555476 memory=8112282956445269571 CPUtime=27.28 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 42552 0 0 0 2725 3 0 0 20 0 15 0 95228657 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479111852880 140479619475157 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10555476 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479110800608 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10555476 memory=4639059877604708710 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479109747456 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10555476 memory=1952 CPUtime=1.37 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) S 3518 3521 3242 0 -1 1077944384 5646 0 0 0 136 1 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479107644192 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10555476 memory=8260272 CPUtime=1.17 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) S 3518 3521 3242 0 -1 1077944384 4641 0 0 0 117 0 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479106591648 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10555476 memory=4620 CPUtime=0.4 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) S 3518 3521 3242 0 -1 1077944384 4872 0 0 0 40 0 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479105538304 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10555476 memory=8260276 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555476 memory=5792 CPUtime=0.09 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 235 0 0 0 5 4 0 0 20 0 15 0 95228660 10808807424 2065069 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 659.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8260276 KiB

[startup+221.601 s]
/proc/loadavg: 5.94 3.70 2.62 9/216 3571
/proc/meminfo: memFree=11400528/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555476 memory=8260280 CPUtime=660.97 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 368672 0 0 0 65545 552 0 0 20 0 15 0 95228654 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638869 2065070 3158 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555476 memory=27968 CPUtime=44.07 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) S 3518 3521 3242 0 -1 1077944384 20194 0 0 0 4386 21 0 0 20 0 15 0 95228655 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479623697440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555476 memory=8112282956445269571 CPUtime=146.76 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 64851 0 0 0 14540 136 0 0 20 0 15 0 95228655 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555476 memory=3072 CPUtime=146.22 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 58251 0 0 0 14497 125 0 0 20 0 15 0 95228655 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555476 memory=8260276 CPUtime=146.28 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 89841 0 0 0 14499 129 0 0 20 0 15 0 95228655 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555476 memory=1160 CPUtime=146.63 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 75480 0 0 0 14534 129 0 0 20 0 15 0 95228655 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555476 memory=1296 CPUtime=27.85 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) R 3518 3521 3242 0 -1 4202560 43301 0 0 0 2782 3 0 0 20 0 15 0 95228657 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479111852768 140479603922542 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10555476 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479110800608 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10555476 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479109747456 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10555476 memory=1712 CPUtime=1.37 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) S 3518 3521 3242 0 -1 1077944384 5646 0 0 0 136 1 0 0 20 0 15 0 95228660 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479107644192 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10555476 memory=1952 CPUtime=1.17 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) S 3518 3521 3242 0 -1 1077944384 4641 0 0 0 117 0 0 0 20 0 15 0 95228660 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479106591648 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10555476 memory=8612 CPUtime=0.4 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) S 3518 3521 3242 0 -1 1077944384 4872 0 0 0 40 0 0 0 20 0 15 0 95228660 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479105538304 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10555476 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555476 memory=1196 CPUtime=0.1 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 235 0 0 0 5 5 0 0 20 0 15 0 95228660 10808807424 2065070 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 660.97 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8260280 KiB

[startup+222.001 s]*
/proc/loadavg: 5.94 3.70 2.62 5/216 3571
/proc/meminfo: memFree=11400528/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10555476 memory=8260432 CPUtime=661.38 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 369130 0 0 0 65586 552 0 0 20 0 15 0 95228654 10808807424 2065108 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2638869 2065108 3160 1 0 2627263 0
[pid=3521/tid=3524] ppid=3518 vsize=10555476 memory=8112282956445269571 CPUtime=44.08 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) R 3518 3521 3242 0 -1 4202560 20416 0 0 0 4387 21 0 0 20 0 15 0 95228655 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479623697744 140479619486877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10555476 memory=4126316290023845779 CPUtime=146.76 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 64851 0 0 0 14540 136 0 0 20 0 15 0 95228655 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10555476 memory=1160 CPUtime=146.22 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 58251 0 0 0 14497 125 0 0 20 0 15 0 95228655 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10555476 memory=3168 CPUtime=146.28 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 89841 0 0 0 14499 129 0 0 20 0 15 0 95228655 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10555476 memory=8297024 CPUtime=146.63 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 75480 0 0 0 14534 129 0 0 20 0 15 0 95228655 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10555476 memory=8112282956445269571 CPUtime=28.25 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 43342 0 0 0 2822 3 0 0 20 0 15 0 95228657 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479111854320 140479619476098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10555476 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95228657 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479110800608 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10555476 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95228658 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479109747456 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10555476 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10555476 memory=2240 CPUtime=1.37 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) S 3518 3521 3242 0 -1 1077944384 5699 0 0 0 136 1 0 0 20 0 15 0 95228660 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479107644144 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10555476 memory=1156 CPUtime=1.18 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) S 3518 3521 3242 0 -1 1077944384 4724 0 0 0 118 0 0 0 20 0 15 0 95228660 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479106591600 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10555476 memory=3064 CPUtime=0.4 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) S 3518 3521 3242 0 -1 1077944384 4948 0 0 0 40 0 0 0 20 0 15 0 95228660 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479105538544 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10555476 memory=8260276 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95228660 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10555476 memory=1160 CPUtime=0.1 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 235 0 0 0 5 5 0 0 20 0 15 0 95228660 10808807424 2065111 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 661.38 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8260432 KiB

[startup+222.201 s]
/proc/loadavg: 5.94 3.70 2.62 5/216 3571
/proc/meminfo: memFree=11400528/32770624 swapFree=67108860/67108860
[pid=3521] ppid=3518 vsize=10690804 memory=8261228 CPUtime=661.41 cores=1,3,5,7
/proc/3521/stat : 3521 (java) S 3518 3521 3242 0 -1 1077944320 369535 0 2 0 65589 552 0 0 20 0 16 0 95228654 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140723757529488 140479619464951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
/proc/3521/statm: 2672701 2065307 3203 1 0 2661057 0
[pid=3521/tid=3524] ppid=3518 vsize=10690804 memory=288230621803970871 CPUtime=44.1 cores=1,3,5,7
/proc/3521/task/3524/stat : 3524 (java) S 3518 3521 3242 0 -1 1077944384 20703 0 2 0 4389 21 0 0 20 0 16 0 95228655 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479623705632 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3528] ppid=3518 vsize=10690804 memory=14699582244260269 CPUtime=146.76 cores=1,3,5,7
/proc/3521/task/3528/stat : 3528 (java) S 3518 3521 3242 0 -1 1077944384 64851 0 0 0 14540 136 0 0 20 0 16 0 95228655 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479226579984 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3530] ppid=3518 vsize=10690804 memory=1436 CPUtime=146.22 cores=1,3,5,7
/proc/3521/task/3530/stat : 3530 (java) S 3518 3521 3242 0 -1 1077944384 58251 0 0 0 14497 125 0 0 20 0 16 0 95228655 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479225527440 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3531] ppid=3518 vsize=10690804 memory=1012 CPUtime=146.28 cores=1,3,5,7
/proc/3521/task/3531/stat : 3531 (java) S 3518 3521 3242 0 -1 1077944384 89841 0 0 0 14499 129 0 0 20 0 16 0 95228655 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479224474384 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3532] ppid=3518 vsize=10690804 memory=8112282956445269571 CPUtime=146.63 cores=1,3,5,7
/proc/3521/task/3532/stat : 3532 (java) S 3518 3521 3242 0 -1 1077944384 75480 0 0 0 14534 129 0 0 20 0 16 0 95228655 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479223421840 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3535] ppid=3518 vsize=10690804 memory=288230621803970871 CPUtime=28.25 cores=1,3,5,7
/proc/3521/task/3535/stat : 3535 (java) S 3518 3521 3242 0 -1 1077944384 43347 0 0 0 2822 3 0 0 20 0 16 0 95228657 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479111854320 140479619476098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3540] ppid=3518 vsize=10690804 memory=14699582244260269 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3540/stat : 3540 (java) S 3518 3521 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95228657 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479110800608 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3542] ppid=3518 vsize=10690804 memory=14699582244260269 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3542/stat : 3542 (java) S 3518 3521 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95228658 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479109747456 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3548] ppid=3518 vsize=10690804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3548/stat : 3548 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479108696016 140479619483547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3549] ppid=3518 vsize=10690804 memory=1572 CPUtime=1.37 cores=1,3,5,7
/proc/3521/task/3549/stat : 3549 (java) S 3518 3521 3242 0 -1 1077944384 5699 0 0 0 136 1 0 0 20 0 16 0 95228660 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479107644144 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3550] ppid=3518 vsize=10690804 memory=2244 CPUtime=1.18 cores=1,3,5,7
/proc/3521/task/3550/stat : 3550 (java) S 3518 3521 3242 0 -1 1077944384 4728 0 0 0 118 0 0 0 20 0 16 0 95228660 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479106591600 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3551] ppid=3518 vsize=10690804 memory=4124 CPUtime=0.41 cores=1,3,5,7
/proc/3521/task/3551/stat : 3551 (java) S 3518 3521 3242 0 -1 1077944384 4982 0 0 0 41 0 0 0 20 0 16 0 95228660 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479105538544 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3553] ppid=3518 vsize=10690804 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/3521/task/3553/stat : 3553 (java) S 3518 3521 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95228660 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479104486240 140479619475157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
[pid=3521/tid=3555] ppid=3518 vsize=10690804 memory=1196 CPUtime=0.1 cores=1,3,5,7
/proc/3521/task/3555/stat : 3555 (java) S 3518 3521 3242 0 -1 1077944384 235 0 0 0 5 5 0 0 20 0 16 0 95228660 10947383296 2065307 33554432000 4194304 4196468 140723757546944 140479103433264 140479619476098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19415040 140723757548678 140723757548831 140723757548831 140723757551567 0
Current children cumulated CPU time: 661.41 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8261228 KiB

Child status: 0
Real time (s): 222.288
CPU time (s): 661.463
CPU user time (s): 655.897
CPU system time (s): 5.56578
CPU usage (%): 297.57
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8261228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 655.897
system time used= 5.56578
maximum resident set size= 8261580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369600
page faults= 2
swaps= 0
block input operations= 2720
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16940
involuntary context switches= 17122


# summary of solver processes directly reported to runsolver:
#   pid: 3521
#   total CPU time (s): 661.463
#   total CPU user time (s): 655.897
#   total CPU system time (s): 5.56578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33357 second user time and 2.23638 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 12:36:59
IDJOB=4263040
IDBENCH=123151
IDSOLVER=2651
FILE ID=node149/4263040-1502621477
RUNJOBID= node149-1502620619-3502
PBS_JOBID= 20628307
Free space on /tmp= 61936 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-ste36c.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263040-1502621477/watcher-4263040-1502621477 -o /tmp/evaluation-result-4263040-1502621477/solver-4263040-1502621477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263040-1502621477.xml

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

MD5SUM BENCH= d05a87fa530094a27b230f4f9ca3d0a8
RANDOM SEED=2131076170

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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:        27967908 kB
MemAvailable:   31974324 kB
Buffers:          249496 kB
Cached:          4030636 kB
SwapCached:            0 kB
Active:          1042728 kB
Inactive:        3291592 kB
Active(anon):      57144 kB
Inactive(anon):    24944 kB
Active(file):     985584 kB
Inactive(file):  3266648 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:         69984 kB
Mapped:            43484 kB
Shmem:             25224 kB
Slab:             166988 kB
SReclaimable:     140036 kB
SUnreclaim:        26952 kB
KernelStack:        3232 kB
PageTables:         4828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 12:40:41