Trace number 4289936

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 2018-07-11? 1791.12 485.184

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-3-2_c18.xml
MD5SUM0a472228e3943087b3ac347f10dd57c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":20,"count":111},{"size":43,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1685.01/456.91	Jul 22, 2018 4:58:13 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1685.01/456.91	INFO: Runtime exception
1685.01/456.91	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1685.01/456.91		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1685.01/456.91		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:53)
1685.01/456.91		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:586)
1685.01/456.91		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:383)
1685.01/456.91		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1685.01/456.91		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1685.01/456.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1685.01/456.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1685.01/456.91		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1685.01/456.91		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1685.01/456.91		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1685.01/456.91		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1685.01/456.91		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1685.01/456.91		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1685.01/456.91		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 17 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 21 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 22 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 26 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 27 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 31 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 32 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 36 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 37 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 41 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 42 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 46 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 47 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 51 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 52 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 56 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 57 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 61 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 62 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 66 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 67 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.91		... 71 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.91		... 72 more
1685.01/456.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1685.01/456.91		... 76 more
1685.01/456.91	Caused by: java.lang.reflect.InvocationTargetException
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1685.01/456.91		... 76 more
1685.01/456.91	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1685.01/456.91		at org.sat4j.core.Vec.ensure(Vec.java:176)
1685.01/456.91		at org.sat4j.core.Vec.push(Vec.java:183)
1685.01/456.91		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1685.01/456.91		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:56)
1685.01/456.91		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:82)
1685.01/456.91		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1685.01/456.91		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1685.01/456.91		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1685.01/456.91		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1685.01/456.91		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1685.01/456.91		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1685.01/456.91		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1685.01/456.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1685.01/456.91		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1685.01/456.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.91		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1685.01/456.92		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.92		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.92		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.92		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.92		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.92		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1685.01/456.92		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1685.01/456.92		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1685.01/456.92		at java.lang.reflect.Method.invoke(Method.java:498)
1685.01/456.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1685.01/456.92	
1790.93/485.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1790.93/485.09	c This is free software under the dual EPL/GNU LGPL licenses.
1790.93/485.09	c See www.sat4j.org for details.
1790.93/485.09	c That software uses the Rhino library from the Mozilla project.
1790.93/485.09	c version 2.3.6-SNAPSHOT
1790.93/485.09	c java.runtime.name	Java(TM) SE Runtime Environment
1790.93/485.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1790.93/485.09	c java.vm.version	25.131-b11
1790.93/485.09	c java.vm.vendor	Oracle Corporation
1790.93/485.09	c sun.arch.data.model	64
1790.93/485.09	c java.version		1.8.0_131
1790.93/485.09	c os.name		Linux
1790.93/485.09	c os.version		3.10.0-514.16.1.el7.x86_64
1790.93/485.09	c os.arch		amd64
1790.93/485.09	c Free memory 		499604488
1790.93/485.09	c Max memory 		7247757312
1790.93/485.09	c Total memory 		504889344
1790.93/485.09	c Number of processors 	4
1790.93/485.09	c c --- Begin Solver configuration ---
1790.93/485.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1790.93/485.09	c Learn all clauses as in MiniSAT
1790.93/485.09	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1790.93/485.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1790.93/485.09	c No reason simplification
1790.93/485.09	c Glucose 2.1 dynamic restart strategy
1790.93/485.09	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
1790.93/485.09	c timeout=2147483s
1790.93/485.09	c DB Simplification allowed=false
1790.93/485.09	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1790.93/485.09	c --- End Solver configuration ---
1790.93/485.09	c starts		: 0
1790.93/485.09	c conflicts		: 0
1790.93/485.09	c decisions		: 0
1790.93/485.09	c propagations		: 0
1790.93/485.09	c inspects		: 0
1790.93/485.09	c shortcuts		: 0
1790.93/485.09	c learnt literals	: 0
1790.93/485.09	c learnt binary clauses	: 0
1790.93/485.09	c learnt ternary clauses	: 0
1790.93/485.09	c learnt constraints	: 0
1790.93/485.09	c ignored constraints	: 0
1790.93/485.09	c root simplifications	: 0
1790.93/485.09	c removed literals (reason simplification)	: 0
1790.93/485.09	c reason swapping (by a shorter reason)	: 0
1790.93/485.09	c Calls to reduceDB	: 0
1790.93/485.09	c Number of update (reduction) of LBD	: 0
1790.93/485.09	c Imported unit clauses	: 0
1790.93/485.09	c number of reductions to clauses (during analyze)	: 0
1790.93/485.09	c number of learned constraints concerned by reduction	: 0
1790.93/485.09	c number of learning phase by resolution	: 0
1790.93/485.09	c number of learning phase by cutting planes	: 0
1790.93/485.09	c number of rounding to 1 operations	: 0
1790.93/485.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1790.93/485.09	c number of reductions of the coefficients by power 2 	: 0
1790.93/485.09	c number of right shift for reduction by power 2 	: 0
1790.93/485.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
1790.93/485.09	c number of ending skipping 	: 0
1790.93/485.09	c number of internal skipping 	: 0
1790.93/485.09	c number of derivation steps 	: 0
1790.93/485.09	c number of skipped derivation steps 	: 0
1790.93/485.09	c number of remaining unassigned 	: 0
1790.93/485.09	c number of remaining assigned 	: 0
1790.93/485.09	c speed (assignments/second)	: 0.0
1790.93/485.09	c non guided choices	: 0
1790.93/485.09	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 (10679 MiB free)
  memory of node 1: 16384 MiB (9170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289936-1532271045/watcher-4289936-1532271045 -o /tmp/evaluation-result-4289936-1532271045/solver-4289936-1532271045 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289936-1532271045.xml 

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

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

solver pid=3329, runsolver pid=3326

[startup+0.10013 s]*
/proc/loadavg: 2.02 2.04 2.07 3/217 3344
/proc/meminfo: memFree=20305360/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10659012 memory=31472 CPUtime=0.12 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 6430 0 0 0 11 1 0 0 20 0 15 0 44667711 10914828288 7868 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2664753 7868 2815 1 0 2627263 0
[pid=3329/tid=3331] ppid=3326 vsize=10659012 memory=-8536114016481539264 CPUtime=0.09 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) R 3326 3329 1669 0 -1 4202560 4263 0 0 0 8 1 0 0 20 0 15 0 44667711 10914828288 7868 33554432000 4194304 4196468 140737056548240 139920391980992 139920371840350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 7868 33554432000 4194304 4196468 140737056548240 139920313834512 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 7868 33554432000 4194304 4196468 140737056548240 139920312781968 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 7868 33554432000 4194304 4196468 140737056548240 139920311728912 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) S 3326 3329 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 7868 33554432000 4194304 4196468 140737056548240 139920310676368 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) S 3326 3329 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44667713 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919878985968 139920387771010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44667714 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919877932192 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44667714 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919876879088 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667716 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) S 3326 3329 1669 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 44667716 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919874775792 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667716 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919873723248 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0.02 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) R 3326 3329 1669 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 44667716 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919872670192 139920387781210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667717 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667717 10914828288 7868 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31472 KiB

