Trace number 4289899

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? 2131.72 616.595

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko42_c18.xml
MD5SUMee3f8a7d47c87a95d16b6f1492d4a345
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8186
Best CPU time to get the best result obtained on this benchmark2520.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1806
Number of constraints862
Number of domains2
Minimum domain size8
Maximum domain size42
Distribution of domain sizes[{"size":8,"count":861},{"size":42,"count":42}]
Minimum variable degree0
Maximum variable degree42
Distribution of variable degrees[{"degree":0,"count":903},{"degree":2,"count":861},{"degree":42,"count":42}]
Minimum constraint arity3
Maximum constraint arity42
Distribution of constraint arities[{"arity":3,"count":861},{"arity":42,"count":1}]
Number of extensional constraints861
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":861},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1999.49/580.27	Jul 22, 2018 1:17:22 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1999.49/580.27	INFO: Runtime exception
1999.49/580.27	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1999.49/580.27		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1999.49/580.27		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1999.49/580.27		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1999.49/580.27		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1999.49/580.27		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1999.49/580.27		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1999.49/580.27		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1999.49/580.27		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1999.49/580.27		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1999.49/580.27		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1999.49/580.27		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1999.49/580.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1999.49/580.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1999.49/580.27		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1999.49/580.27		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1999.49/580.27		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1999.49/580.27		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1999.49/580.27		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1999.49/580.27		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1999.49/580.27		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 22 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 26 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 27 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 31 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 32 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 36 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 37 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 41 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 42 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 46 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 47 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 51 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 52 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 56 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 57 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 61 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 62 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 66 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 67 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 71 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 72 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 76 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 77 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 81 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 82 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 86 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 87 more
1999.49/580.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		... 91 more
1999.49/580.27	Caused by: java.lang.reflect.InvocationTargetException
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		... 92 more
1999.49/580.27	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1999.49/580.27		at java.lang.Integer.valueOf(Integer.java:832)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeVarWithTseitin(TseitinBasedIntensionCtrEncoder.java:111)
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1999.49/580.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1999.49/580.27		at java.lang.reflect.Method.invoke(Method.java:498)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1999.49/580.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1999.49/580.27	
2087.60/604.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2087.60/604.47	c This is free software under the dual EPL/GNU LGPL licenses.
2087.60/604.47	c See www.sat4j.org for details.
2087.60/604.47	c That software uses the Rhino library from the Mozilla project.
2087.60/604.47	c version 2.3.6-SNAPSHOT
2087.60/604.47	c java.runtime.name	Java(TM) SE Runtime Environment
2087.60/604.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2087.60/604.47	c java.vm.version	25.131-b11
2087.60/604.47	c java.vm.vendor	Oracle Corporation
2087.60/604.47	c sun.arch.data.model	64
2087.60/604.47	c java.version		1.8.0_131
2087.60/604.47	c os.name		Linux
2087.60/604.47	c os.version		3.10.0-514.16.1.el7.x86_64
2087.60/604.47	c os.arch		amd64
2087.60/604.47	c Free memory 		499604488
2087.60/604.47	c Max memory 		7247757312
2087.60/604.47	c Total memory 		504889344
2087.60/604.47	c Number of processors 	4
2087.60/604.47	c c --- Begin Solver configuration ---
2087.60/604.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2087.60/604.47	c Learn all clauses as in MiniSAT
2087.60/604.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2087.60/604.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2087.60/604.47	c No reason simplification
2087.60/604.47	c Glucose 2.1 dynamic restart strategy
2087.60/604.47	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
2087.60/604.47	c timeout=2147483s
2087.60/604.47	c DB Simplification allowed=false
2087.60/604.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2087.60/604.47	c --- End Solver configuration ---
2087.60/604.47	c starts		: 0
2087.60/604.47	c conflicts		: 0
2087.60/604.47	c decisions		: 0
2087.60/604.47	c propagations		: 0
2087.60/604.47	c inspects		: 0
2087.60/604.47	c shortcuts		: 0
2087.60/604.47	c learnt literals	: 0
2087.60/604.47	c learnt binary clauses	: 0
2087.60/604.47	c learnt ternary clauses	: 0
2087.60/604.47	c learnt constraints	: 0
2087.60/604.47	c ignored constraints	: 0
2087.60/604.47	c root simplifications	: 0
2087.60/604.47	c removed literals (reason simplification)	: 0
2087.60/604.47	c reason swapping (by a shorter reason)	: 0
2087.60/604.47	c Calls to reduceDB	: 0
2087.60/604.47	c Number of update (reduction) of LBD	: 0
2087.60/604.47	c Imported unit clauses	: 0
2087.60/604.47	c number of reductions to clauses (during analyze)	: 0
2087.60/604.47	c number of learned constraints concerned by reduction	: 0
2087.60/604.47	c number of learning phase by resolution	: 0
2087.60/604.47	c number of learning phase by cutting planes	: 0
2087.60/604.47	c number of rounding to 1 operations	: 0
2087.60/604.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2087.60/604.47	c number of reductions of the coefficients by power 2 	: 0
2087.60/604.47	c number of right shift for reduction by power 2 	: 0
2087.60/604.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
2087.60/604.47	c number of ending skipping 	: 0
2087.60/604.47	c number of internal skipping 	: 0
2087.60/604.47	c number of derivation steps 	: 0
2087.60/604.47	c number of skipped derivation steps 	: 0
2087.60/604.47	c number of remaining unassigned 	: 0
2087.60/604.47	c number of remaining assigned 	: 0
2087.60/604.47	c speed (assignments/second)	: 0.0
2087.60/604.47	c non guided choices	: 0
2087.60/604.47	s UNKNOWN
2131.61/616.55	Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
2131.61/616.55		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
2131.61/616.55		at java.util.Hashtable.keys(Hashtable.java:257)
2131.61/616.55		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
2131.61/616.56		at java.util.logging.LogManager.reset(LogManager.java:1327)
2131.61/616.56		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)

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 (7015 MiB free)
  memory of node 1: 16384 MiB (8955 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=28952, runsolver pid=28949

[startup+0.100098 s]*
/proc/loadavg: 1.93 1.96 1.95 3/220 28967
/proc/meminfo: memFree=16335068/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10659012 memory=30472 CPUtime=0.12 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 6688 0 0 0 11 1 0 0 20 0 15 0 39011606 10914828288 7618 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2664753 7618 2845 1 0 2627263 0
[pid=28952/tid=28954] ppid=28949 vsize=10659012 memory=-8773748148829982335 CPUtime=0.09 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) R 28949 28952 26255 0 -1 4202560 4525 0 0 0 8 1 0 0 20 0 15 0 39011606 10914828288 7618 33554432000 4194304 4196468 140724426503568 140108572981552 140108568781981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 7618 33554432000 4194304 4196468 140724426503568 140108494834832 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10659012 memory=140111078037120 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 7618 33554432000 4194304 4196468 140724426503568 140108493782032 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 7618 33554432000 4194304 4196468 140724426503568 140108492729232 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 7618 33554432000 4194304 4196468 140724426503568 140108491676432 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10659012 memory=140111078037120 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011608 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107805878640 140108568771202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39011609 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107804824608 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39011609 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107803771760 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011611 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) S 28949 28952 26255 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 39011611 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107801668464 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) S 28949 28952 26255 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39011611 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107800615664 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10659012 memory=140111078037120 CPUtime=0.01 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) R 28949 28952 26255 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 15 0 39011611 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107799562864 140108547740362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011612 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10659012 memory=140111078037120 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39011612 10914828288 7618 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30472 KiB

