Trace number 4292028

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? 1590.51 440.762

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-17-0300_c18.xml
MD5SUM89893934ad5b9c06ca26522ad9c878f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130971634
Best CPU time to get the best result obtained on this benchmark82.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables6028
Number of constraints3865
Number of domains51
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":2107},{"size":11,"count":1809},{"size":12,"count":1},{"size":31,"count":40},{"size":33,"count":87},{"size":39,"count":25},{"size":59,"count":10},{"size":64,"count":57},{"size":66,"count":15},{"size":69,"count":34},{"size":70,"count":43},{"size":72,"count":1},{"size":73,"count":50},{"size":74,"count":6},{"size":76,"count":21},{"size":79,"count":26},{"size":82,"count":6},{"size":97,"count":23},{"size":99,"count":8},{"size":101,"count":32},{"size":103,"count":72},{"size":105,"count":85},{"size":107,"count":132},{"size":109,"count":12},{"size":110,"count":53},{"size":113,"count":7},{"size":115,"count":3},{"size":119,"count":40},{"size":130,"count":5},{"size":132,"count":2},{"size":134,"count":32},{"size":136,"count":22},{"size":138,"count":99},{"size":140,"count":66},{"size":143,"count":27},{"size":144,"count":90},{"size":147,"count":132},{"size":151,"count":746}]
Minimum variable degree2
Maximum variable degree1810
Distribution of variable degrees[{"degree":2,"count":5428},{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":12},{"degree":6,"count":14},{"degree":7,"count":31},{"degree":8,"count":28},{"degree":9,"count":30},{"degree":10,"count":32},{"degree":11,"count":42},{"degree":12,"count":46},{"degree":13,"count":36},{"degree":14,"count":59},{"degree":15,"count":85},{"degree":16,"count":118},{"degree":17,"count":63},{"degree":1810,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":247},{"arity":3,"count":1809},{"arity":6,"count":1809}]
Number of extensional constraints1809
Number of intensional constraints2056
Distribution of constraint types[{"type":"extension","count":1809},{"type":"intension","count":2056}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292028-1532265507/watcher-4292028-1532265507 -o /tmp/evaluation-result-4292028-1532265507/solver-4292028-1532265507 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292028-1532265507.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
solver pid=4907, runsolver pid=4904
Current StackSize limit: 8192 KiB


[startup+0.100143 s]*
/proc/loadavg: 4.99 4.78 4.54 3/216 4922
/proc/meminfo: memFree=16849436/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10659012 memory=30488 CPUtime=0.12 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 6696 0 0 0 11 1 0 0 20 0 15 0 44113627 10914828288 7622 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2664753 7622 2820 1 0 2627263 0
[pid=4907/tid=4909] ppid=4904 vsize=10659012 memory=-8823781446974796992 CPUtime=0.09 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) R 4904 4907 3751 0 -1 4202560 4530 0 0 0 8 1 0 0 20 0 15 0 44113627 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181974172304 140181954028894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) S 4904 4907 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181461800944 140181969959554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181460747168 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181459694576 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) S 4904 4907 3751 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181457590768 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) S 4904 4907 3751 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181456538224 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0.02 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) S 4904 4907 3751 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 44113633 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181455485680 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 7622 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210546 s]*
/proc/loadavg: 4.99 4.78 4.54 4/216 4922
/proc/meminfo: memFree=16839712/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10659012 memory=41848 CPUtime=0.33 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 8095 0 0 0 31 2 0 0 20 0 15 0 44113627 10914828288 10462 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2664753 10462 3001 1 0 2627263 0
[pid=4907/tid=4909] ppid=4904 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) R 4904 4907 3751 0 -1 4202560 5032 0 0 0 19 1 0 0 20 0 15 0 44113627 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181974184672 140181953992037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10659012 memory=139831732818834 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) S 4904 4907 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181461800944 140181969959554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181460747168 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181459694576 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) S 4904 4907 3751 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 15 0 44113633 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181457590768 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) S 4904 4907 3751 0 -1 1077944384 599 0 0 0 2 0 0 0 20 0 15 0 44113633 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181456538224 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0.08 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) R 4904 4907 3751 0 -1 4202560 719 0 0 0 8 0 0 0 20 0 15 0 44113633 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181455485680 140181954028894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 10462 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41848 KiB

