Trace number 4292008

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? 2261.95 620.462

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-03-0300_c18.xml
MD5SUMf3b5e910cdd6f892615a29b96bfa015e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark294770329
Best CPU time to get the best result obtained on this benchmark2520.17
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints2050
Number of intensional constraints2326
Distribution of constraint types[{"type":"extension","count":2050},{"type":"intension","count":2326}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

2261.77/620.19	Jul 22, 2018 3:27:03 PM org.sat4j.reader.XMLCSP3Reader parseInstance
2261.77/620.19	INFO: Runtime exception
2261.77/620.19	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
2261.77/620.19		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
2261.77/620.19		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
2261.77/620.19		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
2261.77/620.19		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
2261.77/620.19		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2261.77/620.19		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2261.77/620.19		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2261.77/620.19		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2261.77/620.19		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 19 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 23 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 24 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 28 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
2261.77/620.19		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
2261.77/620.19		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
2261.77/620.19		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
2261.77/620.19		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
2261.77/620.19		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2261.77/620.19		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2261.77/620.19		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2261.77/620.19		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2261.77/620.19		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 34 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 38 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 39 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 43 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 44 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 48 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 49 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 53 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 54 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 58 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 59 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
2261.77/620.19		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
2261.77/620.19		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
2261.77/620.19		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
2261.77/620.19		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
2261.77/620.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
2261.77/620.19		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
2261.77/620.19		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2261.77/620.19		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2261.77/620.19		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2261.77/620.19		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2261.77/620.19		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 68 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 69 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 73 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 74 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 78 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 79 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		... 83 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		... 84 more
2261.77/620.19	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
2261.77/620.19		... 88 more
2261.77/620.19	Caused by: java.lang.reflect.InvocationTargetException
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
2261.77/620.19		... 88 more
2261.77/620.19	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2261.77/620.19		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
2261.77/620.19		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
2261.77/620.19		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
2261.77/620.19		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
2261.77/620.19		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
2261.77/620.19		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
2261.77/620.19		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
2261.77/620.19		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAnd(TseitinBasedIntensionCtrEncoder.java:423)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
2261.77/620.19		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
2261.77/620.19		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2261.77/620.19		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2261.77/620.19		at java.lang.reflect.Method.invoke(Method.java:498)
2261.77/620.19	
2261.88/620.39	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2261.88/620.39	c This is free software under the dual EPL/GNU LGPL licenses.
2261.88/620.39	c See www.sat4j.org for details.
2261.88/620.39	c That software uses the Rhino library from the Mozilla project.
2261.88/620.39	c version 2.3.6-SNAPSHOT
2261.88/620.39	c java.runtime.name	Java(TM) SE Runtime Environment
2261.88/620.39	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2261.88/620.39	c java.vm.version	25.131-b11
2261.88/620.39	c java.vm.vendor	Oracle Corporation
2261.88/620.39	c sun.arch.data.model	64
2261.88/620.39	c java.version		1.8.0_131
2261.88/620.39	c os.name		Linux
2261.88/620.39	c os.version		3.10.0-514.16.1.el7.x86_64
2261.88/620.39	c os.arch		amd64
2261.88/620.39	c Free memory 		499604488
2261.88/620.39	c Max memory 		7247757312
2261.88/620.39	c Total memory 		504889344
2261.88/620.39	c Number of processors 	4
2261.88/620.39	c c --- Begin Solver configuration ---
2261.88/620.39	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2261.88/620.39	c Learn all clauses as in MiniSAT
2261.88/620.39	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2261.88/620.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2261.88/620.39	c No reason simplification
2261.88/620.39	c Glucose 2.1 dynamic restart strategy
2261.88/620.39	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
2261.88/620.39	c timeout=2147483s
2261.88/620.39	c DB Simplification allowed=false
2261.88/620.39	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2261.88/620.39	c --- End Solver configuration ---
2261.88/620.39	c starts		: 0
2261.88/620.39	c conflicts		: 0
2261.88/620.39	c decisions		: 0
2261.88/620.39	c propagations		: 0
2261.88/620.39	c inspects		: 0
2261.88/620.39	c shortcuts		: 0
2261.88/620.39	c learnt literals	: 0
2261.88/620.39	c learnt binary clauses	: 0
2261.88/620.39	c learnt ternary clauses	: 0
2261.88/620.39	c learnt constraints	: 0
2261.88/620.39	c ignored constraints	: 0
2261.88/620.39	c root simplifications	: 0
2261.88/620.39	c removed literals (reason simplification)	: 0
2261.88/620.39	c reason swapping (by a shorter reason)	: 0
2261.88/620.39	c Calls to reduceDB	: 0
2261.88/620.39	c Number of update (reduction) of LBD	: 0
2261.88/620.39	c Imported unit clauses	: 0
2261.88/620.39	c number of reductions to clauses (during analyze)	: 0
2261.88/620.39	c number of learned constraints concerned by reduction	: 0
2261.88/620.39	c number of learning phase by resolution	: 0
2261.88/620.39	c number of learning phase by cutting planes	: 0
2261.88/620.39	c number of rounding to 1 operations	: 0
2261.88/620.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2261.88/620.39	c number of reductions of the coefficients by power 2 	: 0
2261.88/620.39	c number of right shift for reduction by power 2 	: 0
2261.88/620.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
2261.88/620.39	c number of ending skipping 	: 0
2261.88/620.39	c number of internal skipping 	: 0
2261.88/620.39	c number of derivation steps 	: 0
2261.88/620.39	c number of skipped derivation steps 	: 0
2261.88/620.39	c number of remaining unassigned 	: 0
2261.88/620.39	c number of remaining assigned 	: 0
2261.88/620.39	c speed (assignments/second)	: 0.0
2261.88/620.39	c non guided choices	: 0
2261.88/620.39	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 (10768 MiB free)
  memory of node 1: 16384 MiB (1090 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 0,2,4,6

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
solver pid=2511, runsolver pid=2508
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 7.00 5.55 3.91 6/215 2526
/proc/meminfo: memFree=12128292/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10659012 memory=30096 CPUtime=0.13 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 6594 0 0 0 11 2 0 0 20 0 15 0 44103430 10914828288 7524 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2664753 7524 2840 1 0 2627263 0
[pid=2511/tid=2513] ppid=2508 vsize=10659012 memory=-8970433208375932096 CPUtime=0.09 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1669 0 -1 4202560 4425 0 0 0 8 1 0 0 20 0 15 0 44103430 10914828288 7524 33554432000 4194304 4196468 140737320778976 139978276997696 139978272797853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 7524 33554432000 4194304 4196468 140737320778976 139978225395984 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 7524 33554432000 4194304 4196468 140737320778976 139978224343440 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 7524 33554432000 4194304 4196468 140737320778976 139978223290896 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 7524 33554432000 4194304 4196468 140737320778976 139978222238352 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103432 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977832360432 139978272787074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977831306656 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977830254064 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1669 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 44103435 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977828149232 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1669 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44103435 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977827096688 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0.01 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) R 2508 2511 1669 0 -1 4202560 357 0 0 0 1 0 0 0 20 0 15 0 44103435 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977826044144 139978272797274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 7524 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.210561 s]*
/proc/loadavg: 7.00 5.55 3.91 6/215 2526
/proc/meminfo: memFree=12116604/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10659012 memory=42068 CPUtime=0.32 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 8062 0 0 0 30 2 0 0 20 0 15 0 44103430 10914828288 10517 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2664753 10517 3007 1 0 2627263 0
[pid=2511/tid=2513] ppid=2508 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1669 0 -1 4202560 5006 0 0 0 19 1 0 0 20 0 15 0 44103430 10914828288 10517 33554432000 4194304 4196468 140737320778976 139978277010816 139978256819557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 10517 33554432000 4194304 4196468 140737320778976 139978225395984 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10659012 memory=140056049791372 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 10517 33554432000 4194304 4196468 140737320778976 139978224343440 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 10517 33554432000 4194304 4196468 140737320778976 139978223290896 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 10517 33554432000 4194304 4196468 140737320778976 139978222238352 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103432 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977832360432 139978272787074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977831306656 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977830254064 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1669 0 -1 1077944384 617 0 0 0 2 0 0 0 20 0 15 0 44103435 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977828149232 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1669 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 15 0 44103435 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977827096688 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0.07 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) R 2508 2511 1669 0 -1 4202560 665 0 0 0 7 0 0 0 20 0 15 0 44103435 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977826044144 139978251144432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 10517 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42068 KiB