[startup+0.211068 s]*
/proc/loadavg: 1.93 1.96 1.95 5/220 28967
/proc/meminfo: memFree=16326196/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10659012 memory=41864 CPUtime=0.33 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 8096 0 0 0 31 2 0 0 20 0 15 0 39011606 10914828288 10466 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2664753 10466 3007 1 0 2627263 0
[pid=28952/tid=28954] ppid=28949 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) R 28949 28952 26255 0 -1 4202560 5039 0 0 0 19 1 0 0 20 0 15 0 39011606 10914828288 10466 33554432000 4194304 4196468 140724426503568 140108572996320 140108568781981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 10466 33554432000 4194304 4196468 140724426503568 140108494834832 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10659012 memory=288370487229748864 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 10466 33554432000 4194304 4196468 140724426503568 140108493782032 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 10466 33554432000 4194304 4196468 140724426503568 140108492729232 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914828288 10466 33554432000 4194304 4196468 140724426503568 140108491676432 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10659012 memory=140111078037120 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011608 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107805878640 140108568771202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39011609 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107804824608 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39011609 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107803771760 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011611 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) S 28949 28952 26255 0 -1 1077944384 611 0 0 0 2 0 0 0 20 0 15 0 39011611 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107801668464 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) S 28949 28952 26255 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 39011611 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107800615664 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10659012 memory=140111078037120 CPUtime=0.07 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) S 28949 28952 26255 0 -1 1077944384 712 0 0 0 7 0 0 0 20 0 15 0 39011611 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107799562864 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011612 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10659012 memory=140111078037120 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39011612 10914828288 10466 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41864 KiB

