Trace number 4291978

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? 2083.86 581.659

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test01-0150_c18.xml
MD5SUMdeef1e755c9079fc369bbf159731f616
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18292585
Best CPU time to get the best result obtained on this benchmark2058.63
Satisfiable
(Un)Satisfiability was proved
Number of variables2328
Number of constraints1459
Number of domains42
Minimum domain size2
Maximum domain size151
Distribution of domain sizes[{"size":2,"count":826},{"size":11,"count":676},{"size":12,"count":1},{"size":21,"count":68},{"size":57,"count":16},{"size":61,"count":10},{"size":67,"count":17},{"size":69,"count":10},{"size":77,"count":22},{"size":79,"count":2},{"size":81,"count":11},{"size":84,"count":3},{"size":99,"count":10},{"size":102,"count":17},{"size":104,"count":3},{"size":106,"count":17},{"size":114,"count":2},{"size":116,"count":14},{"size":117,"count":77},{"size":121,"count":12},{"size":125,"count":11},{"size":128,"count":8},{"size":129,"count":4},{"size":131,"count":118},{"size":133,"count":17},{"size":136,"count":68},{"size":138,"count":7},{"size":139,"count":11},{"size":141,"count":78},{"size":143,"count":11},{"size":144,"count":5},{"size":146,"count":98},{"size":148,"count":12},{"size":151,"count":66}]
Minimum variable degree2
Maximum variable degree677
Distribution of variable degrees[{"degree":2,"count":2027},{"degree":3,"count":2},{"degree":4,"count":7},{"degree":5,"count":12},{"degree":6,"count":22},{"degree":7,"count":33},{"degree":8,"count":30},{"degree":9,"count":30},{"degree":10,"count":30},{"degree":11,"count":34},{"degree":12,"count":37},{"degree":13,"count":48},{"degree":14,"count":15},{"degree":677,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":108},{"arity":3,"count":675},{"arity":6,"count":676}]
Number of extensional constraints676
Number of intensional constraints783
Distribution of constraint types[{"type":"extension","count":676},{"type":"intension","count":783}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291978-1532264944/watcher-4291978-1532264944 -o /tmp/evaluation-result-4291978-1532264944/solver-4291978-1532264944 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291978-1532264944.xml 

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

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


[startup+0.100145 s]*
/proc/loadavg: 1.94 2.01 2.04 6/215 1812
/proc/meminfo: memFree=22978732/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10659012 memory=31524 CPUtime=0.13 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 6431 0 0 0 11 2 0 0 20 0 15 0 44057642 10914828288 7881 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2664753 7881 2817 1 0 2627263 0
[pid=1797/tid=1799] ppid=1794 vsize=10659012 memory=7970124041166878227 CPUtime=0.09 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) R 1794 1797 877 0 -1 4202560 4280 0 0 0 8 1 0 0 20 0 15 0 44057642 10914828288 7881 33554432000 4194304 4196468 140722793444096 139686855608832 139686851403158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 7881 33554432000 4194304 4196468 140722793444096 139686777465360 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 7881 33554432000 4194304 4196468 140722793444096 139686776412816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 7881 33554432000 4194304 4196468 140722793444096 139686775359760 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) S 1794 1797 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 7881 33554432000 4194304 4196468 140722793444096 139686774307216 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) S 1794 1797 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44057644 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685887187696 139686851402370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44057645 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685886133920 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44057645 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685885080816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) S 1794 1797 877 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 44057647 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685882976496 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685881923952 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0.02 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) R 1794 1797 877 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 44057647 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685880870896 139686831584097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057648 10914828288 7881 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31524 KiB