[startup+0.310434 s]*
/proc/loadavg: 7.00 5.55 3.91 8/215 2526
/proc/meminfo: memFree=12104136/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10659012 memory=53892 CPUtime=0.58 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 9539 0 0 0 55 3 0 0 20 0 15 0 44103430 10914828288 13473 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2664753 13473 3048 1 0 2627263 0
[pid=2511/tid=2513] ppid=2508 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1669 0 -1 4202560 5356 0 0 0 28 1 0 0 20 0 15 0 44103430 10914828288 13473 33554432000 4194304 4196468 140737320778976 139978277006608 139978272797853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10659012 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 13473 33554432000 4194304 4196468 140737320778976 139978225395984 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10659012 memory=140056049789939 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 13473 33554432000 4194304 4196468 140737320778976 139978224343440 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 13473 33554432000 4194304 4196468 140737320778976 139978223290896 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103431 10914828288 13473 33554432000 4194304 4196468 140737320778976 139978222238352 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44103432 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977832360432 139978272787074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977831306656 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977830254064 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) R 2508 2511 1669 0 -1 4202560 890 0 0 0 7 0 0 0 20 0 15 0 44103435 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977828130248 139978254084782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10659012 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) R 2508 2511 1669 0 -1 4202560 956 0 0 0 6 0 0 0 20 0 15 0 44103435 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977827078392 139978250370672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0.12 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1669 0 -1 1077944384 968 0 0 0 12 0 0 0 20 0 15 0 44103435 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977826044144 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10659012 memory=140056049768064 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 13473 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 53892 KiB

