Trace number 4289903

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? 1660.86 494.352

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko72_c18.xml
MD5SUM69672b68d8d3f9201b488571cf4784d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark35807
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables5256
Number of constraints2557
Number of domains2
Minimum domain size8
Maximum domain size72
Distribution of domain sizes[{"size":8,"count":2556},{"size":72,"count":72}]
Minimum variable degree0
Maximum variable degree72
Distribution of variable degrees[{"degree":0,"count":2628},{"degree":2,"count":2556},{"degree":72,"count":72}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":2556},{"arity":72,"count":1}]
Number of extensional constraints2556
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2556},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8624 MiB free)
  memory of node 1: 16384 MiB (11895 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100133 s]*
/proc/loadavg: 1.55 1.79 2.30 3/216 27879
/proc/meminfo: memFree=20995464/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10659012 memory=30660 CPUtime=0.13 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 6740 0 0 0 12 1 0 0 20 0 15 0 39009902 10914828288 7665 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2664753 7665 2845 1 0 2627263 0
[pid=27864/tid=27866] ppid=27861 vsize=10659012 memory=-8773748148830113661 CPUtime=0.09 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) R 27861 27864 24904 0 -1 4202560 4576 0 0 0 8 1 0 0 20 0 15 0 39009903 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506974160832 140506969961629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10659012 memory=140486970439296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10659012 memory=140486970439296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) S 27861 27864 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009905 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506461641072 140506969950850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39009905 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506460587040 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009906 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506459534192 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506458482512 140506969958299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) S 27861 27864 24904 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506457430896 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) S 27861 27864 24904 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506456378096 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10659012 memory=140486970439296 CPUtime=0.02 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) R 27861 27864 24904 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 39009908 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506455325296 140506954582255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27879] ppid=27861 vsize=10659012 memory=140486970439296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27879/stat : 27879 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 7665 33554432000 4194304 4196468 140721054171696 140506453220016 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30660 KiB

[startup+0.211574 s]*
/proc/loadavg: 1.55 1.79 2.30 4/216 27879
/proc/meminfo: memFree=20982404/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10659012 memory=42128 CPUtime=0.33 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 8156 0 0 0 31 2 0 0 20 0 15 0 39009902 10914828288 10532 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2664753 10532 3007 1 0 2627263 0
[pid=27864/tid=27866] ppid=27861 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) R 27861 27864 24904 0 -1 4202560 5047 0 0 0 19 1 0 0 20 0 15 0 39009903 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506974174672 140506954020190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10659012 memory=288370863122151040 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009904 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10659012 memory=140486970439296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) S 27861 27864 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009905 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506461641072 140506969950850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39009905 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506460587040 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009906 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506459534192 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506458482512 140506969958299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) S 27861 27864 24904 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 15 0 39009908 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506457430896 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) S 27861 27864 24904 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 15 0 39009908 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506456378096 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10659012 memory=140486970439296 CPUtime=0.07 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) S 27861 27864 24904 0 -1 1077944384 712 0 0 0 7 0 0 0 20 0 15 0 39009908 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506455325296 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27879] ppid=27861 vsize=10659012 memory=140486970439296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27879/stat : 27879 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009908 10914828288 10532 33554432000 4194304 4196468 140721054171696 140506453220016 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42128 KiB

[startup+0.319865 s]*
/proc/loadavg: 1.55 1.79 2.30 5/216 27879
/proc/meminfo: memFree=20970744/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10659088 memory=53248 CPUtime=0.63 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 9935 0 0 0 60 3 0 0 20 0 15 0 39009902 10914906112 13312 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2664772 13312 3065 1 0 2627263 0
[pid=27864/tid=27866] ppid=27861 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) R 27861 27864 24904 0 -1 4202560 5595 0 0 0 29 1 0 0 20 0 15 0 39009903 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506974161360 140506583608555 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10659088 memory=4294979967 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10659088 memory=288370863122151040 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10659088 memory=140486970439296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) S 27861 27864 24904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39009905 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506461641072 140506969950850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39009905 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506460587040 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009906 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506459534192 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506458482512 140506969958299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) R 27861 27864 24904 0 -1 4202560 985 0 0 0 8 0 0 0 20 0 15 0 39009908 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506457416920 140506969953590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10659088 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) R 27861 27864 24904 0 -1 4202560 899 0 0 0 8 0 0 0 20 0 15 0 39009908 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506456359112 140506951118719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10659088 memory=140486970439296 CPUtime=0.13 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) R 27861 27864 24904 0 -1 1077944384 1085 0 0 0 13 0 0 0 20 0 15 0 39009908 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506455325296 140506969950850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27879] ppid=27861 vsize=10659088 memory=140486970439296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27879/stat : 27879 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009908 10914906112 13312 33554432000 4194304 4196468 140721054171696 140506453220016 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53248 KiB