[startup+0.210594 s]*
/proc/loadavg: 1.94 2.01 2.04 5/215 1812
/proc/meminfo: memFree=22967860/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10659012 memory=42524 CPUtime=0.33 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 7661 0 0 0 31 2 0 0 20 0 15 0 44057642 10914828288 10631 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2664753 10631 3007 1 0 2627263 0
[pid=1797/tid=1799] ppid=1794 vsize=10659012 memory=7970124041166878227 CPUtime=0.2 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) R 1794 1797 877 0 -1 4202560 4631 0 0 0 19 1 0 0 20 0 15 0 44057642 10914828288 10631 33554432000 4194304 4196468 140722793444096 139686855627488 139686446239812 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 10631 33554432000 4194304 4196468 140722793444096 139686777465360 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 10631 33554432000 4194304 4196468 140722793444096 139686776412816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 10631 33554432000 4194304 4196468 140722793444096 139686775359760 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) S 1794 1797 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 10631 33554432000 4194304 4196468 140722793444096 139686774307216 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) S 1794 1797 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44057644 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685887187696 139686851402370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44057645 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685886133920 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44057645 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685885080816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) S 1794 1797 877 0 -1 1077944384 795 0 0 0 2 0 0 0 20 0 15 0 44057647 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685882976496 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) S 1794 1797 877 0 -1 1077944384 213 0 0 0 2 0 0 0 20 0 15 0 44057647 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685881923952 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0.07 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) R 1794 1797 877 0 -1 4202560 666 0 0 0 7 0 0 0 20 0 15 0 44057647 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685880870896 139686851412570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057648 10914828288 10631 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42524 KiB

[startup+0.311555 s]*
/proc/loadavg: 1.94 2.01 2.04 7/215 1812
/proc/meminfo: memFree=22874152/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10659012 memory=54196 CPUtime=0.54 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 8101 0 0 0 51 3 0 0 20 0 15 0 44057642 10914828288 13549 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2664753 13549 3007 1 0 2627263 0
[pid=1797/tid=1799] ppid=1794 vsize=10659012 memory=6369024910405161311 CPUtime=0.3 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) R 1794 1797 877 0 -1 4202560 4899 0 0 0 28 2 0 0 20 0 15 0 44057642 10914828288 13549 33554432000 4194304 4196468 140722793444096 139686855629008 139686448296151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10659012 memory=139935134877167 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 13549 33554432000 4194304 4196468 140722793444096 139686777465360 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 13549 33554432000 4194304 4196468 140722793444096 139686776412816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10659012 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 13549 33554432000 4194304 4196468 140722793444096 139686775359760 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) S 1794 1797 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44057643 10914828288 13549 33554432000 4194304 4196468 140722793444096 139686774307216 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) S 1794 1797 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44057644 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685887187696 139686851402370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44057645 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685886133920 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10659012 memory=279861679828960 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44057645 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685885080816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10659012 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) S 1794 1797 877 0 -1 1077944384 827 0 0 0 4 0 0 0 20 0 15 0 44057647 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685882976496 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10659012 memory=25 CPUtime=0.04 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) S 1794 1797 877 0 -1 1077944384 246 0 0 0 4 0 0 0 20 0 15 0 44057647 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685881923952 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10659012 memory=139930944317056 CPUtime=0.13 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) S 1794 1797 877 0 -1 1077944384 763 0 0 0 13 0 0 0 20 0 15 0 44057647 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685880870896 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10659012 memory=139930839951983 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10659012 memory=139930988374698 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057648 10914828288 13549 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54196 KiB