[startup+0.700956 s]
/proc/loadavg: 7.00 5.55 3.91 10/215 2526
/proc/meminfo: memFree=11892700/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10659012 memory=351556 CPUtime=1.68 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 12183 0 0 0 144 24 0 0 20 0 15 0 44103430 10914828288 87889 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2664753 87889 3088 1 0 2627263 0
[pid=2511/tid=2513] ppid=2508 vsize=10659012 memory=1728 CPUtime=0.59 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) S 2508 2511 1669 0 -1 1077944384 5414 0 0 0 53 6 0 0 20 0 15 0 44103430 10914828288 87889 33554432000 4194304 4196468 140737320778976 139978277015008 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10659012 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) R 2508 2511 1669 0 -1 4202560 156 0 0 0 3 4 0 0 20 0 15 0 44103431 10914828288 87889 33554432000 4194304 4196468 140737320778976 139978225396184 139978265878644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10659012 memory=11956 CPUtime=0.06 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) R 2508 2511 1669 0 -1 4202560 166 0 0 0 2 4 0 0 20 0 15 0 44103431 10914828288 87889 33554432000 4194304 4196468 140737320778976 139978224343640 139978265878980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10659012 memory=5520 CPUtime=0.04 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) R 2508 2511 1669 0 -1 4202560 53 0 0 0 1 3 0 0 20 0 15 0 44103431 10914828288 87889 33554432000 4194304 4196468 140737320778976 139978223290784 139978265878644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10659012 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) R 2508 2511 1669 0 -1 4202560 183 0 0 0 3 4 0 0 20 0 15 0 44103431 10914828288 87889 33554432000 4194304 4196468 140737320778976 139978222238552 139978265878644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10659012 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44103432 10914828288 87889 33554432000 4194304 4196468 140737320778976 139977832358944 139978272786133 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10659012 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 87889 33554432000 4194304 4196468 140737320778976 139977831306656 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10659012 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44103433 10914828288 87889 33554432000 4194304 4196468 140737320778976 139977830254064 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10659012 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10914828288 87889 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10659012 memory=7523641866607553108 CPUtime=0.29 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1669 0 -1 1077944384 1466 0 0 0 29 0 0 0 20 0 15 0 44103435 10914828288 87889 33554432000 4194304 4196468 140737320778976 139977828149232 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10659012 memory=5789189752906409301 CPUtime=0.36 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) D 2508 2511 1669 0 -1 4202560 2304 0 0 0 36 0 0 0 20 0 15 0 44103435 10914828288 88401 33554432000 4194304 4196468 140737320778976 139977827082152 139978265493079 0 4 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10659012 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1669 0 -1 1077944384 997 0 0 0 14 0 0 0 20 0 15 0 44103435 10914828288 88401 33554432000 4194304 4196468 140737320778976 139977826044144 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 88401 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10659012 memory=33 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44103436 10914828288 88401 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 351556 KiB