[startup+0.210604 s]*
/proc/loadavg: 2.02 2.04 2.07 4/217 3344
/proc/meminfo: memFree=20298116/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10659012 memory=41140 CPUtime=0.33 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 7413 0 0 0 31 2 0 0 20 0 15 0 44667711 10914828288 10285 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2664753 10285 2975 1 0 2627263 0
[pid=3329/tid=3331] ppid=3326 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) R 3326 3329 1669 0 -1 4202560 4609 0 0 0 18 1 0 0 20 0 15 0 44667711 10914828288 10285 33554432000 4194304 4196468 140737056548240 139920391991120 139920371840350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 10285 33554432000 4194304 4196468 140737056548240 139920313834512 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10659012 memory=288370180057319040 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 10285 33554432000 4194304 4196468 140737056548240 139920312781968 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 10285 33554432000 4194304 4196468 140737056548240 139920311728912 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) S 3326 3329 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 10285 33554432000 4194304 4196468 140737056548240 139920310676368 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) S 3326 3329 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44667713 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919878985968 139920387771010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44667714 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919877932192 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44667714 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919876879088 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667716 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) S 3326 3329 1669 0 -1 1077944384 700 0 0 0 2 0 0 0 20 0 15 0 44667716 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919874775792 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) S 3326 3329 1669 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 15 0 44667716 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919873723248 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0.08 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) S 3326 3329 1669 0 -1 1077944384 642 0 0 0 8 0 0 0 20 0 15 0 44667716 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919872670192 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667717 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667717 10914828288 10285 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41140 KiB