[startup+0.700652 s]
/proc/loadavg: 1.55 1.79 2.30 5/216 27879
/proc/meminfo: memFree=20931348/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10659088 memory=201548 CPUtime=1.92 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 15316 0 0 0 186 6 0 0 20 0 15 0 39009902 10914906112 50387 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2664772 50387 3107 1 0 2627263 0
[pid=27864/tid=27866] ppid=27861 vsize=10659088 memory=8568 CPUtime=0.67 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) R 27861 27864 24904 0 -1 4202560 5817 0 0 0 64 3 0 0 20 0 15 0 39009903 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506974176056 140506587186197 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10659088 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 39009904 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10659088 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) S 27861 27864 24904 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39009905 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506461641072 140506969950850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39009905 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506460587040 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10659088 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39009906 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506459534192 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506458482512 140506969958299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10659088 memory=7013340940837610608 CPUtime=0.42 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) R 27861 27864 24904 0 -1 4202560 3161 0 0 0 42 0 0 0 20 0 15 0 39009908 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506457422176 140506947956682 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10659088 memory=6293050847276651881 CPUtime=0.44 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) R 27861 27864 24904 0 -1 4202560 2711 0 0 0 44 0 0 0 20 0 15 0 39009908 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506456363088 140506948105251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) R 27861 27864 24904 0 -1 1077944384 2132 0 0 0 32 0 0 0 20 0 15 0 39009908 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506455325296 140506969950850 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39009908 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27879] ppid=27861 vsize=10659088 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27879/stat : 27879 (java) S 27861 27864 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39009908 10914906112 50387 33554432000 4194304 4196468 140721054171696 140506453220016 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 201548 KiB

[startup+1.50081 s]
/proc/loadavg: 1.55 1.79 2.30 3/216 27879
/proc/meminfo: memFree=20677724/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10661272 memory=402304 CPUtime=4.35 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 21419 0 0 0 423 12 0 0 20 0 15 0 39009902 10917142528 100576 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2665318 100576 3141 1 0 2627809 0
[pid=27864/tid=27866] ppid=27861 vsize=10661272 memory=351060 CPUtime=1.38 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) R 27861 27864 24904 0 -1 4202560 6118 0 0 0 133 5 0 0 20 0 15 0 39009903 10917142528 100576 33554432000 4194304 4196468 140721054171696 140506974163200 140506587660674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10661272 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 162 0 0 0 3 0 0 0 20 0 15 0 39009904 10917142528 100576 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10661272 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 149 0 0 0 5 1 0 0 20 0 15 0 39009904 10917142528 100576 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10661272 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 15 0 39009904 10917142528 100576 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10661272 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 58 0 0 0 4 1 0 0 20 0 15 0 39009904 10917142528 100576 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10661272 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) S 27861 27864 24904 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39009905 10917142528 100576 33554432000 4194304 4196468 140721054171696 140506461641072 140506969950850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0

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