[startup+0.310426 s]*
/proc/loadavg: 4.99 4.78 4.54 5/216 4922
/proc/meminfo: memFree=16825072/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10659012 memory=56212 CPUtime=0.6 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 9684 0 0 0 57 3 0 0 20 0 15 0 44113627 10914828288 14053 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2664753 14053 3047 1 0 2627263 0
[pid=4907/tid=4909] ppid=4904 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) R 4904 4907 3751 0 -1 4202560 5373 0 0 0 28 1 0 0 20 0 15 0 44113627 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181974179200 140181969970333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10659012 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10659012 memory=139831732805857 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44113628 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) S 4904 4907 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181461800944 140181969959554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181460747168 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44113630 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181459694576 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) R 4904 4907 3751 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 15 0 44113633 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181457576648 140181951468092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) R 4904 4907 3751 0 -1 4202560 1194 0 0 0 7 0 0 0 20 0 15 0 44113633 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181456519240 140181953434357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0.13 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) R 4904 4907 3751 0 -1 1077944384 1042 0 0 0 13 0 0 0 20 0 15 0 44113633 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181455485680 140181969959554 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10659012 memory=139831732655744 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113633 10914828288 14119 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56212 KiB

[startup+0.702084 s]
/proc/loadavg: 4.99 4.78 4.54 6/216 4922
/proc/meminfo: memFree=16675324/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10659088 memory=296156 CPUtime=1.63 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 12214 0 0 0 141 22 0 0 20 0 15 0 44113627 10914906112 74039 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2664772 74039 3098 1 0 2627263 0
[pid=4907/tid=4909] ppid=4904 vsize=10659088 memory=18460 CPUtime=0.61 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) R 4904 4907 3751 0 -1 4202560 5806 0 0 0 55 6 0 0 20 0 15 0 44113627 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181974167024 140181950146508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10659088 memory=10096 CPUtime=0.05 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 44113628 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10659088 memory=1788 CPUtime=0.06 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 67 0 0 0 3 3 0 0 20 0 15 0 44113628 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10659088 memory=644 CPUtime=0.04 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 50 0 0 0 2 2 0 0 20 0 15 0 44113628 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10659088 memory=952 CPUtime=0.06 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 65 0 0 0 3 3 0 0 20 0 15 0 44113628 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) S 4904 4907 3751 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44113630 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181461800944 140181969959554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44113630 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181460747168 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44113630 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181459694576 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10659088 memory=6081105704601809001 CPUtime=0.3 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) R 4904 4907 3751 0 -1 4202560 1889 0 0 0 30 0 0 0 20 0 15 0 44113633 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181457581152 140181951255121 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10659088 memory=6220993253238723945 CPUtime=0.27 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) S 4904 4907 3751 0 -1 1077944384 1733 0 0 0 27 0 0 0 20 0 15 0 44113633 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181456538224 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10659088 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) R 4904 4907 3751 0 -1 4202560 1094 0 0 0 16 0 0 0 20 0 15 0 44113633 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181455485680 140181969969754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44113633 10914906112 74039 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 296156 KiB

[startup+1.50622 s]
/proc/loadavg: 4.99 4.78 4.54 5/216 4922
/proc/meminfo: memFree=16461848/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10659088 memory=470364 CPUtime=4.21 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 21530 0 0 0 389 32 0 0 20 0 15 0 44113627 10914906112 117591 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2664772 117591 3127 1 0 2627263 0
[pid=4907/tid=4909] ppid=4904 vsize=10659088 memory=438504 CPUtime=1.35 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) R 4904 4907 3751 0 -1 4202560 5953 0 0 0 128 7 0 0 20 0 15 0 44113627 10914906112 117591 33554432000 4194304 4196468 140721747670496 140181974185784 140181579138887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10659088 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 101 0 0 0 3 5 0 0 20 0 15 0 44113628 10914906112 117591 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10659088 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 217 0 0 0 5 6 0 0 20 0 15 0 44113628 10914906112 117591 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 151 0 0 0 3 4 0 0 20 0 15 0 44113628 10914906112 117591 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 182 0 0 0 3 5 0 0 20 0 15 0 44113628 10914906112 117591 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) S 4904 4907 3751 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44113630 10914906112 117591 33554432000 4194304 4196468 140721747670496 140181461800944 140181969959554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0

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