[startup+0.310784 s]*
/proc/loadavg: 2.02 2.04 2.07 5/217 3344
/proc/meminfo: memFree=20283476/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10659012 memory=54492 CPUtime=0.59 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 9233 0 0 0 57 2 0 0 20 0 15 0 44667711 10914828288 13623 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2664753 13623 3042 1 0 2627263 0
[pid=3329/tid=3331] ppid=3326 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) R 3326 3329 1669 0 -1 4202560 4879 0 0 0 28 1 0 0 20 0 15 0 44667711 10914828288 13623 33554432000 4194304 4196468 140737056548240 139920391998752 139920387781789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10659012 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 13623 33554432000 4194304 4196468 140737056548240 139920313834512 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10659012 memory=15964195235677848 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 13623 33554432000 4194304 4196468 140737056548240 139920312781968 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 13623 33554432000 4194304 4196468 140737056548240 139920311728912 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) S 3326 3329 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44667712 10914828288 13623 33554432000 4194304 4196468 140737056548240 139920310676368 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) S 3326 3329 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44667713 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919878985968 139920387771010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44667714 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919877932192 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44667714 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919876879088 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667716 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) R 3326 3329 1669 0 -1 4202560 1245 0 0 0 7 0 0 0 20 0 15 0 44667716 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919874756808 139920369281139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) R 3326 3329 1669 0 -1 4202560 725 0 0 0 7 0 0 0 20 0 15 0 44667716 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919873704264 139920373775434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0.13 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) R 3326 3329 1669 0 -1 1077944384 1016 0 0 0 13 0 0 0 20 0 15 0 44667716 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919872670192 139920387771010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667717 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10659012 memory=139803905607296 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667717 10914828288 13623 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54492 KiB

[startup+0.700773 s]
/proc/loadavg: 2.02 2.04 2.07 5/217 3344
/proc/meminfo: memFree=20228744/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10659088 memory=155388 CPUtime=1.86 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 11063 0 0 0 182 4 0 0 20 0 15 0 44667711 10914906112 38847 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2664772 38847 3108 1 0 2627263 0
[pid=3329/tid=3331] ppid=3326 vsize=10659088 memory=1728 CPUtime=0.66 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) R 3326 3329 1669 0 -1 4202560 5381 0 0 0 63 3 0 0 20 0 15 0 44667711 10914906112 38847 33554432000 4194304 4196468 140737056548240 139920391992512 139919988621036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914906112 38847 33554432000 4194304 4196468 140737056548240 139920313834512 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10659088 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914906112 38847 33554432000 4194304 4196468 140737056548240 139920312781968 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10659088 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667712 10914906112 38847 33554432000 4194304 4196468 140737056548240 139920311728912 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) S 3326 3329 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44667712 10914906112 38847 33554432000 4194304 4196468 140737056548240 139920310676368 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) S 3326 3329 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44667713 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919878985968 139920387771010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44667714 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919877932192 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44667714 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919876879088 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667716 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10659088 memory=7523641866607553108 CPUtime=0.44 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) R 3326 3329 1669 0 -1 4202560 1667 0 0 0 44 0 0 0 20 0 15 0 44667716 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919874761672 139920369304328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10659088 memory=5787782378022856021 CPUtime=0.44 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) R 3326 3329 1669 0 -1 4202560 1247 0 0 0 44 0 0 0 20 0 15 0 44667716 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919873708176 139920371172512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10659088 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) S 3326 3329 1669 0 -1 1077944384 1397 0 0 0 29 0 0 0 20 0 15 0 44667716 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919872670192 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44667717 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44667717 10914906112 38847 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 155388 KiB