/proc/meminfo: memFree=12259240/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10794416 memory=8285748 CPUtime=1660.1 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 616983 0 0 0 165372 638 0 0 20 0 17 0 39009902 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2698604 2071437 3221 1 0 2661057 0
[pid=27864/tid=27866] ppid=27861 vsize=10794416 memory=164 CPUtime=46.51 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) S 27861 27864 24904 0 -1 1077944384 23619 0 0 0 4629 22 0 0 20 0 17 0 39009903 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506974180384 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10794416 memory=-8486080722631693414 CPUtime=389.69 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 207666 0 0 0 38813 156 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10794416 memory=4426639978525455914 CPUtime=387.98 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 67651 0 0 0 38646 152 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10794416 memory=3047711553219693942 CPUtime=389.45 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 97491 0 0 0 38797 148 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10794416 memory=-7521736447810188379 CPUtime=388.82 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 100069 0 0 0 38736 146 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10794416 memory=6791534058613427641 CPUtime=52.8 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) R 27861 27864 24904 0 -1 4202560 95054 0 0 0 5276 4 0 0 20 0 17 0 39009905 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506461639504 140506954936196 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10794416 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39009905 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506460587104 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10794416 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39009906 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506459533312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10794416 memory=5300 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506458482512 140506969958299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10794416 memory=4616 CPUtime=1.87 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) S 27861 27864 24904 0 -1 1077944384 8047 0 0 0 186 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506457430944 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10794416 memory=4140 CPUtime=2.03 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) S 27861 27864 24904 0 -1 1077944384 11353 0 0 0 202 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506456377856 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10794416 memory=13904 CPUtime=0.49 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) S 27861 27864 24904 0 -1 1077944384 3124 0 0 0 48 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506455320672 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27879] ppid=27861 vsize=10794416 memory=2412 CPUtime=0.37 cores=1,3,5,7
/proc/27864/task/27879/stat : 27879 (java) S 27861 27864 24904 0 -1 1077944384 1266 0 0 0 19 18 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506453220016 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27895] ppid=27861 vsize=10794416 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27895/stat : 27895 (java) S 27861 27864 24904 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39057082 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506450066736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27896] ppid=27861 vsize=10794416 memory=11960 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27896/stat : 27896 (java) S 27861 27864 24904 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 17 0 39057082 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506449014960 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 1660.1 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8285748 KiB

[startup+494.001 s]*
/proc/loadavg: 5.00 4.16 3.23 3/218 27897
/proc/meminfo: memFree=12259240/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10794416 memory=8285748 CPUtime=1660.51 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 616983 0 0 0 165413 638 0 0 20 0 17 0 39009902 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2698604 2071437 3221 1 0 2661057 0
[pid=27864/tid=27866] ppid=27861 vsize=10794416 memory=3852 CPUtime=46.51 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) S 27861 27864 24904 0 -1 1077944384 23619 0 0 0 4629 22 0 0 20 0 17 0 39009903 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506974180384 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10794416 memory=1398720917958146503 CPUtime=389.69 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 207666 0 0 0 38813 156 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10794416 memory=2604 CPUtime=387.98 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 67651 0 0 0 38646 152 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10794416 memory=1408 CPUtime=389.45 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 97491 0 0 0 38797 148 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10794416 memory=3200 CPUtime=388.82 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 100069 0 0 0 38736 146 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10794416 memory=3068780 CPUtime=53.21 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) R 27861 27864 24904 0 -1 4202560 95054 0 0 0 5317 4 0 0 20 0 17 0 39009905 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506461639504 140506954397294 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10794416 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39009905 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506460587104 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10794416 memory=3108 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39009906 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506459533312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10794416 memory=8285744 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506458482512 140506969958299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10794416 memory=4100 CPUtime=1.87 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) S 27861 27864 24904 0 -1 1077944384 8047 0 0 0 186 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506457430944 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10794416 memory=1788 CPUtime=2.03 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) S 27861 27864 24904 0 -1 1077944384 11353 0 0 0 202 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506456377856 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10794416 memory=8285728 CPUtime=0.49 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) S 27861 27864 24904 0 -1 1077944384 3124 0 0 0 48 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506455320672 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10794416 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27879] ppid=27861 vsize=10794416 memory=8285744 CPUtime=0.37 cores=1,3,5,7
/proc/27864/task/27879/stat : 27879 (java) S 27861 27864 24904 0 -1 1077944384 1266 0 0 0 19 18 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506453220016 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27895] ppid=27861 vsize=10794416 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27895/stat : 27895 (java) S 27861 27864 24904 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39057082 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506450066736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27896] ppid=27861 vsize=10794416 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27896/stat : 27896 (java) S 27861 27864 24904 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 17 0 39057082 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506449014960 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 1660.51 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8285748 KiB