[startup+438.401 s]
/proc/loadavg: 5.40 4.88 4.60 6/216 4938
/proc/meminfo: memFree=8140100/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10661136 memory=8337808 CPUtime=1583.99 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 2674518 0 0 0 157544 855 0 0 20 0 15 0 44113627 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2665284 2084452 3186 1 0 2627775 0
[pid=4907/tid=4909] ppid=4904 vsize=10661136 memory=1296 CPUtime=29.58 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) S 4904 4907 3751 0 -1 1077944384 30313 0 0 0 2925 33 0 0 20 0 15 0 44113627 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181974187408 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10661136 memory=2408 CPUtime=381.44 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) R 4904 4907 3751 0 -1 4202560 804761 0 0 0 37935 209 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181896022688 140181954649054 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10661136 memory=8337768 CPUtime=380.41 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) R 4904 4907 3751 0 -1 4202560 530440 0 0 0 37847 194 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181575297936 140181954648819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10661136 memory=1004 CPUtime=379.91 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) R 4904 4907 3751 0 -1 4202560 552946 0 0 0 37788 203 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181574245392 140181954649098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10661136 memory=4616 CPUtime=380.63 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) R 4904 4907 3751 0 -1 4202560 591804 0 0 0 37864 199 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181573193048 140181954938069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10661136 memory=14004 CPUtime=22.5 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) S 4904 4907 3751 0 -1 1077944384 108745 0 0 0 2244 6 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181461799488 140181969958613 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10661136 memory=8337800 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181460747232 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10661136 memory=8337800 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181459694592 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10661136 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10661136 memory=1444 CPUtime=3.42 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) S 4904 4907 3751 0 -1 1077944384 17469 0 0 0 341 1 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181457590768 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10661136 memory=5520 CPUtime=4.95 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) S 4904 4907 3751 0 -1 1077944384 29478 0 0 0 491 4 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181456537984 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10661136 memory=4616 CPUtime=0.74 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) S 4904 4907 3751 0 -1 1077944384 5935 0 0 0 73 1 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181455484576 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10661136 memory=1228 CPUtime=0.32 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1197 0 0 0 19 13 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 1583.99 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337808 KiB

[startup+440.001 s]*
/proc/loadavg: 5.40 4.88 4.60 3/216 4938
/proc/meminfo: memFree=8140100/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10661136 memory=8337808 CPUtime=1589.93 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 2674621 0 0 0 158138 855 0 0 20 0 15 0 44113627 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2665284 2084452 3186 1 0 2627775 0
[pid=4907/tid=4909] ppid=4904 vsize=10661136 memory=8337768 CPUtime=29.58 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) S 4904 4907 3751 0 -1 1077944384 30313 0 0 0 2925 33 0 0 20 0 15 0 44113627 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181974187408 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10661136 memory=4126316290023845779 CPUtime=382.87 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 804761 0 0 0 38078 209 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10661136 memory=2872 CPUtime=381.86 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 530479 0 0 0 37992 194 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10661136 memory=2868 CPUtime=381.36 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 552972 0 0 0 37933 203 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10661136 memory=4100 CPUtime=382.08 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 591829 0 0 0 38009 199 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10661136 memory=1408 CPUtime=22.66 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) R 4904 4907 3751 0 -1 4202560 108754 0 0 0 2260 6 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181461799488 140181954944811 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10661136 memory=3236 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181460747232 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10661136 memory=1641208 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181459694592 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10661136 memory=644 CPUtime=3.42 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) S 4904 4907 3751 0 -1 1077944384 17472 0 0 0 341 1 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181457590816 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10661136 memory=952 CPUtime=4.95 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) S 4904 4907 3751 0 -1 1077944384 29478 0 0 0 491 4 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181456537984 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10661136 memory=1408 CPUtime=0.74 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) S 4904 4907 3751 0 -1 1077944384 5935 0 0 0 73 1 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181455484576 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10661136 memory=3236 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10661136 memory=1641208 CPUtime=0.33 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1198 0 0 0 19 14 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 1589.93 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337808 KiB