[startup+1.50072 s]
/proc/loadavg: 7.00 5.55 3.91 9/215 2526
/proc/meminfo: memFree=11666936/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10659088 memory=511740 CPUtime=4.21 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 21235 0 0 0 380 41 0 0 20 0 15 0 44103430 10914906112 127935 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2664772 127935 3140 1 0 2627263 0
[pid=2511/tid=2513] ppid=2508 vsize=10659088 memory=8112282956445269571 CPUtime=1.29 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1669 0 -1 4202560 5893 0 0 0 123 6 0 0 20 0 15 0 44103430 10914906112 127935 33554432000 4194304 4196468 140737320778976 139978277013592 139977902903552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10659088 memory=-7533522213388100735 CPUtime=0.15 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1669 0 -1 1077944384 424 0 0 0 7 8 0 0 20 0 15 0 44103431 10914906112 127935 33554432000 4194304 4196468 140737320778976 139978225395984 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10659088 memory=1404222122299264374 CPUtime=0.16 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1669 0 -1 1077944384 441 0 0 0 8 8 0 0 20 0 15 0 44103431 10914906112 127935 33554432000 4194304 4196468 140737320778976 139978224343440 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10659088 memory=8514726395714820750 CPUtime=0.13 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1669 0 -1 1077944384 362 0 0 0 6 7 0 0 20 0 15 0 44103431 10914906112 127935 33554432000 4194304 4196468 140737320778976 139978223290896 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10659088 memory=-1391509512798375272 CPUtime=0.16 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1669 0 -1 1077944384 318 0 0 0 9 7 0 0 20 0 15 0 44103431 10914906112 127935 33554432000 4194304 4196468 140737320778976 139978222238352 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10659088 memory=-8102331449035005740 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 15 0 44103432 10914906112 127935 33554432000 4194304 4196468 140737320778976 139977832360432 139978272787074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0

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


