Trace number 4289756

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? 2254.6 640.007

General information on the benchmark

NameStillLife/
StillLife-wastage-30_c18.xml
MD5SUMbc7ca4ef6af3dcde4f5a5d75f0a5d481
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark466
Best CPU time to get the best result obtained on this benchmark1279.53
Satisfiable
(Un)Satisfiability was proved
Number of variables2081
Number of constraints1208
Number of domains4
Minimum domain size2
Maximum domain size2049
Distribution of domain sizes[{"size":2,"count":1024},{"size":3,"count":1024},{"size":901,"count":1},{"size":2049,"count":32}]
Minimum variable degree1
Maximum variable degree33
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1021},{"degree":3,"count":35},{"degree":4,"count":120},{"degree":8,"count":116},{"degree":9,"count":784},{"degree":33,"count":1}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":152},{"arity":3,"count":120},{"arity":10,"count":900},{"arity":32,"count":4},{"arity":33,"count":1},{"arity":34,"count":31}]
Number of extensional constraints1020
Number of intensional constraints151
Distribution of constraint types[{"type":"extension","count":1020},{"type":"intension","count":151},{"type":"sum","count":33},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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

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

solver pid=28179, runsolver pid=28176

[startup+0.100159 s]*
/proc/loadavg: 1.00 1.09 1.48 3/217 28203
/proc/meminfo: memFree=21521480/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10659012 memory=31288 CPUtime=0.13 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 6887 0 0 0 12 1 0 0 20 0 15 0 38450415 10914828288 7822 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2664753 7822 2848 1 0 2627263 0
[pid=28179/tid=28181] ppid=28176 vsize=10659012 memory=-8701690554792316033 CPUtime=0.09 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) R 28176 28179 25824 0 -1 4202560 4728 0 0 0 8 1 0 0 20 0 15 0 38450415 10914828288 7822 33554432000 4194304 4196468 140734922283680 140704243034048 140704238834845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 7822 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10659012 memory=140027432498816 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10659012 memory=140027432498816 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) S 28176 28179 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38450418 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703341463536 140704238824066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38450418 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703340409760 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38450418 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) S 28176 28179 25824 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703337253360 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) R 28176 28179 25824 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703336200816 140704238824066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10659012 memory=140027432498816 CPUtime=0.02 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) S 28176 28179 25824 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 38450421 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703335148272 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10659012 memory=140027432498816 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 7822 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31288 KiB

[startup+0.210437 s]*
/proc/loadavg: 1.00 1.09 1.48 4/217 28203
/proc/meminfo: memFree=21501580/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10659012 memory=42132 CPUtime=0.34 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 8164 0 0 0 32 2 0 0 20 0 15 0 38450415 10914828288 10533 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2664753 10533 3006 1 0 2627263 0
[pid=28179/tid=28181] ppid=28176 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) R 28176 28179 25824 0 -1 4202560 5096 0 0 0 19 1 0 0 20 0 15 0 38450415 10914828288 10533 33554432000 4194304 4196468 140734922283680 140704243048176 140704238824854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 10533 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10659012 memory=140027432524897 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38450416 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10659012 memory=140027432498816 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) S 28176 28179 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38450418 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703341463536 140704238824066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38450418 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703340409760 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38450418 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) S 28176 28179 25824 0 -1 1077944384 617 0 0 0 2 0 0 0 20 0 15 0 38450421 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703337253360 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) S 28176 28179 25824 0 -1 1077944384 388 0 0 0 1 0 0 0 20 0 15 0 38450421 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703336200816 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10659012 memory=140027432498816 CPUtime=0.07 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) R 28176 28179 25824 0 -1 4202560 695 0 0 0 7 0 0 0 20 0 15 0 38450421 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703335148272 140704238834266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10659012 memory=140027432498816 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450421 10914828288 10533 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42132 KiB