[startup+0.320649 s]*
/proc/loadavg: 1.93 1.96 1.95 7/220 28967
/proc/meminfo: memFree=16318008/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10659088 memory=49396 CPUtime=0.57 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 8903 0 0 0 55 2 0 0 20 0 15 0 39011606 10914906112 12349 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2664772 12349 3041 1 0 2627263 0
[pid=28952/tid=28954] ppid=28949 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) R 28949 28952 26255 0 -1 4202560 5600 0 0 0 30 1 0 0 20 0 15 0 39011606 10914906112 12349 33554432000 4194304 4196468 140724426503568 140108572987072 140108158356176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 12349 33554432000 4194304 4196468 140724426503568 140108494834832 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10659088 memory=288370487229748864 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 12349 33554432000 4194304 4196468 140724426503568 140108493782032 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 12349 33554432000 4194304 4196468 140724426503568 140108492729232 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 12349 33554432000 4194304 4196468 140724426503568 140108491676432 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10659088 memory=140111078037120 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011608 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107805878640 140108568771202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39011609 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107804824608 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39011609 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107803771760 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011611 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) R 28949 28952 26255 0 -1 4202560 642 0 0 0 5 0 0 0 20 0 15 0 39011611 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107801668464 140108546926536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) R 28949 28952 26255 0 -1 4202560 492 0 0 0 6 0 0 0 20 0 15 0 39011611 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107800615664 140108552661770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10659088 memory=140111078037120 CPUtime=0.12 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) R 28949 28952 26255 0 -1 4202560 799 0 0 0 12 0 0 0 20 0 15 0 39011611 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107799560824 140108547328161 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011612 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10659088 memory=140111078037120 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39011612 10914906112 12349 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49396 KiB

[startup+0.700725 s]
/proc/loadavg: 1.93 1.96 1.95 6/220 28967
/proc/meminfo: memFree=16281220/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10659088 memory=180152 CPUtime=1.84 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 15241 0 0 0 178 6 0 0 20 0 15 0 39011606 10914906112 45038 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2664772 45038 3108 1 0 2627263 0
[pid=28952/tid=28954] ppid=28949 vsize=10659088 memory=1844 CPUtime=0.66 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) R 28949 28952 26255 0 -1 4202560 6066 0 0 0 63 3 0 0 20 0 15 0 39011606 10914906112 45038 33554432000 4194304 4196468 140724426503568 140108572977728 140108162018071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 45038 33554432000 4194304 4196468 140724426503568 140108494834832 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 45038 33554432000 4194304 4196468 140724426503568 140108493782032 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10659088 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 45038 33554432000 4194304 4196468 140724426503568 140108492729232 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10659088 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) S 28949 28952 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39011607 10914906112 45038 33554432000 4194304 4196468 140724426503568 140108491676432 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) S 28949 28952 26255 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39011608 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107805878640 140108568771202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39011609 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107804824608 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39011609 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107803771760 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10659088 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011611 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10659088 memory=6296683612537770333 CPUtime=0.38 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) R 28949 28952 26255 0 -1 4202560 2117 0 0 0 38 0 0 0 20 0 15 0 39011611 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107801661656 140108552256839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10659088 memory=7595725831727968097 CPUtime=0.39 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) R 28949 28952 26255 0 -1 4202560 3113 0 0 0 39 0 0 0 20 0 15 0 39011611 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107800601688 140108550280898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10659088 memory=7810487918915055718 CPUtime=0.37 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) R 28949 28952 26255 0 -1 1077944384 2572 0 0 0 36 1 0 0 20 0 15 0 39011611 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107799562864 140108568771202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39011612 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39011612 10914906112 45038 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 180152 KiB