[startup+440.401 s]
/proc/loadavg: 5.40 4.88 4.60 3/216 4938
/proc/meminfo: memFree=8140100/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10661136 memory=8337808 CPUtime=1590.33 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 2674621 0 0 0 158178 855 0 0 20 0 15 0 44113627 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2665284 2084452 3186 1 0 2627775 0
[pid=4907/tid=4909] ppid=4904 vsize=10661136 memory=2240 CPUtime=29.58 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) S 4904 4907 3751 0 -1 1077944384 30313 0 0 0 2925 33 0 0 20 0 15 0 44113627 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181974187408 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10661136 memory=4124 CPUtime=382.87 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 804761 0 0 0 38078 209 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10661136 memory=2200 CPUtime=381.86 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 530479 0 0 0 37992 194 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10661136 memory=8337808 CPUtime=381.36 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 552972 0 0 0 37933 203 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10661136 memory=15872 CPUtime=382.08 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 591829 0 0 0 38009 199 0 0 20 0 15 0 44113628 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10661136 memory=4008 CPUtime=23.05 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) R 4904 4907 3751 0 -1 4202560 108754 0 0 0 2299 6 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181461799488 140181954944811 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10661136 memory=18460 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181460747232 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10661136 memory=10104 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44113630 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181459694592 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10661136 memory=1236 CPUtime=3.42 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) S 4904 4907 3751 0 -1 1077944384 17472 0 0 0 341 1 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181457590816 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10661136 memory=2340 CPUtime=4.95 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) S 4904 4907 3751 0 -1 1077944384 29478 0 0 0 491 4 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181456537984 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10661136 memory=1576 CPUtime=0.74 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) S 4904 4907 3751 0 -1 1077944384 5935 0 0 0 73 1 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181455484576 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10661136 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10661136 memory=2240 CPUtime=0.33 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1198 0 0 0 19 14 0 0 20 0 15 0 44113633 10917003264 2084452 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 1590.33 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337808 KiB