[startup+0.7007 s]
/proc/loadavg: 1.94 2.01 2.04 11/215 1812
/proc/meminfo: memFree=22678364/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10659088 memory=249048 CPUtime=1.79 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 13520 0 0 0 166 13 0 0 20 0 15 0 44057642 10914906112 61750 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2664772 61750 3090 1 0 2627263 0
[pid=1797/tid=1799] ppid=1794 vsize=10659088 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) S 1794 1797 877 0 -1 1077944384 5422 0 0 0 59 5 0 0 20 0 15 0 44057642 10914906112 62262 33554432000 4194304 4196468 140722793444096 139686855627856 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) R 1794 1797 877 0 -1 4202560 24 0 0 0 0 1 0 0 20 0 15 0 44057643 10914906112 62262 33554432000 4194304 4196468 140722793444096 139686777465560 139686836419088 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) R 1794 1797 877 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 44057643 10914906112 62262 33554432000 4194304 4196468 140722793444096 139686776410512 139686844493940 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10659088 memory=147678960818795 CPUtime=0.02 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) R 1794 1797 877 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 15 0 44057643 10914906112 62262 33554432000 4194304 4196468 140722793444096 139686775359760 139686844490923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10659088 memory=247536 CPUtime=0.03 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) R 1794 1797 877 0 -1 4202560 50 0 0 0 1 2 0 0 20 0 15 0 44057643 10914906112 62262 33554432000 4194304 4196468 140722793444096 139686774307216 139686844494266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) S 1794 1797 877 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 44057644 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685887186208 139686851401429 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44057645 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685886133920 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44057645 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685885080816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10659088 memory=9049595987850068141 CPUtime=0.34 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) R 1794 1797 877 0 -1 4202560 2709 0 0 0 34 0 0 0 20 0 15 0 44057647 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685882964048 139686834866473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10659088 memory=6943526294502006880 CPUtime=0.4 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) R 1794 1797 877 0 -1 4202560 2023 0 0 0 40 0 0 0 20 0 15 0 44057647 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685881909976 139686828986641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10659088 memory=6944656592455360604 CPUtime=0.27 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) S 1794 1797 877 0 -1 1077944384 1877 0 0 0 27 0 0 0 20 0 15 0 44057647 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685880870896 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) S 1794 1797 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44057648 10914906112 62262 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 249048 KiB

[startup+1.50082 s]
/proc/loadavg: 1.94 2.01 2.04 7/215 1812
/proc/meminfo: memFree=22513976/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10659088 memory=450220 CPUtime=3.38 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 14498 0 0 0 313 25 0 0 20 0 15 0 44057642 10914906112 112555 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2664772 112555 3133 1 0 2627263 0
[pid=1797/tid=1799] ppid=1794 vsize=10659088 memory=450184 CPUtime=1.38 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) R 1794 1797 877 0 -1 4202560 5484 0 0 0 131 7 0 0 20 0 15 0 44057642 10914906112 112555 33554432000 4194304 4196468 140722793444096 139686855628640 139686450060636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) S 1794 1797 877 0 -1 1077944384 77 0 0 0 3 3 0 0 20 0 15 0 44057643 10914906112 112555 33554432000 4194304 4196468 140722793444096 139686777465360 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) S 1794 1797 877 0 -1 1077944384 127 0 0 0 2 3 0 0 20 0 15 0 44057643 10914906112 112555 33554432000 4194304 4196468 140722793444096 139686776412816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10659088 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) S 1794 1797 877 0 -1 1077944384 146 0 0 0 3 4 0 0 20 0 15 0 44057643 10914906112 112555 33554432000 4194304 4196468 140722793444096 139686775359760 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10659088 memory=12898 CPUtime=0.08 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) S 1794 1797 877 0 -1 1077944384 224 0 0 0 4 4 0 0 20 0 15 0 44057643 10914906112 112555 33554432000 4194304 4196468 140722793444096 139686774307216 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10659088 memory=20674 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) S 1794 1797 877 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 44057644 10914906112 112555 33554432000 4194304 4196468 140722793444096 139685887187696 139686851402370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0

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