[startup+1.50169 s]
/proc/loadavg: 1.93 1.96 1.95 5/220 28967
/proc/meminfo: memFree=16154652/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10659088 memory=391968 CPUtime=4.16 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 17473 0 0 0 402 14 0 0 20 0 15 0 39011606 10914906112 97992 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2664772 97992 3156 1 0 2627263 0
[pid=28952/tid=28954] ppid=28949 vsize=10659088 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) S 28949 28952 26255 0 -1 1077944384 6133 0 0 0 132 5 0 0 20 0 15 0 39011606 10914906112 97992 33554432000 4194304 4196468 140724426503568 140108572993696 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10659088 memory=-6951259422114956437 CPUtime=0.07 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) R 28949 28952 26255 0 -1 4202560 144 0 0 0 6 1 0 0 20 0 15 0 39011607 10914906112 97992 33554432000 4194304 4196468 140724426503568 140108494835032 140108553782176 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) R 28949 28952 26255 0 -1 4202560 53 0 0 0 5 1 0 0 20 0 15 0 39011607 10914906112 97992 33554432000 4194304 4196468 140724426503568 140108493782032 140108553784376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10659088 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) R 28949 28952 26255 0 -1 4202560 133 0 0 0 7 1 0 0 20 0 15 0 39011607 10914906112 97992 33554432000 4194304 4196468 140724426503568 140108492729232 140108553787474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10659088 memory=-7096649868621430206 CPUtime=0.09 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) R 28949 28952 26255 0 -1 4202560 146 0 0 0 8 1 0 0 20 0 15 0 39011607 10914906112 97992 33554432000 4194304 4196468 140724426503568 140108491676432 140108553787474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) S 28949 28952 26255 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39011608 10914906112 97992 33554432000 4194304 4196468 140724426503568 140107805877152 140108568770261 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0

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

[startup+615.201 s]
/proc/loadavg: 4.40 4.11 3.08 6/221 28989
/proc/meminfo: memFree=7531504/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10794416 memory=8343112 CPUtime=2129.46 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 290690 0 0 0 212135 811 0 0 20 0 16 0 39011606 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2698604 2085778 3218 1 0 2661057 0
[pid=28952/tid=28954] ppid=28949 vsize=10794416 memory=4096 CPUtime=42.59 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) S 28949 28952 26255 0 -1 1077944384 20402 0 0 0 4244 15 0 0 20 0 16 0 39011606 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108573000736 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10794416 memory=4036 CPUtime=508.18 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) R 28949 28952 26255 0 -1 4202560 43529 0 0 0 50632 186 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108494834640 140108561388263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10794416 memory=4620 CPUtime=506.21 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) R 28949 28952 26255 0 -1 4202560 38417 0 0 0 50413 208 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108493782152 140108561388263 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10794416 memory=1424 CPUtime=507.11 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) R 28949 28952 26255 0 -1 4202560 32313 0 0 0 50525 186 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108492729352 140108561388263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10794416 memory=1232 CPUtime=506.68 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) R 28949 28952 26255 0 -1 4202560 44013 0 0 0 50468 200 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108491676632 140108553459865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10794416 memory=12984 CPUtime=55.29 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) S 28949 28952 26255 0 -1 1077944384 95567 0 0 0 5524 5 0 0 20 0 16 0 39011608 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107805877184 140108568770261 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10794416 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107804824672 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10794416 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107803771776 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10794416 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10794416 memory=1204 CPUtime=1.3 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) S 28949 28952 26255 0 -1 1077944384 4954 0 0 0 129 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107801668224 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10794416 memory=8384 CPUtime=1.16 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) S 28949 28952 26255 0 -1 1077944384 4331 0 0 0 115 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107800615712 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10794416 memory=1012 CPUtime=0.47 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) S 28949 28952 26255 0 -1 1077944384 5249 0 0 0 46 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107799562912 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10794416 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011612 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10794416 memory=1204 CPUtime=0.38 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 470 0 0 0 24 14 0 0 20 0 16 0 39011612 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28988] ppid=28949 vsize=10794416 memory=8343076 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28988/stat : 28988 (java) S 28949 28952 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39069633 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107793252240 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 2129.46 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8343112 KiB