[startup+1.50176 s]
/proc/loadavg: 2.02 2.04 2.07 5/217 3344
/proc/meminfo: memFree=20140656/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10659088 memory=624040 CPUtime=4.48 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 15478 0 0 0 426 22 0 0 20 0 15 0 44667711 10914906112 156010 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2664772 156010 3146 1 0 2627263 0
[pid=3329/tid=3331] ppid=3326 vsize=10659088 memory=8112282956445269571 CPUtime=1.37 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) S 3326 3329 1669 0 -1 1077944384 5666 0 0 0 127 10 0 0 20 0 15 0 44667711 10914906112 156010 33554432000 4194304 4196468 140737056548240 139920391996528 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10659088 memory=1404238533841559158 CPUtime=0.07 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) R 3326 3329 1669 0 -1 4202560 239 0 0 0 5 2 0 0 20 0 15 0 44667712 10914906112 156010 33554432000 4194304 4196468 140737056548240 139920313834512 139920372787746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10659088 memory=6525018278055875452 CPUtime=0.08 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) R 3326 3329 1669 0 -1 4202560 150 0 0 0 6 2 0 0 20 0 15 0 44667712 10914906112 156010 33554432000 4194304 4196468 140737056548240 139920312782168 139920372787737 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10659088 memory=3047711462688066934 CPUtime=0.07 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) R 3326 3329 1669 0 -1 4202560 98 0 0 0 5 2 0 0 20 0 15 0 44667712 10914906112 156010 33554432000 4194304 4196468 140737056548240 139920311728912 139920380856564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10659088 memory=7974038411334692957 CPUtime=0.07 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) R 3326 3329 1669 0 -1 4202560 60 0 0 0 5 2 0 0 20 0 15 0 44667712 10914906112 156010 33554432000 4194304 4196468 140737056548240 139920310676568 139920372787282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) S 3326 3329 1669 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 44667713 10914906112 156010 33554432000 4194304 4196468 140737056548240 139919878984480 139920387770069 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0

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

/proc/3329/task/3335/stat : 3335 (java) R 3326 3329 1669 0 -1 4202560 1071883 0 0 0 43566 181 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920310676568 139920380864556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10794416 memory=8348968 CPUtime=25.28 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) S 3326 3329 1669 0 -1 1077944384 131517 0 0 0 2523 5 0 0 20 0 17 0 44667713 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919878984512 139920387770069 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10794416 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919877932160 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10794416 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919876879104 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10794416 memory=11956 CPUtime=2.7 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) S 3326 3329 1669 0 -1 1077944384 5897 0 0 0 269 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919874775552 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10794416 memory=5520 CPUtime=2.71 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) S 3326 3329 1669 0 -1 1077944384 5117 0 0 0 270 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919873723296 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10794416 memory=792 CPUtime=0.7 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) S 3326 3329 1669 0 -1 1077944384 4096 0 0 0 69 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919872669024 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10794416 memory=1944 CPUtime=0.25 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 584 0 0 0 12 13 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3433] ppid=3326 vsize=10794416 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3433/stat : 3433 (java) S 3326 3329 1669 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919867411888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3434] ppid=3326 vsize=10794416 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3434/stat : 3434 (java) S 3326 3329 1669 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919866358944 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 1785.51 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348968 KiB