[startup+576.001 s]*
/proc/loadavg: 4.92 4.32 3.22 6/216 1829
/proc/meminfo: memFree=13609556/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10661136 memory=8354528 CPUtime=2064.78 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 2407106 0 0 0 205627 851 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2665284 2088632 3182 1 0 2627775 0
[pid=1797/tid=1799] ppid=1794 vsize=10661136 memory=7392 CPUtime=42.67 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) S 1794 1797 877 0 -1 1077944384 23989 0 0 0 4235 32 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686855630000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10661136 memory=840 CPUtime=498.66 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) R 1794 1797 877 0 -1 4202560 495655 0 0 0 49674 192 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686777465360 139686836091919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10661136 memory=-7003737579269690708 CPUtime=496.33 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) R 1794 1797 877 0 -1 4202560 661686 0 0 0 49427 206 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686776412816 139686836091856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10661136 memory=1716 CPUtime=495.83 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) R 1794 1797 877 0 -1 4202560 520960 0 0 0 49373 210 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686775359960 139686836091919 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10661136 memory=1952 CPUtime=498.1 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) R 1794 1797 877 0 -1 4202560 561161 0 0 0 49617 193 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686774307416 139686836091013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10661136 memory=8384 CPUtime=26.69 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) S 1794 1797 877 0 -1 1077944384 111320 0 0 0 2663 6 0 0 20 0 15 0 44057644 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685887186240 139686851401429 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10661136 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685886133984 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10661136 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685885080832 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10661136 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10661136 memory=8354528 CPUtime=2.8 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) S 1794 1797 877 0 -1 1077944384 15586 0 0 0 278 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685882976544 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10661136 memory=8354528 CPUtime=2.57 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) S 1794 1797 877 0 -1 1077944384 9794 0 0 0 256 1 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685881924000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10661136 memory=8354528 CPUtime=0.68 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) S 1794 1797 877 0 -1 1077944384 4475 0 0 0 66 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685880870656 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10661136 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10661136 memory=792 CPUtime=0.35 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) S 1794 1797 877 0 -1 1077944384 1042 0 0 0 24 11 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 2064.78 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8354528 KiB

[startup+579.201 s]
/proc/loadavg: 4.92 4.33 3.23 6/216 1829
/proc/meminfo: memFree=13607508/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10661136 memory=8354528 CPUtime=2077.49 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 2480606 0 0 0 206895 854 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2665284 2088632 3182 1 0 2627775 0
[pid=1797/tid=1799] ppid=1794 vsize=10661136 memory=4140 CPUtime=42.67 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) S 1794 1797 877 0 -1 1077944384 23989 0 0 0 4235 32 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686855630000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10661136 memory=14872 CPUtime=501.85 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) R 1794 1797 877 0 -1 4202560 519457 0 0 0 49992 193 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686777465360 139686836091841 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10661136 memory=8354528 CPUtime=499.52 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) R 1794 1797 877 0 -1 4202560 685673 0 0 0 49745 207 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686776413016 139686835848691 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10661136 memory=1952 CPUtime=498.96 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) R 1794 1797 877 0 -1 4202560 534313 0 0 0 49686 210 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686775359960 139686833001011 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10661136 memory=8384 CPUtime=501.29 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) R 1794 1797 877 0 -1 4202560 573519 0 0 0 49935 194 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686774307416 139686836091088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10661136 memory=1526744 CPUtime=26.69 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) S 1794 1797 877 0 -1 1077944384 111320 0 0 0 2663 6 0 0 20 0 15 0 44057644 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685887186240 139686851401429 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10661136 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685886133984 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10661136 memory=3104 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685885080832 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10661136 memory=8354528 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10661136 memory=11960 CPUtime=2.8 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) S 1794 1797 877 0 -1 1077944384 15586 0 0 0 278 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685882976544 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10661136 memory=1008 CPUtime=2.57 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) S 1794 1797 877 0 -1 1077944384 9794 0 0 0 256 1 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685881924000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10661136 memory=279861785120368 CPUtime=0.68 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) S 1794 1797 877 0 -1 1077944384 4475 0 0 0 66 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685880870656 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10661136 memory=279861680192960 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10661136 memory=279861679978528 CPUtime=0.35 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) R 1794 1797 877 0 -1 1077944384 1042 0 0 0 24 11 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 2077.49 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8354528 KiB