[startup+0.310961 s]*
/proc/loadavg: 1.00 1.09 1.48 6/217 28203
/proc/meminfo: memFree=21486444/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10659088 memory=52212 CPUtime=0.57 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 9653 0 0 0 55 2 0 0 20 0 15 0 38450415 10914906112 13053 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2664772 13053 3042 1 0 2627263 0
[pid=28179/tid=28181] ppid=28176 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) R 28176 28179 25824 0 -1 1077944384 5656 0 0 0 29 1 0 0 20 0 15 0 38450415 10914906112 13053 33554432000 4194304 4196468 140734922283680 140704243050960 140704238823125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914906112 13053 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10659088 memory=140027432524758 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38450416 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10659088 memory=140027432498816 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) S 28176 28179 25824 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 38450418 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703341463536 140704238824066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38450418 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703340409760 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38450418 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) R 28176 28179 25824 0 -1 4202560 648 0 0 0 5 0 0 0 20 0 15 0 38450421 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703337243472 140704224421747 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) R 28176 28179 25824 0 -1 4202560 954 0 0 0 7 0 0 0 20 0 15 0 38450421 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703336181832 140704219514583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10659088 memory=140027432498816 CPUtime=0.13 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) S 28176 28179 25824 0 -1 1077944384 1052 0 0 0 13 0 0 0 20 0 15 0 38450421 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703335148272 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10659088 memory=140027432498816 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450421 10914906112 13053 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52212 KiB

[startup+0.709003 s]
/proc/loadavg: 1.00 1.09 1.48 7/218 28204
/proc/meminfo: memFree=21440572/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10659088 memory=207384 CPUtime=1.96 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 16465 0 0 0 189 7 0 0 20 0 15 0 38450415 10914906112 51846 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2664772 51846 3114 1 0 2627263 0
[pid=28179/tid=28181] ppid=28176 vsize=10659088 memory=1836 CPUtime=0.65 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) R 28176 28179 25824 0 -1 4202560 6216 0 0 0 62 3 0 0 20 0 15 0 38450415 10914906112 51846 33554432000 4194304 4196468 140734922283680 140704243046616 140704220763819 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10659088 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 38450416 10914906112 51846 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10659088 memory=1960 CPUtime=0.01 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 15 0 38450416 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10659088 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450416 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10659088 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 38450416 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) S 28176 28179 25824 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 38450418 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703341463536 140704238824066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10659088 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 38450418 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703340409760 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38450418 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10659088 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10659088 memory=6297835844906604903 CPUtime=0.41 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) R 28176 28179 25824 0 -1 4202560 2857 0 0 0 41 0 0 0 20 0 15 0 38450421 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703337253360 140704223059604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10659088 memory=7597685182856913236 CPUtime=0.42 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) R 28176 28179 25824 0 -1 4202560 3213 0 0 0 42 0 0 0 20 0 15 0 38450421 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703336200000 140704222223791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10659088 memory=7079774412187127888 CPUtime=0.4 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) S 28176 28179 25824 0 -1 1077944384 2689 0 0 0 39 1 0 0 20 0 15 0 38450421 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703335148272 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38450421 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38450421 10914906112 51846 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 207384 KiB

[startup+1.50082 s]
/proc/loadavg: 1.00 1.09 1.48 8/218 28204
/proc/meminfo: memFree=21294284/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10661136 memory=323332 CPUtime=4.43 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 22187 0 0 0 432 11 0 0 20 0 15 0 38450415 10917003264 80833 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2665284 80833 3140 1 0 2627775 0
[pid=28179/tid=28181] ppid=28176 vsize=10661136 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) R 28176 28179 25824 0 -1 4202560 6292 0 0 0 135 4 0 0 20 0 15 0 38450415 10917003264 80833 33554432000 4194304 4196468 140734922283680 140704243037792 140703879763020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10661136 memory=-6951259422114956437 CPUtime=0.03 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 42 0 0 0 3 0 0 0 20 0 15 0 38450416 10917003264 80833 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10661136 memory=-6509546260019855295 CPUtime=0.04 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 90 0 0 0 4 0 0 0 20 0 15 0 38450416 10917003264 80833 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10661136 memory=-7390251449858225344 CPUtime=0.02 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 15 0 38450416 10917003264 80833 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10661136 memory=-7096649868621430206 CPUtime=0.03 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 84 0 0 0 3 0 0 0 20 0 15 0 38450416 10917003264 80833 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) S 28176 28179 25824 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 38450418 10917003264 80833 33554432000 4194304 4196468 140734922283680 140703341463536 140704238824066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0

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