[startup+484.001 s]*
/proc/loadavg: 6.49 4.51 3.15 9/217 3435
/proc/meminfo: memFree=3789768/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10794416 memory=8348968 CPUtime=1788.64 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 3643837 0 0 0 178047 817 0 0 20 0 17 0 44667711 11053481984 2087242 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2698604 2087242 3231 1 0 2661057 0
[pid=3329/tid=3331] ppid=3326 vsize=10794416 memory=8112282956445269571 CPUtime=13.99 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) S 3326 3329 1669 0 -1 1077944384 19890 0 0 0 1357 42 0 0 20 0 17 0 44667711 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920392000544 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10794416 memory=4126316290023845779 CPUtime=434.8 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) R 3326 3329 1669 0 -1 4202560 757488 0 0 0 43293 187 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920313834320 139920380388071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10794416 memory=3204 CPUtime=434.66 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) R 3326 3329 1669 0 -1 4202560 829207 0 0 0 43277 189 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920312782088 139920380388071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10794416 memory=8348968 CPUtime=435.19 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) R 3326 3329 1669 0 -1 4202560 816690 0 0 0 43317 202 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920311729032 139920380388071 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10794416 memory=1408 CPUtime=438.28 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) R 3326 3329 1669 0 -1 4202560 1071883 0 0 0 43647 181 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920310676568 139920372459715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10794416 memory=2996 CPUtime=25.28 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) S 3326 3329 1669 0 -1 1077944384 131517 0 0 0 2523 5 0 0 20 0 17 0 44667713 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919878984512 139920387770069 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10794416 memory=18444 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919877932160 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10794416 memory=640 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919876879104 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10794416 memory=1240 CPUtime=2.7 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) S 3326 3329 1669 0 -1 1077944384 5897 0 0 0 269 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919874775552 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10794416 memory=960 CPUtime=2.71 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) S 3326 3329 1669 0 -1 1077944384 5117 0 0 0 270 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919873723296 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10794416 memory=2340 CPUtime=0.7 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) S 3326 3329 1669 0 -1 1077944384 4096 0 0 0 69 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919872669024 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10794416 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10794416 memory=920 CPUtime=0.25 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 584 0 0 0 12 13 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3433] ppid=3326 vsize=10794416 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3433/stat : 3433 (java) S 3326 3329 1669 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919867411888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3434] ppid=3326 vsize=10794416 memory=2892 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3434/stat : 3434 (java) S 3326 3329 1669 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919866358944 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 1788.64 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348968 KiB

[startup+484.801 s]
/proc/loadavg: 6.49 4.51 3.15 9/217 3435
/proc/meminfo: memFree=3789768/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10794416 memory=8348968 CPUtime=1790.73 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 3643837 0 0 0 178255 818 0 0 20 0 17 0 44667711 11053481984 2087242 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2698604 2087242 3231 1 0 2661057 0
[pid=3329/tid=3331] ppid=3326 vsize=10794416 memory=8348968 CPUtime=13.99 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) S 3326 3329 1669 0 -1 1077944384 19890 0 0 0 1357 42 0 0 20 0 17 0 44667711 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920392000544 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10794416 memory=8348968 CPUtime=435.23 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) S 3326 3329 1669 0 -1 1077944384 757488 0 0 0 43336 187 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920313834512 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10794416 memory=8348968 CPUtime=435.09 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) S 3326 3329 1669 0 -1 1077944384 829207 0 0 0 43320 189 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920312781968 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10794416 memory=11956 CPUtime=435.61 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) S 3326 3329 1669 0 -1 1077944384 816690 0 0 0 43359 202 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920311728912 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10794416 memory=5520 CPUtime=438.72 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) S 3326 3329 1669 0 -1 1077944384 1071883 0 0 0 43691 181 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920310676368 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10794416 memory=2588 CPUtime=25.63 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) R 3326 3329 1669 0 -1 4202560 131517 0 0 0 2558 5 0 0 20 0 17 0 44667713 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919878984400 139920372756267 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10794416 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919877932160 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10794416 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919876879104 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10794416 memory=4612 CPUtime=2.7 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) S 3326 3329 1669 0 -1 1077944384 5897 0 0 0 269 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919874775552 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10794416 memory=8384 CPUtime=2.71 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) S 3326 3329 1669 0 -1 1077944384 5117 0 0 0 270 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919873723296 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10794416 memory=1712 CPUtime=0.7 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) S 3326 3329 1669 0 -1 1077944384 4096 0 0 0 69 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919872669024 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10794416 memory=792 CPUtime=0.25 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 584 0 0 0 12 13 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3433] ppid=3326 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3433/stat : 3433 (java) S 3326 3329 1669 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919867411888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3434] ppid=3326 vsize=10794416 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3434/stat : 3434 (java) S 3326 3329 1669 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919866358944 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 1790.73 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348968 KiB