[startup+580.801 s]
/proc/loadavg: 4.92 4.33 3.23 6/216 1829
/proc/meminfo: memFree=13607508/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10661136 memory=8354528 CPUtime=2083.17 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 2508308 0 0 0 207461 856 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2665284 2088632 3182 1 0 2627775 0
[pid=1797/tid=1799] ppid=1794 vsize=10661136 memory=8354528 CPUtime=42.67 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) S 1794 1797 877 0 -1 1077944384 23989 0 0 0 4235 32 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686855630000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10661136 memory=8354528 CPUtime=503.22 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) S 1794 1797 877 0 -1 1077944384 528902 0 0 0 50128 194 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686777465360 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10661136 memory=4616 CPUtime=500.89 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) S 1794 1797 877 0 -1 1077944384 691496 0 0 0 49881 208 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686776412816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10661136 memory=8354528 CPUtime=500.32 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) S 1794 1797 877 0 -1 1077944384 543054 0 0 0 49821 211 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686775359760 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10661136 memory=5300 CPUtime=502.65 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) S 1794 1797 877 0 -1 1077944384 576993 0 0 0 50071 194 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686774307216 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10661136 memory=8112282956445269571 CPUtime=26.92 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) R 1794 1797 877 0 -1 4202560 111539 0 0 0 2686 6 0 0 20 0 15 0 44057644 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685887186128 139686836387590 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10661136 memory=14872 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685886133984 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10661136 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685885080832 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10661136 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10661136 memory=8354528 CPUtime=2.8 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) S 1794 1797 877 0 -1 1077944384 15586 0 0 0 278 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685882976544 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10661136 memory=8112282956445269571 CPUtime=2.57 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) S 1794 1797 877 0 -1 1077944384 9794 0 0 0 256 1 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685881924000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10661136 memory=14872 CPUtime=0.68 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) S 1794 1797 877 0 -1 1077944384 4475 0 0 0 66 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685880870656 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10661136 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10661136 memory=2412 CPUtime=0.35 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) S 1794 1797 877 0 -1 1077944384 1042 0 0 0 24 11 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 2083.17 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8354528 KiB

[startup+581.201 s]
/proc/loadavg: 4.92 4.33 3.23 3/216 1829
/proc/meminfo: memFree=13607508/32770624 swapFree=67108860/67108860
[pid=1797] ppid=1794 vsize=10661136 memory=8354528 CPUtime=2083.57 cores=0,2,4,6
/proc/1797/stat : 1797 (java) S 1794 1797 877 0 -1 1077944320 2508308 0 0 0 207501 856 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 140722793426640 139686851391223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
/proc/1797/statm: 2665284 2088632 3182 1 0 2627775 0
[pid=1797/tid=1799] ppid=1794 vsize=10661136 memory=288230621803970871 CPUtime=42.67 cores=0,2,4,6
/proc/1797/task/1799/stat : 1799 (java) S 1794 1797 877 0 -1 1077944384 23989 0 0 0 4235 32 0 0 20 0 15 0 44057642 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686855630000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1800] ppid=1794 vsize=10661136 memory=16097061506385263 CPUtime=503.22 cores=0,2,4,6
/proc/1797/task/1800/stat : 1800 (java) S 1794 1797 877 0 -1 1077944384 528902 0 0 0 50128 194 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686777465360 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1801] ppid=1794 vsize=10661136 memory=2240 CPUtime=500.89 cores=0,2,4,6
/proc/1797/task/1801/stat : 1801 (java) S 1794 1797 877 0 -1 1077944384 691496 0 0 0 49881 208 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686776412816 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1802] ppid=1794 vsize=10661136 memory=4128 CPUtime=500.32 cores=0,2,4,6
/proc/1797/task/1802/stat : 1802 (java) S 1794 1797 877 0 -1 1077944384 543054 0 0 0 49821 211 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686775359760 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1803] ppid=1794 vsize=10661136 memory=2200 CPUtime=502.65 cores=0,2,4,6
/proc/1797/task/1803/stat : 1803 (java) S 1794 1797 877 0 -1 1077944384 576993 0 0 0 50071 194 0 0 20 0 15 0 44057643 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139686774307216 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1804] ppid=1794 vsize=10661136 memory=7392 CPUtime=27.32 cores=0,2,4,6
/proc/1797/task/1804/stat : 1804 (java) R 1794 1797 877 0 -1 4202560 111539 0 0 0 2726 6 0 0 20 0 15 0 44057644 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685887186128 139686835848814 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1805] ppid=1794 vsize=10661136 memory=840 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1805/stat : 1805 (java) S 1794 1797 877 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685886133984 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1806] ppid=1794 vsize=10661136 memory=1399051139730258233 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1806/stat : 1806 (java) S 1794 1797 877 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 44057645 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685885080832 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1807] ppid=1794 vsize=10661136 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1807/stat : 1807 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685884029392 139686851409819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1808] ppid=1794 vsize=10661136 memory=1008 CPUtime=2.8 cores=0,2,4,6
/proc/1797/task/1808/stat : 1808 (java) S 1794 1797 877 0 -1 1077944384 15586 0 0 0 278 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685882976544 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1809] ppid=1794 vsize=10661136 memory=792 CPUtime=2.57 cores=0,2,4,6
/proc/1797/task/1809/stat : 1809 (java) S 1794 1797 877 0 -1 1077944384 9794 0 0 0 256 1 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685881924000 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1810] ppid=1794 vsize=10661136 memory=1716 CPUtime=0.68 cores=0,2,4,6
/proc/1797/task/1810/stat : 1810 (java) S 1794 1797 877 0 -1 1077944384 4475 0 0 0 66 2 0 0 20 0 15 0 44057647 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685880870656 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1811] ppid=1794 vsize=10661136 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/1797/task/1811/stat : 1811 (java) S 1794 1797 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685879818592 139686851401429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
[pid=1797/tid=1812] ppid=1794 vsize=10661136 memory=8354528 CPUtime=0.36 cores=0,2,4,6
/proc/1797/task/1812/stat : 1812 (java) S 1794 1797 877 0 -1 1077944384 1042 0 0 0 25 11 0 0 20 0 15 0 44057648 10917003264 2088632 33554432000 4194304 4196468 140722793444096 139685878766640 139686851402370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 26263552 140722793452657 140722793452809 140722793452809 140722793455567 0
Current children cumulated CPU time: 2083.57 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8354528 KiB