[pid=28179/tid=28183] ppid=28176 vsize=10794416 memory=13788 CPUtime=542.07 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) R 28176 28179 25824 0 -1 4202560 123786 0 0 0 54014 193 0 0 20 0 17 0 38450416 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140704204094424 140704223270541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10794416 memory=1296 CPUtime=539.91 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) R 28176 28179 25824 0 -1 4202560 83699 0 0 0 53800 191 0 0 20 0 17 0 38450416 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703844379344 140704231441127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10794416 memory=6791534058613427641 CPUtime=539.06 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) R 28176 28179 25824 0 -1 4202560 113629 0 0 0 53694 212 0 0 20 0 17 0 38450416 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703843327112 140704231441127 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10794416 memory=1836 CPUtime=540.2 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) R 28176 28179 25824 0 -1 4202560 148970 0 0 0 53819 201 0 0 20 0 17 0 38450416 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703842274256 140704231441127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10794416 memory=792 CPUtime=37.56 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) S 28176 28179 25824 0 -1 1077944384 118821 0 0 0 3750 6 0 0 20 0 17 0 38450418 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703341462080 140704238823125 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10794416 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703340409824 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10794416 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10794416 memory=2244 CPUtime=1.99 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) S 28176 28179 25824 0 -1 1077944384 8434 0 0 0 198 1 0 0 20 0 17 0 38450421 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703337253120 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10794416 memory=4136 CPUtime=1.88 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) S 28176 28179 25824 0 -1 1077944384 9464 0 0 0 187 1 0 0 20 0 17 0 38450421 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703336200864 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10794416 memory=2204 CPUtime=0.52 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) S 28176 28179 25824 0 -1 1077944384 4559 0 0 0 51 1 0 0 20 0 17 0 38450421 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703335148320 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10794416 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10794416 memory=8380 CPUtime=0.4 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 451 0 0 0 20 20 0 0 20 0 17 0 38450421 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28223] ppid=28176 vsize=10794416 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28223/stat : 28223 (java) S 28176 28179 25824 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140703331984704 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28224] ppid=28176 vsize=10794416 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28224/stat : 28224 (java) S 28176 28179 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098263 33554432000 4194304 4196468 140734922283680 140702886219792 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 2253.59 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8393052 KiB

[startup+639.601 s]
/proc/loadavg: 4.56 4.12 2.90 6/218 28224
/proc/meminfo: memFree=12855520/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10794416 memory=8393056 CPUtime=2254.18 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 633357 0 0 0 224578 840 0 0 20 0 17 0 38450415 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2698604 2098264 3217 1 0 2661057 0
[pid=28179/tid=28181] ppid=28176 vsize=10794416 memory=13788 CPUtime=49.91 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) S 28176 28179 25824 0 -1 1077944384 19837 0 0 0 4968 23 0 0 20 0 17 0 38450415 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140704243053600 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10794416 memory=6791534058613427641 CPUtime=542.14 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 123794 0 0 0 54021 193 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10794416 memory=16436 CPUtime=539.97 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 83699 0 0 0 53806 191 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10794416 memory=4048 CPUtime=539.12 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 113629 0 0 0 53700 212 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10794416 memory=640 CPUtime=540.26 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 148970 0 0 0 53825 201 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10794416 memory=1296 CPUtime=37.9 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) R 28176 28179 25824 0 -1 4202560 119074 0 0 0 3784 6 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703341462080 140704223809323 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10794416 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703340409824 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10794416 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10794416 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10794416 memory=1960 CPUtime=1.99 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) S 28176 28179 25824 0 -1 1077944384 8434 0 0 0 198 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703337253120 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10794416 memory=5380 CPUtime=1.88 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) S 28176 28179 25824 0 -1 1077944384 9464 0 0 0 187 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703336200864 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10794416 memory=4616 CPUtime=0.52 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) S 28176 28179 25824 0 -1 1077944384 4559 0 0 0 51 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703335148320 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10794416 memory=1792 CPUtime=0.4 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 455 0 0 0 20 20 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28223] ppid=28176 vsize=10794416 memory=960 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28223/stat : 28223 (java) S 28176 28179 25824 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703331984704 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28224] ppid=28176 vsize=10794416 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28224/stat : 28224 (java) S 28176 28179 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140702886219792 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 2254.18 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8393056 KiB

