Trace number 4292018

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? 1721.28 474.838

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test02-0250_c18.xml
MD5SUM2354d9b784d04df982f0d1b4068abd13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89666091
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints1131
Number of intensional constraints1331
Distribution of constraint types[{"type":"extension","count":1131},{"type":"intension","count":1331}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292018-1532265447/watcher-4292018-1532265447 -o /tmp/evaluation-result-4292018-1532265447/solver-4292018-1532265447 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292018-1532265447.xml 

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

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

solver pid=3941, runsolver pid=3938

[startup+0.10013 s]*
/proc/loadavg: 2.18 2.09 2.06 4/220 3956
/proc/meminfo: memFree=15648204/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10659012 memory=30704 CPUtime=0.13 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 6730 0 0 0 11 2 0 0 20 0 15 0 44107865 10914828288 7676 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2664753 7676 2821 1 0 2627263 0
[pid=3941/tid=3943] ppid=3938 vsize=10659012 memory=-8393965859002741952 CPUtime=0.09 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) R 3938 3941 3347 0 -1 4202560 4579 0 0 0 8 1 0 0 20 0 15 0 44107865 10914828288 7676 33554432000 4194304 4196468 140724275664000 140217131591536 140217127398806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 7676 33554432000 4194304 4196468 140724275664000 140217064077840 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 7676 33554432000 4194304 4196468 140724275664000 140217063025296 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 7676 33554432000 4194304 4196468 140724275664000 140217061972240 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) S 3938 3941 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 7676 33554432000 4194304 4196468 140724275664000 140217060919696 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44107867 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216619510512 140217127398018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44107868 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216618456736 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44107868 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216617403632 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) S 3938 3941 3347 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 44107870 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216615299312 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216614246768 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0.02 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) S 3938 3941 3347 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 44107870 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216613193712 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107871 10914828288 7676 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30704 KiB

[startup+0.210988 s]*
/proc/loadavg: 2.18 2.09 2.06 4/220 3956
/proc/meminfo: memFree=15633908/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10659012 memory=41912 CPUtime=0.34 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 8102 0 0 0 31 3 0 0 20 0 15 0 44107865 10914828288 10478 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2664753 10478 3005 1 0 2627263 0
[pid=3941/tid=3943] ppid=3938 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) R 3938 3941 3347 0 -1 4202560 5039 0 0 0 18 2 0 0 20 0 15 0 44107865 10914828288 10478 33554432000 4194304 4196468 140724275664000 140217131623152 140217111430501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 10478 33554432000 4194304 4196468 140724275664000 140217064077840 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10659012 memory=140560372093340 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 10478 33554432000 4194304 4196468 140724275664000 140217063025296 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 10478 33554432000 4194304 4196468 140724275664000 140217061972240 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) S 3938 3941 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 10478 33554432000 4194304 4196468 140724275664000 140217060919696 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44107867 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216619510512 140217127398018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44107868 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216618456736 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44107868 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216617403632 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) S 3938 3941 3347 0 -1 1077944384 827 0 0 0 2 0 0 0 20 0 15 0 44107870 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216615299312 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) S 3938 3941 3347 0 -1 1077944384 165 0 0 0 2 0 0 0 20 0 15 0 44107870 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216614246768 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0.07 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) R 3938 3941 3347 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 44107870 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216613193712 140217120104023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107871 10914828288 10478 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41912 KiB

[startup+0.310829 s]*
/proc/loadavg: 2.18 2.09 2.06 5/220 3956
/proc/meminfo: memFree=15625056/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10659012 memory=56816 CPUtime=0.58 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 9733 0 0 0 55 3 0 0 20 0 15 0 44107865 10914828288 14204 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2664753 14204 3049 1 0 2627263 0
[pid=3941/tid=3943] ppid=3938 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) R 3938 3941 3347 0 -1 4202560 5384 0 0 0 28 2 0 0 20 0 15 0 44107865 10914828288 14716 33554432000 4194304 4196468 140724275664000 140217131625024 140217127408797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10659012 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 14716 33554432000 4194304 4196468 140724275664000 140217064077840 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10659012 memory=15959479829763736 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 14716 33554432000 4194304 4196468 140724275664000 140217063025296 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 14716 33554432000 4194304 4196468 140724275664000 140217061972240 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) S 3938 3941 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44107866 10914828288 14716 33554432000 4194304 4196468 140724275664000 140217060919696 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44107867 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216619510512 140217127398018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44107868 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216618456736 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44107868 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216617403632 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) S 3938 3941 3347 0 -1 1077944384 1338 0 0 0 7 0 0 0 20 0 15 0 44107870 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216615299312 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10659012 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) R 3938 3941 3347 0 -1 4202560 751 0 0 0 6 0 0 0 20 0 15 0 44107870 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216614227784 140217110872821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0.12 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) S 3938 3941 3347 0 -1 1077944384 895 0 0 0 12 0 0 0 20 0 15 0 44107870 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216613193712 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10659012 memory=140560371914368 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107871 10914828288 14716 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56816 KiB