[startup+581.601 s]*
/proc/loadavg: 4.92 4.33 3.23 3/203 1831
/proc/meminfo: memFree=14062196/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): 581.659
CPU time (s): 2083.86
CPU user time (s): 2075.22
CPU system time (s): 8.6396
CPU usage (%): 358.262
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8361236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2075.22
system time used= 8.6396
maximum resident set size= 8361236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2509244
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45321
involuntary context switches= 32774


# summary of solver processes directly reported to runsolver:
#   pid: 1797
#   total CPU time (s): 2083.86
#   total CPU user time (s): 2075.22
#   total CPU system time (s): 8.6396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.95404 second user time and 5.27781 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 15:09:05
IDJOB=4291978
IDBENCH=141259
IDSOLVER=2742
FILE ID=node103/4291978-1532264944
RUNJOBID= node103-1532257777-913
PBS_JOBID= 21018960
Free space on /tmp= 56828 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test01-0150_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291978-1532264944/watcher-4291978-1532264944 -o /tmp/evaluation-result-4291978-1532264944/solver-4291978-1532264944 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291978-1532264944.xml

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

MD5SUM BENCH= deef1e755c9079fc369bbf159731f616
RANDOM SEED=2038638836

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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:        22998472 kB
MemAvailable:   31446720 kB
Buffers:          234828 kB
Cached:          8417544 kB
SwapCached:            0 kB
Active:          1924580 kB
Inactive:        7273964 kB
Active(anon):     549152 kB
Inactive(anon):    16976 kB
Active(file):    1375428 kB
Inactive(file):  7256988 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             50172 kB
Writeback:             0 kB
AnonPages:        452436 kB
Mapped:            47500 kB
Shmem:             17036 kB
Slab:             271980 kB
SReclaimable:     244292 kB
SUnreclaim:        27688 kB
KernelStack:        3792 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1560272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56824 MiB
End job on node103 at 2018-07-22 15:18:46