[startup+614.401 s]
/proc/loadavg: 8.21 7.13 5.54 10/215 2622
/proc/meminfo: memFree=3859064/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10661136 memory=8323984 CPUtime=2240.82 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 2339757 0 0 0 223158 924 0 0 20 0 15 0 44103430 10917003264 2080996 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2665284 2080996 3188 1 0 2627775 0
[pid=2511/tid=2513] ppid=2508 vsize=10661136 memory=2929 CPUtime=34.81 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) S 2508 2511 1669 0 -1 1077944384 28715 0 0 0 3450 31 0 0 20 0 15 0 44103430 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139978277015008 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10661136 memory=1296 CPUtime=541.95 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) R 2508 2511 1669 0 -1 4202560 466833 0 0 0 53987 208 0 0 20 0 15 0 44103431 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139978225396184 139978257761211 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10661136 memory=2428 CPUtime=541.13 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) R 2508 2511 1669 0 -1 4202560 560608 0 0 0 53887 226 0 0 20 0 15 0 44103431 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139978224343328 139978257726583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10661136 memory=8323976 CPUtime=541.73 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) R 2508 2511 1669 0 -1 4202560 499178 0 0 0 53959 214 0 0 20 0 15 0 44103431 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139978223291096 139978257229874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10661136 memory=11956 CPUtime=541.32 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) R 2508 2511 1669 0 -1 4202560 608036 0 0 0 53908 224 0 0 20 0 15 0 44103431 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139978222238552 139978254329168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10661136 memory=280111862740528 CPUtime=29.29 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 118021 0 0 0 2923 6 0 0 20 0 15 0 44103432 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977832358752 139978272786133 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10661136 memory=303210123508332716 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977831306720 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10661136 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977830254080 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10661136 memory=14900 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10661136 memory=1296 CPUtime=5.17 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1669 0 -1 1077944384 25927 0 0 0 514 3 0 0 20 0 15 0 44103435 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977828149232 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10661136 memory=3160 CPUtime=4.34 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1669 0 -1 1077944384 20749 0 0 0 432 2 0 0 20 0 15 0 44103435 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977827096688 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10661136 memory=8323936 CPUtime=0.74 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1669 0 -1 1077944384 6291 0 0 0 73 1 0 0 20 0 15 0 44103435 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977826043904 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10661136 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10661136 memory=15872 CPUtime=0.24 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 3957 0 0 0 14 10 0 0 20 0 15 0 44103436 10917003264 2080996 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 2240.82 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323984 KiB

[startup+617.601 s]
/proc/loadavg: 8.36 7.18 5.56 9/215 2622
/proc/meminfo: memFree=3859064/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10661136 memory=8323988 CPUtime=2253.44 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 2339924 0 0 0 224419 925 0 0 20 0 15 0 44103430 10917003264 2080997 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2665284 2080997 3188 1 0 2627775 0
[pid=2511/tid=2513] ppid=2508 vsize=10661136 memory=14900 CPUtime=34.81 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) S 2508 2511 1669 0 -1 1077944384 28715 0 0 0 3450 31 0 0 20 0 15 0 44103430 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978277015008 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10661136 memory=8323984 CPUtime=545.14 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) R 2508 2511 1669 0 -1 4202560 466894 0 0 0 54306 208 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978225396184 139978257476602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10661136 memory=0 CPUtime=544.27 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) R 2508 2511 1669 0 -1 4202560 560680 0 0 0 54201 226 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978224343640 139978257476560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10661136 memory=8323984 CPUtime=544.88 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) R 2508 2511 1669 0 -1 4202560 499201 0 0 0 54273 215 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978223291096 139978257475805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10661136 memory=14900 CPUtime=544.45 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) R 2508 2511 1669 0 -1 4202560 608046 0 0 0 54221 224 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978222238240 139978257476574 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10661136 memory=1296 CPUtime=29.3 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 118022 0 0 0 2924 6 0 0 20 0 15 0 44103432 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977832358976 139978272786133 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10661136 memory=14900 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977831306720 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10661136 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977830254080 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10661136 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10661136 memory=8323984 CPUtime=5.17 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1669 0 -1 1077944384 25927 0 0 0 514 3 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977828149232 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10661136 memory=1696 CPUtime=4.34 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1669 0 -1 1077944384 20749 0 0 0 432 2 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977827096688 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10661136 memory=920 CPUtime=0.74 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1669 0 -1 1077944384 6291 0 0 0 73 1 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977826043904 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10661136 memory=18444 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10661136 memory=640 CPUtime=0.24 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 3957 0 0 0 14 10 0 0 20 0 15 0 44103436 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 2253.44 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323988 KiB