[startup+0.700692 s]
/proc/loadavg: 2.18 2.09 2.06 6/220 3956
/proc/meminfo: memFree=15421812/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10659088 memory=295748 CPUtime=1.6 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 12143 0 0 0 137 23 0 0 20 0 15 0 44107865 10914906112 73937 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2664772 73937 3107 1 0 2627263 0
[pid=3941/tid=3943] ppid=3938 vsize=10659088 memory=1844 CPUtime=0.61 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) R 3938 3941 3347 0 -1 4202560 5806 0 0 0 54 7 0 0 20 0 15 0 44107865 10914906112 73937 33554432000 4194304 4196468 140724275664000 140217131622944 140216740444496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10659088 memory=796 CPUtime=0.05 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) S 3938 3941 3347 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 44107866 10914906112 73937 33554432000 4194304 4196468 140724275664000 140217064077840 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10659088 memory=1700 CPUtime=0.05 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) S 3938 3941 3347 0 -1 1077944384 53 0 0 0 2 3 0 0 20 0 15 0 44107866 10914906112 73937 33554432000 4194304 4196468 140724275664000 140217063025296 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10659088 memory=12984 CPUtime=0.05 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) S 3938 3941 3347 0 -1 1077944384 61 0 0 0 2 3 0 0 20 0 15 0 44107866 10914906112 73937 33554432000 4194304 4196468 140724275664000 140217061972240 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10659088 memory=5664 CPUtime=0.05 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) S 3938 3941 3347 0 -1 1077944384 69 0 0 0 2 3 0 0 20 0 15 0 44107866 10914906112 73937 33554432000 4194304 4196468 140724275664000 140217060919696 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44107867 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216619510512 140217127398018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44107868 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216618456736 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 44107868 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216617403632 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10659088 memory=7739276948478455658 CPUtime=0.27 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) R 3938 3941 3347 0 -1 4202560 2278 0 0 0 27 0 0 0 20 0 15 0 44107870 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216615285336 140217112496637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10659088 memory=7079773312675500112 CPUtime=0.25 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) R 3938 3941 3347 0 -1 4202560 1244 0 0 0 25 0 0 0 20 0 15 0 44107870 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216614235008 140217108930644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10659088 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) R 3938 3941 3347 0 -1 4202560 1123 0 0 0 19 0 0 0 20 0 15 0 44107870 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216613190648 140217113522768 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44107871 10914906112 73937 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 295748 KiB

[startup+1.50083 s]
/proc/loadavg: 2.18 2.09 2.06 6/220 3956
/proc/meminfo: memFree=15159652/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10659088 memory=444340 CPUtime=4.14 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 26149 0 0 0 385 29 0 0 20 0 15 0 44107865 10914906112 111085 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2664772 111085 3129 1 0 2627263 0
[pid=3941/tid=3943] ppid=3938 vsize=10659088 memory=8112282956445269571 CPUtime=1.35 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) R 3938 3941 3347 0 -1 4202560 5919 0 0 0 128 7 0 0 20 0 15 0 44107865 10914906112 111085 33554432000 4194304 4196468 140724275664000 140217131624520 140216744170024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10659088 memory=-8754540793456063680 CPUtime=0.09 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) S 3938 3941 3347 0 -1 1077944384 181 0 0 0 5 4 0 0 20 0 15 0 44107866 10914906112 111085 33554432000 4194304 4196468 140724275664000 140217064077840 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10659088 memory=-2843869621055772062 CPUtime=0.07 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) S 3938 3941 3347 0 -1 1077944384 81 0 0 0 4 3 0 0 20 0 15 0 44107866 10914906112 111085 33554432000 4194304 4196468 140724275664000 140217063025296 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10659088 memory=5450919713671312938 CPUtime=0.1 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) S 3938 3941 3347 0 -1 1077944384 99 0 0 0 6 4 0 0 20 0 15 0 44107866 10914906112 111085 33554432000 4194304 4196468 140724275664000 140217061972240 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10659088 memory=7005738693937936738 CPUtime=0.08 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) S 3938 3941 3347 0 -1 1077944384 297 0 0 0 4 4 0 0 20 0 15 0 44107866 10914906112 111085 33554432000 4194304 4196468 140724275664000 140217060919696 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44107867 10914906112 111085 33554432000 4194304 4196468 140724275664000 140216619510512 140217127398018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0

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