[startup+494.201 s]
/proc/loadavg: 5.00 4.16 3.23 3/218 27897
/proc/meminfo: memFree=12259240/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10794416 memory=8285748 CPUtime=1660.7 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 616983 0 0 0 165432 638 0 0 20 0 17 0 39009902 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2698604 2071437 3221 1 0 2661057 0
[pid=27864/tid=27866] ppid=27861 vsize=10794416 memory=7392 CPUtime=46.51 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) S 27861 27864 24904 0 -1 1077944384 23619 0 0 0 4629 22 0 0 20 0 17 0 39009903 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506974180384 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10794416 memory=840 CPUtime=389.69 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 207666 0 0 0 38813 156 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10794416 memory=1796 CPUtime=387.98 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 67651 0 0 0 38646 152 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10794416 memory=912 CPUtime=389.45 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 97491 0 0 0 38797 148 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10794416 memory=3852 CPUtime=388.82 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 100069 0 0 0 38736 146 0 0 20 0 17 0 39009904 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10794416 memory=288230574492221466 CPUtime=53.4 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) R 27861 27864 24904 0 -1 4202560 95054 0 0 0 5336 4 0 0 20 0 17 0 39009905 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506461639504 140506954397323 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10794416 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39009905 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506460587104 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10794416 memory=13572582825790009 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39009906 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506459533312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10794416 memory=7392 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506458482512 140506969958299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10794416 memory=840 CPUtime=1.87 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) S 27861 27864 24904 0 -1 1077944384 8047 0 0 0 186 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506457430944 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10794416 memory=1796 CPUtime=2.03 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) S 27861 27864 24904 0 -1 1077944384 11353 0 0 0 202 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506456377856 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10794416 memory=912 CPUtime=0.49 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) S 27861 27864 24904 0 -1 1077944384 3124 0 0 0 48 1 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506455320672 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10794416 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27879] ppid=27861 vsize=10794416 memory=33 CPUtime=0.37 cores=1,3,5,7
/proc/27864/task/27879/stat : 27879 (java) S 27861 27864 24904 0 -1 1077944384 1266 0 0 0 19 18 0 0 20 0 17 0 39009908 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506453220016 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27895] ppid=27861 vsize=10794416 memory=5936401062261182551 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27895/stat : 27895 (java) S 27861 27864 24904 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39057082 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506450066736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27896] ppid=27861 vsize=10794416 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27896/stat : 27896 (java) S 27861 27864 24904 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 17 0 39057082 11053481984 2071437 33554432000 4194304 4196468 140721054171696 140506449014960 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 1660.7 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8285748 KiB