[startup+619.201 s]
/proc/loadavg: 8.36 7.18 5.56 10/215 2622
/proc/meminfo: memFree=3859064/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10661136 memory=8323988 CPUtime=2259.81 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 2340055 0 0 0 225056 925 0 0 20 0 15 0 44103430 10917003264 2080997 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2665284 2080997 3188 1 0 2627775 0
[pid=2511/tid=2513] ppid=2508 vsize=10661136 memory=8323988 CPUtime=34.81 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) S 2508 2511 1669 0 -1 1077944384 28715 0 0 0 3450 31 0 0 20 0 15 0 44103430 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978277015008 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10661136 memory=1240 CPUtime=546.74 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) R 2508 2511 1669 0 -1 4202560 466908 0 0 0 54466 208 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978225396184 139978257476571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10661136 memory=960 CPUtime=545.87 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) R 2508 2511 1669 0 -1 4202560 560765 0 0 0 54361 226 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978224343640 139978257233320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10661136 memory=8112282956445269571 CPUtime=546.48 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) R 2508 2511 1669 0 -1 4202560 499212 0 0 0 54433 215 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978223291096 139978257476379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10661136 memory=1944 CPUtime=546.02 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) R 2508 2511 1669 0 -1 4202560 608067 0 0 0 54378 224 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978222238240 139978257475758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10661136 memory=14900 CPUtime=29.3 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1669 0 -1 1077944384 118022 0 0 0 2924 6 0 0 20 0 15 0 44103432 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977832358976 139978272786133 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10661136 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977831306720 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10661136 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977830254080 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10661136 memory=8323988 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10661136 memory=1944 CPUtime=5.17 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1669 0 -1 1077944384 25927 0 0 0 514 3 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977828149328 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10661136 memory=1424 CPUtime=4.34 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1669 0 -1 1077944384 20749 0 0 0 432 2 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977827096736 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10661136 memory=4612 CPUtime=0.74 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1669 0 -1 1077944384 6291 0 0 0 73 1 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977826043904 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10661136 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10661136 memory=1728 CPUtime=0.24 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 3957 0 0 0 14 10 0 0 20 0 15 0 44103436 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 2259.81 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323988 KiB