[startup+470.401 s]
/proc/loadavg: 7.75 6.32 4.10 9/220 3974
/proc/meminfo: memFree=191920/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10661136 memory=8367716 CPUtime=1706.42 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 2168666 0 0 0 169839 803 0 0 20 0 15 0 44107865 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2665284 2091929 3187 1 0 2627775 0
[pid=3941/tid=3943] ppid=3938 vsize=10661136 memory=8367716 CPUtime=29.79 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) S 3938 3941 3347 0 -1 1077944384 24413 0 0 0 2948 31 0 0 20 0 15 0 44107865 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217131626384 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10661136 memory=8367712 CPUtime=412.35 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) R 3938 3941 3347 0 -1 4202560 527294 0 0 0 41049 186 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217064078040 140217112087504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10661136 memory=8367716 CPUtime=410.75 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) R 3938 3941 3347 0 -1 4202560 589919 0 0 0 40884 191 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217063025184 140217112087543 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10661136 memory=8367716 CPUtime=410.62 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) R 3938 3941 3347 0 -1 4202560 363357 0 0 0 40883 179 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217061972440 140217112376360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10661136 memory=15072 CPUtime=410.7 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) R 3938 3941 3347 0 -1 4202560 492744 0 0 0 40873 197 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217060919896 140217112087538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10661136 memory=1296 CPUtime=24.02 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 115151 0 0 0 2397 5 0 0 20 0 15 0 44107867 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216619509056 140217127397077 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10661136 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216618456800 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216617403648 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10661136 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10661136 memory=1844 CPUtime=3.38 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) S 3938 3941 3347 0 -1 1077944384 21060 0 0 0 335 3 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216615299312 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10661136 memory=796 CPUtime=3.77 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) S 3938 3941 3347 0 -1 1077944384 25373 0 0 0 374 3 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216614246768 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10661136 memory=8112282956445269571 CPUtime=0.75 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) S 3938 3941 3347 0 -1 1077944384 6185 0 0 0 74 1 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216613188480 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10661136 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10661136 memory=5664 CPUtime=0.21 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1702 0 0 0 11 10 0 0 20 0 15 0 44107871 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 1706.42 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8367716 KiB

[startup+472.001 s]*
/proc/loadavg: 7.75 6.32 4.10 9/220 3974
/proc/meminfo: memFree=191920/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10661136 memory=8367716 CPUtime=1712.83 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 2179013 0 0 0 170479 804 0 0 20 0 15 0 44107865 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2665284 2091929 3187 1 0 2627775 0
[pid=3941/tid=3943] ppid=3938 vsize=10661136 memory=1204 CPUtime=29.79 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) S 3938 3941 3347 0 -1 1077944384 24413 0 0 0 2948 31 0 0 20 0 15 0 44107865 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217131626384 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10661136 memory=4126316290023845779 CPUtime=413.95 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) R 3938 3941 3347 0 -1 4202560 536734 0 0 0 41209 186 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217064078040 140217112087504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10661136 memory=0 CPUtime=412.34 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) R 3938 3941 3347 0 -1 4202560 590177 0 0 0 41042 192 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217063025184 140217112376546 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10661136 memory=0 CPUtime=412.23 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) R 3938 3941 3347 0 -1 4202560 363749 0 0 0 41044 179 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217061972440 140217108940112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10661136 memory=0 CPUtime=412.31 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) R 3938 3941 3347 0 -1 4202560 493001 0 0 0 41034 197 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217060919896 140217112086684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10661136 memory=0 CPUtime=24.02 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 115151 0 0 0 2397 5 0 0 20 0 15 0 44107867 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216619509056 140217127397077 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216618456800 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216617403648 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10661136 memory=0 CPUtime=3.38 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) S 3938 3941 3347 0 -1 1077944384 21060 0 0 0 335 3 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216615299360 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10661136 memory=0 CPUtime=3.77 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) S 3938 3941 3347 0 -1 1077944384 25373 0 0 0 374 3 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216614246528 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10661136 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) S 3938 3941 3347 0 -1 1077944384 6185 0 0 0 74 1 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216613188480 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10661136 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1702 0 0 0 11 10 0 0 20 0 15 0 44107871 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 1712.83 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8367716 KiB