[startup+639.801 s]
/proc/loadavg: 4.56 4.12 2.90 6/218 28224
/proc/meminfo: memFree=12855520/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10794416 memory=8393056 CPUtime=2254.38 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 633357 0 0 0 224598 840 0 0 20 0 17 0 38450415 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2698604 2098264 3217 1 0 2661057 0
[pid=28179/tid=28181] ppid=28176 vsize=10794416 memory=928 CPUtime=49.91 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) S 28176 28179 25824 0 -1 1077944384 19837 0 0 0 4968 23 0 0 20 0 17 0 38450415 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140704243053600 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10794416 memory=1580 CPUtime=542.14 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 123794 0 0 0 54021 193 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10794416 memory=2244 CPUtime=539.97 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 83699 0 0 0 53806 191 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10794416 memory=4136 CPUtime=539.12 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 113629 0 0 0 53700 212 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10794416 memory=2204 CPUtime=540.26 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 148970 0 0 0 53825 201 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10794416 memory=7532 CPUtime=38.1 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) R 28176 28179 25824 0 -1 4202560 119074 0 0 0 3804 6 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703341462080 140704223809323 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10794416 memory=844 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703340409824 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10794416 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10794416 memory=920 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10794416 memory=3848 CPUtime=1.99 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) S 28176 28179 25824 0 -1 1077944384 8434 0 0 0 198 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703337253120 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10794416 memory=4104 CPUtime=1.88 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) S 28176 28179 25824 0 -1 1077944384 9464 0 0 0 187 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703336200864 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10794416 memory=2292 CPUtime=0.52 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) S 28176 28179 25824 0 -1 1077944384 4559 0 0 0 51 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703335148320 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10794416 memory=2292 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10794416 memory=11964 CPUtime=0.4 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 455 0 0 0 20 20 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28223] ppid=28176 vsize=10794416 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28223/stat : 28223 (java) S 28176 28179 25824 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703331984704 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28224] ppid=28176 vsize=10794416 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28224/stat : 28224 (java) S 28176 28179 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140702886219792 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 2254.38 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8393056 KiB