[startup+620.001 s]*
/proc/loadavg: 8.49 7.23 5.59 6/215 2622
/proc/meminfo: memFree=3858940/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=10661136 memory=8323988 CPUtime=2261.67 cores=0,2,4,6
/proc/2511/stat : 2511 (java) S 2508 2511 1669 0 -1 1077944320 2340118 0 0 0 225242 925 0 0 20 0 15 0 44103430 10917003264 2080997 33554432000 4194304 4196468 140737320778976 140737320761520 139978272775927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
/proc/2511/statm: 2665284 2080997 3188 1 0 2627775 0
[pid=2511/tid=2513] ppid=2508 vsize=10661136 memory=8112282956445269571 CPUtime=34.81 cores=0,2,4,6
/proc/2511/task/2513/stat : 2513 (java) S 2508 2511 1669 0 -1 1077944384 28715 0 0 0 3450 31 0 0 20 0 15 0 44103430 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978277015008 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2514] ppid=2508 vsize=10661136 memory=4126316290023845779 CPUtime=547.09 cores=0,2,4,6
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1669 0 -1 1077944384 466926 0 0 0 54501 208 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978225395984 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2515] ppid=2508 vsize=10661136 memory=1728 CPUtime=546.22 cores=0,2,4,6
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1669 0 -1 1077944384 560782 0 0 0 54396 226 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978224343440 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2516] ppid=2508 vsize=10661136 memory=1004 CPUtime=546.83 cores=0,2,4,6
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1669 0 -1 1077944384 499226 0 0 0 54468 215 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978223290896 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2517] ppid=2508 vsize=10661136 memory=11956 CPUtime=546.37 cores=0,2,4,6
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1669 0 -1 1077944384 608081 0 0 0 54413 224 0 0 20 0 15 0 44103431 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139978222238352 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2518] ppid=2508 vsize=10661136 memory=5520 CPUtime=29.76 cores=0,2,4,6
/proc/2511/task/2518/stat : 2518 (java) R 2508 2511 1669 0 -1 4202560 118022 0 0 0 2970 6 0 0 20 0 15 0 44103432 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977832358864 139978257233549 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2519] ppid=2508 vsize=10661136 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1669 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977831306720 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2520] ppid=2508 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1669 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 44103433 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977830254080 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2521] ppid=2508 vsize=10661136 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977829202640 139978272794523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2522] ppid=2508 vsize=10661136 memory=1424 CPUtime=5.17 cores=0,2,4,6
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1669 0 -1 1077944384 25927 0 0 0 514 3 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977828149328 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2523] ppid=2508 vsize=10661136 memory=4612 CPUtime=4.34 cores=0,2,4,6
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1669 0 -1 1077944384 20749 0 0 0 432 2 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977827096736 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2524] ppid=2508 vsize=10661136 memory=8384 CPUtime=0.74 cores=0,2,4,6
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1669 0 -1 1077944384 6291 0 0 0 73 1 0 0 20 0 15 0 44103435 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977826043904 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2525] ppid=2508 vsize=10661136 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44103436 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977824991840 139978272786133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
[pid=2511/tid=2526] ppid=2508 vsize=10661136 memory=4028 CPUtime=0.24 cores=0,2,4,6
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1669 0 -1 1077944384 3957 0 0 0 14 10 0 0 20 0 15 0 44103436 10917003264 2080997 33554432000 4194304 4196468 140737320778976 139977823939376 139978272787074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27656192 140737320785009 140737320785161 140737320785161 140737320787919 0
Current children cumulated CPU time: 2261.67 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323988 KiB

[startup+620.405 s]*
/proc/loadavg: 8.49 7.23 5.59 6/202 2624
/proc/meminfo: memFree=5772364/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): 620.462
CPU time (s): 2261.95
CPU user time (s): 2252.62
CPU system time (s): 9.32961
CPU usage (%): 364.559
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8324796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2252.62
system time used= 9.32961
maximum resident set size= 8324912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2341575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43226
involuntary context switches= 55280


# summary of solver processes directly reported to runsolver:
#   pid: 2511
#   total CPU time (s): 2261.95
#   total CPU user time (s): 2252.62
#   total CPU system time (s): 9.32961

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.688 second user time and 5.99064 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 15:16:42
IDJOB=4292008
IDBENCH=141265
IDSOLVER=2742
FILE ID=node151/4292008-1532265402
RUNJOBID= node151-1532259931-1700
PBS_JOBID= 21018964
Free space on /tmp= 54880 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-03-0300_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292008-1532265402/watcher-4292008-1532265402 -o /tmp/evaluation-result-4292008-1532265402/solver-4292008-1532265402 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292008-1532265402.xml

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

MD5SUM BENCH= f3b5e910cdd6f892615a29b96bfa015e
RANDOM SEED=2092492321

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:        12144204 kB
MemAvailable:   23661272 kB
Buffers:          244072 kB
Cached:         11418520 kB
SwapCached:            0 kB
Active:          9449760 kB
Inactive:       10525848 kB
Active(anon):    8316204 kB
Inactive(anon):    16936 kB
Active(file):    1133556 kB
Inactive(file): 10508912 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            127388 kB
Writeback:             4 kB
AnonPages:       8321120 kB
Mapped:            47552 kB
Shmem:             17032 kB
Slab:             330428 kB
SReclaimable:     303060 kB
SUnreclaim:        27368 kB
KernelStack:        3504 kB
PageTables:        21432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7600128 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= 54908 MiB
End job on node151 at 2018-07-22 15:27:03