[startup+485.001 s]*
/proc/loadavg: 6.49 4.51 3.15 6/217 3435
/proc/meminfo: memFree=3789768/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10794416 memory=8348968 CPUtime=1790.93 cores=1,3,5,7
/proc/3329/stat : 3329 (java) S 3326 3329 1669 0 -1 1077944320 3643837 0 0 0 178275 818 0 0 20 0 17 0 44667711 11053481984 2087242 33554432000 4194304 4196468 140737056548240 140737056530784 139920387759863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
/proc/3329/statm: 2698604 2087242 3231 1 0 2661057 0
[pid=3329/tid=3331] ppid=3326 vsize=10794416 memory=8112282956445269571 CPUtime=13.99 cores=1,3,5,7
/proc/3329/task/3331/stat : 3331 (java) S 3326 3329 1669 0 -1 1077944384 19890 0 0 0 1357 42 0 0 20 0 17 0 44667711 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920392000544 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3332] ppid=3326 vsize=10794416 memory=4126316290023845779 CPUtime=435.23 cores=1,3,5,7
/proc/3329/task/3332/stat : 3332 (java) S 3326 3329 1669 0 -1 1077944384 757488 0 0 0 43336 187 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920313834512 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3333] ppid=3326 vsize=10794416 memory=7884227623925737580 CPUtime=435.09 cores=1,3,5,7
/proc/3329/task/3333/stat : 3333 (java) S 3326 3329 1669 0 -1 1077944384 829207 0 0 0 43320 189 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920312781968 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3334] ppid=3326 vsize=10794416 memory=3047711566422646390 CPUtime=435.61 cores=1,3,5,7
/proc/3329/task/3334/stat : 3334 (java) S 3326 3329 1669 0 -1 1077944384 816690 0 0 0 43359 202 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920311728912 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3335] ppid=3326 vsize=10794416 memory=-8634980985311628903 CPUtime=438.72 cores=1,3,5,7
/proc/3329/task/3335/stat : 3335 (java) S 3326 3329 1669 0 -1 1077944384 1071883 0 0 0 43691 181 0 0 20 0 17 0 44667712 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139920310676368 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3336] ppid=3326 vsize=10794416 memory=7100839878645619564 CPUtime=25.83 cores=1,3,5,7
/proc/3329/task/3336/stat : 3336 (java) R 3326 3329 1669 0 -1 4202560 131517 0 0 0 2578 5 0 0 20 0 17 0 44667713 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919878984400 139920372756267 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3337] ppid=3326 vsize=10794416 memory=7897517683652307531 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3337/stat : 3337 (java) S 3326 3329 1669 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919877932160 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3338] ppid=3326 vsize=10794416 memory=8514726395715349656 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3338/stat : 3338 (java) S 3326 3329 1669 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 44667714 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919876879104 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3339] ppid=3326 vsize=10794416 memory=3047711553320166262 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3339/stat : 3339 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919875827664 139920387778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3340] ppid=3326 vsize=10794416 memory=8514701219730523551 CPUtime=2.7 cores=1,3,5,7
/proc/3329/task/3340/stat : 3340 (java) S 3326 3329 1669 0 -1 1077944384 5897 0 0 0 269 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919874775552 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3341] ppid=3326 vsize=10794416 memory=-8412652169205224307 CPUtime=2.71 cores=1,3,5,7
/proc/3329/task/3341/stat : 3341 (java) S 3326 3329 1669 0 -1 1077944384 5117 0 0 0 270 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919873723296 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3342] ppid=3326 vsize=10794416 memory=7811327954438869612 CPUtime=0.7 cores=1,3,5,7
/proc/3329/task/3342/stat : 3342 (java) S 3326 3329 1669 0 -1 1077944384 4096 0 0 0 69 1 0 0 20 0 17 0 44667716 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919872669024 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3343] ppid=3326 vsize=10794416 memory=7666365068213514347 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3343/stat : 3343 (java) S 3326 3329 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919871617888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3344] ppid=3326 vsize=10794416 memory=7379537664319711336 CPUtime=0.25 cores=1,3,5,7
/proc/3329/task/3344/stat : 3344 (java) S 3326 3329 1669 0 -1 1077944384 584 0 0 0 12 13 0 0 20 0 17 0 44667717 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919870564912 139920387771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3433] ppid=3326 vsize=10794416 memory=7234587943294620268 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3433/stat : 3433 (java) S 3326 3329 1669 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919867411888 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
[pid=3329/tid=3434] ppid=3326 vsize=10794416 memory=7811047596036346198 CPUtime=0 cores=1,3,5,7
/proc/3329/task/3434/stat : 3434 (java) S 3326 3329 1669 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 44713403 11053481984 2087242 33554432000 4194304 4196468 140737056548240 139919866358944 139920387770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20025344 140737056552049 140737056552201 140737056552201 140737056554959 0
Current children cumulated CPU time: 1790.93 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8348968 KiB