[startup+494.301 s]
/proc/loadavg: 5.00 4.16 3.23 3/218 27897
/proc/meminfo: memFree=12259240/32770624 swapFree=67108860/67108860
[pid=27864] ppid=27861 vsize=10794416 memory=8285696 CPUtime=1660.8 cores=1,3,5,7
/proc/27864/stat : 27864 (java) S 27861 27864 24904 0 -1 1077944320 617083 0 0 0 165442 638 0 0 20 0 14 0 39009902 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140721054154240 140506969939703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
/proc/27864/statm: 2698604 2071424 3222 1 0 2661057 0
[pid=27864/tid=27866] ppid=27861 vsize=10794416 memory=8285748 CPUtime=46.51 cores=1,3,5,7
/proc/27864/task/27866/stat : 27866 (java) S 27861 27864 24904 0 -1 1077944384 23640 0 0 0 4629 22 0 0 20 0 14 0 39009903 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506974182544 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27867] ppid=27861 vsize=10794416 memory=8285472 CPUtime=389.69 cores=1,3,5,7
/proc/27864/task/27867/stat : 27867 (java) S 27861 27864 24904 0 -1 1077944384 207666 0 0 0 38813 156 0 0 20 0 14 0 39009904 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506906631312 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27868] ppid=27861 vsize=10794416 memory=8285456 CPUtime=387.98 cores=1,3,5,7
/proc/27864/task/27868/stat : 27868 (java) S 27861 27864 24904 0 -1 1077944384 67651 0 0 0 38646 152 0 0 20 0 14 0 39009904 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506905578512 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27869] ppid=27861 vsize=10794416 memory=8285484 CPUtime=389.45 cores=1,3,5,7
/proc/27864/task/27869/stat : 27869 (java) S 27861 27864 24904 0 -1 1077944384 97491 0 0 0 38797 148 0 0 20 0 14 0 39009904 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506904525712 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27870] ppid=27861 vsize=10794416 memory=8285744 CPUtime=388.82 cores=1,3,5,7
/proc/27864/task/27870/stat : 27870 (java) S 27861 27864 24904 0 -1 1077944384 100069 0 0 0 38736 146 0 0 20 0 14 0 39009904 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506903472912 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27871] ppid=27861 vsize=10794416 memory=8285744 CPUtime=53.5 cores=1,3,5,7
/proc/27864/task/27871/stat : 27871 (java) S 27861 27864 24904 0 -1 1077944384 95056 0 0 0 5346 4 0 0 20 0 14 0 39009905 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506461641280 140506969950850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27872] ppid=27861 vsize=10794416 memory=8285744 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27872/stat : 27872 (java) S 27861 27864 24904 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 14 0 39009905 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506460587104 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27873] ppid=27861 vsize=10794416 memory=8285748 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27873/stat : 27873 (java) S 27861 27864 24904 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 14 0 39009906 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506459534208 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27874] ppid=27861 vsize=10794416 memory=8285748 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27874/stat : 27874 (java) S 27861 27864 24904 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 14 0 39009908 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506458479280 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27875] ppid=27861 vsize=10794416 memory=8285748 CPUtime=1.87 cores=1,3,5,7
/proc/27864/task/27875/stat : 27875 (java) S 27861 27864 24904 0 -1 1077944384 8047 0 0 0 186 1 0 0 20 0 14 0 39009908 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506457430896 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27876] ppid=27861 vsize=10794416 memory=8285748 CPUtime=2.03 cores=1,3,5,7
/proc/27864/task/27876/stat : 27876 (java) S 27861 27864 24904 0 -1 1077944384 11353 0 0 0 202 1 0 0 20 0 14 0 39009908 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506456378096 140506969950850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27877] ppid=27861 vsize=10794416 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/27864/task/27877/stat : 27877 (java) S 27861 27864 24904 0 -1 1077944384 3146 0 0 0 49 1 0 0 20 0 14 0 39009908 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506455321168 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
[pid=27864/tid=27878] ppid=27861 vsize=10794416 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/27864/task/27878/stat : 27878 (java) S 27861 27864 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 39009908 11053481984 2071424 33554432000 4194304 4196468 140721054171696 140506454272736 140506969949909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140721054180465 140721054180617 140721054180617 140721054183375 0
Current children cumulated CPU time: 1660.8 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8285696 KiB

Child status: 0
Real time (s): 494.352
CPU time (s): 1660.86
CPU user time (s): 1654.43
CPU system time (s): 6.43137
CPU usage (%): 335.967
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8285748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1654.43
system time used= 6.43137
maximum resident set size= 8285876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26917
involuntary context switches= 15655


# summary of solver processes directly reported to runsolver:
#   pid: 27864
#   total CPU time (s): 1660.86
#   total CPU user time (s): 1654.43
#   total CPU system time (s): 6.43137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70301 second user time and 5.26285 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 01:07:47
IDJOB=4289903
IDBENCH=141244
IDSOLVER=2742
FILE ID=node103/4289903-1532214467
RUNJOBID= node103-1532209718-27132
PBS_JOBID= 21018940
Free space on /tmp= 56872 MiB

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

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

MD5SUM BENCH= 69672b68d8d3f9201b488571cf4784d4
RANDOM SEED=868897122

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21006824 kB
MemAvailable:   29333652 kB
Buffers:          215968 kB
Cached:          8316780 kB
SwapCached:            0 kB
Active:          3919888 kB
Inactive:        7260648 kB
Active(anon):    2650360 kB
Inactive(anon):    16984 kB
Active(file):    1269528 kB
Inactive(file):  7243664 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:       2335380 kB
Mapped:            46740 kB
Shmem:             17036 kB
Slab:             269644 kB
SReclaimable:     242096 kB
SUnreclaim:        27548 kB
KernelStack:        3552 kB
PageTables:         9684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3553184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2232320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 01:16:02