[startup+440.601 s]
/proc/loadavg: 5.40 4.88 4.60 3/216 4938
/proc/meminfo: memFree=8140100/32770624 swapFree=67108860/67108860
[pid=4907] ppid=4904 vsize=10794416 memory=8338612 CPUtime=1590.43 cores=1,3,5,7
/proc/4907/stat : 4907 (java) S 4904 4907 3751 0 -1 1077944320 2678323 0 0 0 158187 856 0 0 20 0 16 0 44113627 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140721747653040 140181969948407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
/proc/4907/statm: 2698604 2084653 3229 1 0 2661057 0
[pid=4907/tid=4909] ppid=4904 vsize=10794416 memory=644 CPUtime=29.6 cores=1,3,5,7
/proc/4907/task/4909/stat : 4909 (java) S 4904 4907 3751 0 -1 1077944384 30781 0 0 0 2927 33 0 0 20 0 16 0 44113627 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181974189088 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4910] ppid=4904 vsize=10794416 memory=952 CPUtime=382.87 cores=1,3,5,7
/proc/4907/task/4910/stat : 4910 (java) S 4904 4907 3751 0 -1 1077944384 804761 0 0 0 38078 209 0 0 20 0 16 0 44113628 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181896022800 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4911] ppid=4904 vsize=10794416 memory=1236 CPUtime=381.86 cores=1,3,5,7
/proc/4907/task/4911/stat : 4911 (java) S 4904 4907 3751 0 -1 1077944384 530479 0 0 0 37992 194 0 0 20 0 16 0 44113628 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181575297936 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4912] ppid=4904 vsize=10794416 memory=2340 CPUtime=381.36 cores=1,3,5,7
/proc/4907/task/4912/stat : 4912 (java) S 4904 4907 3751 0 -1 1077944384 552972 0 0 0 37933 203 0 0 20 0 16 0 44113628 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181574245392 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4913] ppid=4904 vsize=10794416 memory=1576 CPUtime=382.08 cores=1,3,5,7
/proc/4907/task/4913/stat : 4913 (java) S 4904 4907 3751 0 -1 1077944384 591829 0 0 0 38009 199 0 0 20 0 16 0 44113628 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181573192848 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4914] ppid=4904 vsize=10794416 memory=8337808 CPUtime=23.1 cores=1,3,5,7
/proc/4907/task/4914/stat : 4914 (java) S 4904 4907 3751 0 -1 1077944384 111380 0 0 0 2304 6 0 0 20 0 16 0 44113630 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181461800944 140181969959554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4915] ppid=4904 vsize=10794416 memory=8337808 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4915/stat : 4915 (java) S 4904 4907 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44113630 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181460747232 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4916] ppid=4904 vsize=10794416 memory=15541808151136668 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4916/stat : 4916 (java) S 4904 4907 3751 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 44113630 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181459694592 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4917] ppid=4904 vsize=10794416 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4917/stat : 4917 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44113633 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181458643152 140181969967003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4918] ppid=4904 vsize=10794416 memory=4124 CPUtime=3.42 cores=1,3,5,7
/proc/4907/task/4918/stat : 4918 (java) S 4904 4907 3751 0 -1 1077944384 17472 0 0 0 341 1 0 0 20 0 16 0 44113633 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181457590768 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4919] ppid=4904 vsize=10794416 memory=2200 CPUtime=4.96 cores=1,3,5,7
/proc/4907/task/4919/stat : 4919 (java) S 4904 4907 3751 0 -1 1077944384 29618 0 0 0 492 4 0 0 20 0 16 0 44113633 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181456538224 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4920] ppid=4904 vsize=10794416 memory=7284 CPUtime=0.75 cores=1,3,5,7
/proc/4907/task/4920/stat : 4920 (java) S 4904 4907 3751 0 -1 1077944384 6351 0 0 0 74 1 0 0 20 0 16 0 44113633 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181455485680 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4921] ppid=4904 vsize=10794416 memory=840 CPUtime=0 cores=1,3,5,7
/proc/4907/task/4921/stat : 4921 (java) S 4904 4907 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44113633 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181454433376 140181969958613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
[pid=4907/tid=4922] ppid=4904 vsize=10794416 memory=1800 CPUtime=0.33 cores=1,3,5,7
/proc/4907/task/4922/stat : 4922 (java) S 4904 4907 3751 0 -1 1077944384 1198 0 0 0 19 14 0 0 20 0 16 0 44113633 11053481984 2084653 33554432000 4194304 4196468 140721747670496 140181453379888 140181969959554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36847616 140721747678321 140721747678473 140721747678473 140721747681231 0
Current children cumulated CPU time: 1590.43 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8338612 KiB

[startup+440.701 s]*
/proc/loadavg: 5.40 4.88 4.60 3/203 4940
/proc/meminfo: memFree=9301628/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): 440.762
CPU time (s): 1590.51
CPU user time (s): 1581.87
CPU system time (s): 8.64145
CPU usage (%): 360.855
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8338612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1581.87
system time used= 8.64145
maximum resident set size= 8338872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2678384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30000
involuntary context switches= 15690


# summary of solver processes directly reported to runsolver:
#   pid: 4907
#   total CPU time (s): 1590.51
#   total CPU user time (s): 1581.87
#   total CPU system time (s): 8.64145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.8146 second user time and 4.35966 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 15:18:28
IDJOB=4292028
IDBENCH=141269
IDSOLVER=2742
FILE ID=node106/4292028-1532265507
RUNJOBID= node106-1532261164-3783
PBS_JOBID= 21018972
Free space on /tmp= 52928 MiB

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

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

MD5SUM BENCH= 89893934ad5b9c06ca26522ad9c878f8
RANDOM SEED=1257506181

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        16867820 kB
MemAvailable:   30689564 kB
Buffers:          244084 kB
Cached:         13665564 kB
SwapCached:            0 kB
Active:          2613892 kB
Inactive:       12598748 kB
Active(anon):    1305840 kB
Inactive(anon):    17096 kB
Active(file):    1308052 kB
Inactive(file): 12581652 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            103560 kB
Writeback:             0 kB
AnonPages:       1299676 kB
Mapped:            47492 kB
Shmem:             17036 kB
Slab:             388248 kB
SReclaimable:     360500 kB
SUnreclaim:        27748 kB
KernelStack:        3552 kB
PageTables:         7868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2391532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1196032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52928 MiB
End job on node106 at 2018-07-22 15:25:48