[startup+473.611 s]
/proc/loadavg: 7.75 6.32 4.10 9/220 3974
/proc/meminfo: memFree=191912/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10661136 memory=8367716 CPUtime=1719.22 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 2195530 0 0 0 171117 805 0 0 20 0 15 0 44107865 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2665284 2091929 3187 1 0 2627775 0
[pid=3941/tid=3943] ppid=3938 vsize=10661136 memory=5664 CPUtime=29.79 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) S 3938 3941 3347 0 -1 1077944384 24413 0 0 0 2948 31 0 0 20 0 15 0 44107865 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217131626384 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10661136 memory=4036 CPUtime=415.56 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) R 3938 3941 3347 0 -1 4202560 540193 0 0 0 41369 187 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217064078040 140217112087456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10661136 memory=15072 CPUtime=413.92 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) R 3938 3941 3347 0 -1 4202560 593761 0 0 0 41200 192 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217063025184 140217112376524 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10661136 memory=1296 CPUtime=413.82 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) R 3938 3941 3347 0 -1 4202560 369896 0 0 0 41203 179 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217061972440 140217112087489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10661136 memory=1012 CPUtime=413.91 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) R 3938 3941 3347 0 -1 4202560 496328 0 0 0 41194 197 0 0 20 0 15 0 44107866 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140217060919896 140217112385168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10661136 memory=8367716 CPUtime=24.02 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) S 3938 3941 3347 0 -1 1077944384 115151 0 0 0 2397 5 0 0 20 0 15 0 44107867 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216619509056 140217127397077 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10661136 memory=840 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216618456800 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10661136 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216617403648 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10661136 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10661136 memory=1232 CPUtime=3.38 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) S 3938 3941 3347 0 -1 1077944384 21060 0 0 0 335 3 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216615299360 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10661136 memory=8384 CPUtime=3.77 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) S 3938 3941 3347 0 -1 1077944384 25373 0 0 0 374 3 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216614246528 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10661136 memory=15872 CPUtime=0.75 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) S 3938 3941 3347 0 -1 1077944384 6185 0 0 0 74 1 0 0 20 0 15 0 44107870 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216613188480 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10661136 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10661136 memory=8112282956445269571 CPUtime=0.21 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1702 0 0 0 11 10 0 0 20 0 15 0 44107871 10917003264 2091929 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 1719.22 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8367716 KiB