[startup+616.001 s]*
/proc/loadavg: 4.40 4.11 3.08 3/221 28989
/proc/meminfo: memFree=7531496/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10794416 memory=8343112 CPUtime=2131.12 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 290731 0 0 0 212301 811 0 0 20 0 16 0 39011606 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2698604 2085778 3218 1 0 2661057 0
[pid=28952/tid=28954] ppid=28949 vsize=10794416 memory=1398720917958146503 CPUtime=42.59 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) S 28949 28952 26255 0 -1 1077944384 20402 0 0 0 4244 15 0 0 20 0 16 0 39011606 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108573000736 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10794416 memory=-8487248584114619794 CPUtime=508.46 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) S 28949 28952 26255 0 -1 1077944384 43529 0 0 0 50660 186 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108494834832 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10794416 memory=9167 CPUtime=506.5 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) S 28949 28952 26255 0 -1 1077944384 38417 0 0 0 50442 208 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108493782032 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10794416 memory=20988 CPUtime=507.39 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) S 28949 28952 26255 0 -1 1077944384 32313 0 0 0 50553 186 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108492729232 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10794416 memory=20988 CPUtime=506.97 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) S 28949 28952 26255 0 -1 1077944384 44054 0 0 0 50497 200 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108491676432 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10794416 memory=-5345911753795271638 CPUtime=55.81 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) R 28949 28952 26255 0 -1 4202560 95567 0 0 0 5576 5 0 0 20 0 16 0 39011608 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107805877072 140108553756436 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10794416 memory=50508 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107804824672 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10794416 memory=5529 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107803771776 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10794416 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) S 28949 28952 26255 0 -1 1077944384 4954 0 0 0 129 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107801668224 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10794416 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) S 28949 28952 26255 0 -1 1077944384 4331 0 0 0 115 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107800615712 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10794416 memory=130 CPUtime=0.47 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) S 28949 28952 26255 0 -1 1077944384 5249 0 0 0 46 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107799562912 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10794416 memory=116 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011612 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10794416 memory=47 CPUtime=0.38 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 470 0 0 0 24 14 0 0 20 0 16 0 39011612 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28988] ppid=28949 vsize=10794416 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28988/stat : 28988 (java) S 28949 28952 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39069633 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107793252240 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 2131.12 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8343112 KiB