[startup+639.901 s]
/proc/loadavg: 4.56 4.12 2.90 6/218 28224
/proc/meminfo: memFree=12855520/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=10794416 memory=8393056 CPUtime=2254.48 cores=1,3,5,7
/proc/28179/stat : 28179 (java) S 28176 28179 25824 0 -1 1077944320 633357 0 0 0 224608 840 0 0 20 0 17 0 38450415 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140734922266224 140704238812919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
/proc/28179/statm: 2698604 2098264 3217 1 0 2661057 0
[pid=28179/tid=28181] ppid=28176 vsize=10794416 memory=8393028 CPUtime=49.91 cores=1,3,5,7
/proc/28179/task/28181/stat : 28181 (java) S 28176 28179 25824 0 -1 1077944384 19837 0 0 0 4968 23 0 0 20 0 17 0 38450415 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140704243053600 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28183] ppid=28176 vsize=10794416 memory=8393008 CPUtime=542.14 cores=1,3,5,7
/proc/28179/task/28183/stat : 28183 (java) S 28176 28179 25824 0 -1 1077944384 123794 0 0 0 54021 193 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140704204094224 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28184] ppid=28176 vsize=10794416 memory=1012 CPUtime=539.97 cores=1,3,5,7
/proc/28179/task/28184/stat : 28184 (java) S 28176 28179 25824 0 -1 1077944384 83699 0 0 0 53806 191 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703844379536 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28185] ppid=28176 vsize=10794416 memory=8393008 CPUtime=539.12 cores=1,3,5,7
/proc/28179/task/28185/stat : 28185 (java) S 28176 28179 25824 0 -1 1077944384 113629 0 0 0 53700 212 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703843326992 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28186] ppid=28176 vsize=10794416 memory=8393008 CPUtime=540.26 cores=1,3,5,7
/proc/28179/task/28186/stat : 28186 (java) S 28176 28179 25824 0 -1 1077944384 148970 0 0 0 53825 201 0 0 20 0 17 0 38450416 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703842274448 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28189] ppid=28176 vsize=10794416 memory=8393020 CPUtime=38.2 cores=1,3,5,7
/proc/28179/task/28189/stat : 28189 (java) R 28176 28179 25824 0 -1 4202560 119074 0 0 0 3814 6 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703341462080 140704223809323 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28190] ppid=28176 vsize=10794416 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28190/stat : 28190 (java) S 28176 28179 25824 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703340409824 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28191] ppid=28176 vsize=10794416 memory=8393052 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28191/stat : 28191 (java) S 28176 28179 25824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38450418 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703339357168 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28198] ppid=28176 vsize=10794416 memory=8393052 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28198/stat : 28198 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703338305744 140704238831515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28199] ppid=28176 vsize=10794416 memory=8393056 CPUtime=1.99 cores=1,3,5,7
/proc/28179/task/28199/stat : 28199 (java) S 28176 28179 25824 0 -1 1077944384 8434 0 0 0 198 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703337253120 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28200] ppid=28176 vsize=10794416 memory=39 CPUtime=1.88 cores=1,3,5,7
/proc/28179/task/28200/stat : 28200 (java) S 28176 28179 25824 0 -1 1077944384 9464 0 0 0 187 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703336200864 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28201] ppid=28176 vsize=10794416 memory=8391948 CPUtime=0.52 cores=1,3,5,7
/proc/28179/task/28201/stat : 28201 (java) S 28176 28179 25824 0 -1 1077944384 4559 0 0 0 51 1 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703335148320 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28202] ppid=28176 vsize=10794416 memory=8393056 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28202/stat : 28202 (java) S 28176 28179 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703334095968 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28203] ppid=28176 vsize=10794416 memory=8393008 CPUtime=0.4 cores=1,3,5,7
/proc/28179/task/28203/stat : 28203 (java) S 28176 28179 25824 0 -1 1077944384 455 0 0 0 20 20 0 0 20 0 17 0 38450421 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703333042480 140704238824066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28223] ppid=28176 vsize=10794416 memory=8392132 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28223/stat : 28223 (java) S 28176 28179 25824 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140703331984704 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
[pid=28179/tid=28224] ppid=28176 vsize=10794416 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/28179/task/28224/stat : 28224 (java) S 28176 28179 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38510710 11053481984 2098264 33554432000 4194304 4196468 140734922283680 140702886219792 140704238823125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35545088 140734922290289 140734922290441 140734922290441 140734922293199 0
Current children cumulated CPU time: 2254.48 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8393056 KiB

Child status: 0
Real time (s): 640.007
CPU time (s): 2254.6
CPU user time (s): 2246.15
CPU system time (s): 8.44528
CPU usage (%): 352.277
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8393056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2246.15
system time used= 8.44528
maximum resident set size= 8393312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 636950
page faults= 0
swaps= 0
block input operations= 88
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50278
involuntary context switches= 33869


# summary of solver processes directly reported to runsolver:
#   pid: 28179
#   total CPU time (s): 2254.6
#   total CPU user time (s): 2246.15
#   total CPU system time (s): 8.44528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93508 second user time and 6.34014 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-21 23:34:32
IDJOB=4289756
IDBENCH=141028
IDSOLVER=2742
FILE ID=node104/4289756-1532208872
RUNJOBID= node104-1532208872-28144
PBS_JOBID= 21018939
Free space on /tmp= 57244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StillLife/StillLife-wastage-30_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289756-1532208872/watcher-4289756-1532208872 -o /tmp/evaluation-result-4289756-1532208872/solver-4289756-1532208872 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289756-1532208872.xml

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

MD5SUM BENCH= bc7ca4ef6af3dcde4f5a5d75f0a5d481
RANDOM SEED=1235882846

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21560036 kB
MemAvailable:   31940740 kB
Buffers:          218440 kB
Cached:         10373180 kB
SwapCached:            0 kB
Active:          1748260 kB
Inactive:        8895704 kB
Active(anon):      55080 kB
Inactive(anon):    17040 kB
Active(file):    1693180 kB
Inactive(file):  8878664 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4688 kB
Writeback:             0 kB
AnonPages:         59132 kB
Mapped:            34848 kB
Shmem:             17036 kB
Slab:             264132 kB
SReclaimable:     237320 kB
SUnreclaim:        26812 kB
KernelStack:        3248 kB
PageTables:         4692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57244 MiB
End job on node104 at 2018-07-21 23:45:13