[startup+474.401 s]
/proc/loadavg: 7.75 6.32 4.10 6/220 3974
/proc/meminfo: memFree=191912/32770624 swapFree=67108860/67108860
[pid=3941] ppid=3938 vsize=10661136 memory=8367732 CPUtime=1720.94 cores=1,3,5,7
/proc/3941/stat : 3941 (java) S 3938 3941 3347 0 -1 1077944320 2197776 0 0 0 171289 805 0 0 20 0 15 0 44107865 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140724275646544 140217127386871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
/proc/3941/statm: 2665284 2091933 3187 1 0 2627775 0
[pid=3941/tid=3943] ppid=3938 vsize=10661136 memory=8367716 CPUtime=29.79 cores=1,3,5,7
/proc/3941/task/3943/stat : 3943 (java) S 3938 3941 3347 0 -1 1077944384 24413 0 0 0 2948 31 0 0 20 0 15 0 44107865 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140217131626384 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3944] ppid=3938 vsize=10661136 memory=1956 CPUtime=415.87 cores=1,3,5,7
/proc/3941/task/3944/stat : 3944 (java) S 3938 3941 3347 0 -1 1077944384 540319 0 0 0 41400 187 0 0 20 0 15 0 44107866 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140217064077840 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3945] ppid=3938 vsize=10661136 memory=1204 CPUtime=414.22 cores=1,3,5,7
/proc/3941/task/3945/stat : 3945 (java) S 3938 3941 3347 0 -1 1077944384 594146 0 0 0 41230 192 0 0 20 0 15 0 44107866 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140217063025296 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3946] ppid=3938 vsize=10661136 memory=4048 CPUtime=414.14 cores=1,3,5,7
/proc/3941/task/3946/stat : 3946 (java) S 3938 3941 3347 0 -1 1077944384 370280 0 0 0 41235 179 0 0 20 0 15 0 44107866 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140217061972240 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3947] ppid=3938 vsize=10661136 memory=1236 CPUtime=414.22 cores=1,3,5,7
/proc/3941/task/3947/stat : 3947 (java) S 3938 3941 3347 0 -1 1077944384 496586 0 0 0 41225 197 0 0 20 0 15 0 44107866 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140217060919696 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3948] ppid=3938 vsize=10661136 memory=9424 CPUtime=24.5 cores=1,3,5,7
/proc/3941/task/3948/stat : 3948 (java) R 3938 3941 3347 0 -1 4202560 116244 0 0 0 2445 5 0 0 20 0 15 0 44107867 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216619508944 140217112383272 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3949] ppid=3938 vsize=10661136 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3949/stat : 3949 (java) S 3938 3941 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216618456800 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3950] ppid=3938 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3950/stat : 3950 (java) S 3938 3941 3347 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 44107868 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216617403648 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3951] ppid=3938 vsize=10661136 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3951/stat : 3951 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107870 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216616352208 140217127405467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3952] ppid=3938 vsize=10661136 memory=1424 CPUtime=3.38 cores=1,3,5,7
/proc/3941/task/3952/stat : 3952 (java) S 3938 3941 3347 0 -1 1077944384 21060 0 0 0 335 3 0 0 20 0 15 0 44107870 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216615299360 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3953] ppid=3938 vsize=10661136 memory=1232 CPUtime=3.77 cores=1,3,5,7
/proc/3941/task/3953/stat : 3953 (java) S 3938 3941 3347 0 -1 1077944384 25373 0 0 0 374 3 0 0 20 0 15 0 44107870 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216614246528 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3954] ppid=3938 vsize=10661136 memory=8112282956445269571 CPUtime=0.75 cores=1,3,5,7
/proc/3941/task/3954/stat : 3954 (java) S 3938 3941 3347 0 -1 1077944384 6185 0 0 0 74 1 0 0 20 0 15 0 44107870 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216613188480 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3955] ppid=3938 vsize=10661136 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/3941/task/3955/stat : 3955 (java) S 3938 3941 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44107871 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216612141408 140217127397077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
[pid=3941/tid=3956] ppid=3938 vsize=10661136 memory=1844 CPUtime=0.21 cores=1,3,5,7
/proc/3941/task/3956/stat : 3956 (java) S 3938 3941 3347 0 -1 1077944384 1702 0 0 0 11 10 0 0 20 0 15 0 44107871 10917003264 2091933 33554432000 4194304 4196468 140724275664000 140216611089456 140217127398018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140724275668081 140724275668233 140724275668233 140724275670991 0
Current children cumulated CPU time: 1720.94 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8367732 KiB

[startup+474.801 s]*
/proc/loadavg: 7.45 6.28 4.10 6/207 3976
/proc/meminfo: memFree=1685476/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): 474.838
CPU time (s): 1721.28
CPU user time (s): 1713.16
CPU system time (s): 8.12554
CPU usage (%): 362.499
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8368616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1713.16
system time used= 8.12554
maximum resident set size= 8368796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2201506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29686
involuntary context switches= 36228


# summary of solver processes directly reported to runsolver:
#   pid: 3941
#   total CPU time (s): 1721.28
#   total CPU user time (s): 1713.16
#   total CPU system time (s): 8.12554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.69839 second user time and 5.06487 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 15:17:27
IDJOB=4292018
IDBENCH=141267
IDSOLVER=2742
FILE ID=node133/4292018-1532265447
RUNJOBID= node133-1532260671-3379
PBS_JOBID= 21018968
Free space on /tmp= 52340 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test02-0250_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292018-1532265447/watcher-4292018-1532265447 -o /tmp/evaluation-result-4292018-1532265447/solver-4292018-1532265447 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292018-1532265447.xml

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

MD5SUM BENCH= 2354d9b784d04df982f0d1b4068abd13
RANDOM SEED=470075629

node133.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.24
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.24
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.24
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.24
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:        15717276 kB
MemAvailable:   30869144 kB
Buffers:          237260 kB
Cached:         14983360 kB
SwapCached:            0 kB
Active:          2564076 kB
Inactive:       13741316 kB
Active(anon):    1087488 kB
Inactive(anon):    17016 kB
Active(file):    1476588 kB
Inactive(file): 13724300 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            151480 kB
Writeback:         67064 kB
AnonPages:        852004 kB
Mapped:            47744 kB
Shmem:             17056 kB
Slab:             445016 kB
SReclaimable:     379440 kB
SUnreclaim:        65576 kB
KernelStack:        3872 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2628080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52336 MiB
End job on node133 at 2018-07-22 15:25:22