[startup+616.401 s]
/proc/loadavg: 4.40 4.11 3.08 3/221 28989
/proc/meminfo: memFree=7531496/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10794416 memory=8343112 CPUtime=2131.51 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 290759 0 0 0 212340 811 0 0 20 0 16 0 39011606 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2698604 2085778 3218 1 0 2661057 0
[pid=28952/tid=28954] ppid=28949 vsize=10794416 memory=8343112 CPUtime=42.59 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) S 28949 28952 26255 0 -1 1077944384 20402 0 0 0 4244 15 0 0 20 0 16 0 39011606 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108573000736 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10794416 memory=6791534058613427641 CPUtime=508.46 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) S 28949 28952 26255 0 -1 1077944384 43529 0 0 0 50660 186 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108494834832 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10794416 memory=1788 CPUtime=506.5 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) S 28949 28952 26255 0 -1 1077944384 38417 0 0 0 50442 208 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108493782032 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10794416 memory=644 CPUtime=507.39 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) S 28949 28952 26255 0 -1 1077944384 32313 0 0 0 50553 186 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108492729232 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10794416 memory=956 CPUtime=506.97 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) S 28949 28952 26255 0 -1 1077944384 44054 0 0 0 50497 200 0 0 20 0 16 0 39011607 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140108491676432 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10794416 memory=2196 CPUtime=56.2 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) R 28949 28952 26255 0 -1 4202560 95595 0 0 0 5615 5 0 0 20 0 16 0 39011608 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107805877072 140108553217686 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10794416 memory=7380 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107804824672 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10794416 memory=840 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107803771776 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10794416 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10794416 memory=916 CPUtime=1.3 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) S 28949 28952 26255 0 -1 1077944384 4954 0 0 0 129 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107801668224 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10794416 memory=3848 CPUtime=1.16 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) S 28949 28952 26255 0 -1 1077944384 4331 0 0 0 115 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107800615712 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10794416 memory=2580 CPUtime=0.47 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) S 28949 28952 26255 0 -1 1077944384 5249 0 0 0 46 1 0 0 20 0 16 0 39011611 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107799562912 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10794416 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011612 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10794416 memory=1404 CPUtime=0.38 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 470 0 0 0 24 14 0 0 20 0 16 0 39011612 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28988] ppid=28949 vsize=10794416 memory=3260 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28988/stat : 28988 (java) S 28949 28952 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39069633 11053481984 2085778 33554432000 4194304 4196468 140724426503568 140107793252240 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 2131.51 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8343112 KiB

[startup+616.501 s]
/proc/loadavg: 4.40 4.11 3.08 3/221 28989
/proc/meminfo: memFree=7531496/32770624 swapFree=67108860/67108860
[pid=28952] ppid=28949 vsize=10794416 memory=8343116 CPUtime=2131.61 cores=1,3,5,7
/proc/28952/stat : 28952 (java) S 28949 28952 26255 0 -1 1077944320 290839 0 0 0 212350 811 0 0 20 0 16 0 39011606 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140724426486112 140108568760055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
/proc/28952/statm: 2698604 2085779 3218 1 0 2661057 0
[pid=28952/tid=28954] ppid=28949 vsize=10794416 memory=8343112 CPUtime=42.59 cores=1,3,5,7
/proc/28952/task/28954/stat : 28954 (java) S 28949 28952 26255 0 -1 1077944384 20402 0 0 0 4244 15 0 0 20 0 16 0 39011606 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140108573000736 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28955] ppid=28949 vsize=10794416 memory=8343112 CPUtime=508.46 cores=1,3,5,7
/proc/28952/task/28955/stat : 28955 (java) S 28949 28952 26255 0 -1 1077944384 43529 0 0 0 50660 186 0 0 20 0 16 0 39011607 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140108494834832 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28956] ppid=28949 vsize=10794416 memory=8343112 CPUtime=506.5 cores=1,3,5,7
/proc/28952/task/28956/stat : 28956 (java) S 28949 28952 26255 0 -1 1077944384 38417 0 0 0 50442 208 0 0 20 0 16 0 39011607 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140108493782032 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28957] ppid=28949 vsize=10794416 memory=8343112 CPUtime=507.39 cores=1,3,5,7
/proc/28952/task/28957/stat : 28957 (java) S 28949 28952 26255 0 -1 1077944384 32313 0 0 0 50553 186 0 0 20 0 16 0 39011607 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140108492729232 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28958] ppid=28949 vsize=10794416 memory=8343112 CPUtime=506.97 cores=1,3,5,7
/proc/28952/task/28958/stat : 28958 (java) S 28949 28952 26255 0 -1 1077944384 44054 0 0 0 50497 200 0 0 20 0 16 0 39011607 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140108491676432 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28959] ppid=28949 vsize=10794416 memory=25 CPUtime=56.3 cores=1,3,5,7
/proc/28952/task/28959/stat : 28959 (java) R 28949 28952 26255 0 -1 4202560 95676 0 0 0 5625 5 0 0 20 0 16 0 39011608 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107805877072 140108553217686 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28960] ppid=28949 vsize=10794416 memory=8343112 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28960/stat : 28960 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107804824672 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28961] ppid=28949 vsize=10794416 memory=8343112 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28961/stat : 28961 (java) S 28949 28952 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39011609 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107803771776 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28962] ppid=28949 vsize=10794416 memory=8343084 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28962/stat : 28962 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011611 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107802720080 140108568778651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28963] ppid=28949 vsize=10794416 memory=8342220 CPUtime=1.3 cores=1,3,5,7
/proc/28952/task/28963/stat : 28963 (java) S 28949 28952 26255 0 -1 1077944384 4954 0 0 0 129 1 0 0 20 0 16 0 39011611 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107801668224 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28964] ppid=28949 vsize=10794416 memory=8343072 CPUtime=1.16 cores=1,3,5,7
/proc/28952/task/28964/stat : 28964 (java) S 28949 28952 26255 0 -1 1077944384 4331 0 0 0 115 1 0 0 20 0 16 0 39011611 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107800615712 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28965] ppid=28949 vsize=10794416 memory=8343112 CPUtime=0.47 cores=1,3,5,7
/proc/28952/task/28965/stat : 28965 (java) S 28949 28952 26255 0 -1 1077944384 5249 0 0 0 46 1 0 0 20 0 16 0 39011611 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107799562912 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28966] ppid=28949 vsize=10794416 memory=8343112 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28966/stat : 28966 (java) S 28949 28952 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39011612 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107798510304 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28967] ppid=28949 vsize=10794416 memory=8343112 CPUtime=0.38 cores=1,3,5,7
/proc/28952/task/28967/stat : 28967 (java) S 28949 28952 26255 0 -1 1077944384 470 0 0 0 24 14 0 0 20 0 16 0 39011612 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107797457584 140108568771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
[pid=28952/tid=28988] ppid=28949 vsize=10794416 memory=280221921526544 CPUtime=0 cores=1,3,5,7
/proc/28952/task/28988/stat : 28988 (java) S 28949 28952 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39069633 11053481984 2085779 33554432000 4194304 4196468 140724426503568 140107793252240 140108568770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140724426507377 140724426507529 140724426507529 140724426510287 0
Current children cumulated CPU time: 2131.61 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8343116 KiB