[startup+485.11 s]*
/proc/loadavg: 6.49 4.51 3.15 6/202 3435
/proc/meminfo: memFree=4385544/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 485.184
CPU time (s): 1791.12
CPU user time (s): 1782.85
CPU system time (s): 8.27075
CPU usage (%): 369.162
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8348968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.85
system time used= 8.27075
maximum resident set size= 8349168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3644046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43639
involuntary context switches= 27141


# summary of solver processes directly reported to runsolver:
#   pid: 3329
#   total CPU time (s): 1791.12
#   total CPU user time (s): 1782.85
#   total CPU system time (s): 8.27075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.39704 second user time and 4.43739 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 16:50:45
IDJOB=4289936
IDBENCH=141633
IDSOLVER=2742
FILE ID=node151/4289936-1532271045
RUNJOBID= node151-1532259931-1701
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-3-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289936-1532271045/watcher-4289936-1532271045 -o /tmp/evaluation-result-4289936-1532271045/solver-4289936-1532271045 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289936-1532271045.xml

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

MD5SUM BENCH= 0a472228e3943087b3ac347f10dd57c9
RANDOM SEED=1035132037

node151.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.87
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.87
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.87
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.87
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:        20325736 kB
MemAvailable:   31651376 kB
Buffers:          245600 kB
Cached:         11228576 kB
SwapCached:            0 kB
Active:          1288900 kB
Inactive:       10526580 kB
Active(anon):     343688 kB
Inactive(anon):    16936 kB
Active(file):     945212 kB
Inactive(file): 10509644 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3536 kB
Writeback:             0 kB
AnonPages:        418148 kB
Mapped:            47764 kB
Shmem:             17032 kB
Slab:             326336 kB
SReclaimable:     299244 kB
SUnreclaim:        27092 kB
KernelStack:        3904 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1235304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 16:58:50