Child status: 0
Real time (s): 616.595
CPU time (s): 2131.72
CPU user time (s): 2123.57
CPU system time (s): 8.1538
CPU usage (%): 345.724
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8343116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2123.57
system time used= 8.1538
maximum resident set size= 8343420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291160
page faults= 0
swaps= 0
block input operations= 88
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44887
involuntary context switches= 22374


# summary of solver processes directly reported to runsolver:
#   pid: 28952
#   total CPU time (s): 2131.72
#   total CPU user time (s): 2123.57
#   total CPU system time (s): 8.1538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.65542 second user time and 6.43133 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 01:08:05
IDJOB=4289899
IDBENCH=141246
IDSOLVER=2742
FILE ID=node133/4289899-1532214484
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko42_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289899-1532214484/watcher-4289899-1532214484 -o /tmp/evaluation-result-4289899-1532214484/solver-4289899-1532214484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289899-1532214484.xml

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

MD5SUM BENCH= ee3f8a7d47c87a95d16b6f1492d4a345
RANDOM SEED=1913088409

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16353840 kB
MemAvailable:   31099348 kB
Buffers:          217948 kB
Cached:         14607652 kB
SwapCached:            0 kB
Active:          1997928 kB
Inactive:       13721536 kB
Active(anon):     896420 kB
Inactive(anon):    17024 kB
Active(file):    1101508 kB
Inactive(file): 13704512 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2548 kB
Writeback:             0 kB
AnonPages:        900848 kB
Mapped:            46896 kB
Shmem:             17056 kB
Slab:             395380 kB
SReclaimable:     367948 kB
SUnreclaim:        27432 kB
KernelStack:        3616 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2300944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 01:18:21