Trace number 4263172

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 2017-07-05? 2456.73 702.58301

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-28.xml
MD5SUMf7605bb50abdbd05cc6d9fedf17196d1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark398
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1831
Number of constraints1072
Number of domains4
Minimum domain size2
Maximum domain size1801
Distribution of domain sizes[{"size":2,"count":900},{"size":3,"count":900},{"size":785,"count":1},{"size":1801,"count":30}]
Minimum variable degree1
Maximum variable degree31
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":897},{"degree":3,"count":33},{"degree":4,"count":112},{"degree":8,"count":108},{"degree":9,"count":676},{"degree":31,"count":1}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":142},{"arity":3,"count":112},{"arity":10,"count":784},{"arity":30,"count":4},{"arity":31,"count":1},{"arity":32,"count":29}]
Number of extensional constraints896
Number of intensional constraints141
Distribution of constraint types[{"type":"extension","count":896},{"type":"intension","count":141},{"type":"sum","count":31},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2255.74/649.22	Aug 13, 2017 7:49:30 AM org.sat4j.reader.XMLCSP3Reader parseInstance
2255.74/649.22	INFO: Runtime exception
2255.74/649.22	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
2255.74/649.22		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
2255.74/649.22		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
2255.74/649.22		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
2255.74/649.22		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
2255.74/649.22		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
2255.74/649.22		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2255.74/649.22		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
2255.74/649.22		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2255.74/649.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2255.74/649.22		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2255.74/649.22		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
2255.74/649.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2255.74/649.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2255.74/649.22		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2255.74/649.22		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2255.74/649.22		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2255.74/649.22		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2255.74/649.22		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2255.74/649.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2255.74/649.22		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 22 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 26 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 27 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 31 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 32 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 36 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 37 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 41 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 42 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 46 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 47 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 51 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 52 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 56 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 57 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 61 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 62 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 66 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 67 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 71 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 72 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 76 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 77 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 81 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 82 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 86 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 87 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		... 91 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		... 92 more
2255.74/649.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
2255.74/649.22		... 96 more
2255.74/649.22	Caused by: java.lang.reflect.InvocationTargetException
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
2255.74/649.22		... 96 more
2255.74/649.22	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2255.74/649.22		at org.sat4j.core.Vec.<init>(Vec.java:100)
2255.74/649.22		at org.sat4j.core.Vec.<init>(Vec.java:74)
2255.74/649.22		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Lits.java:125)
2255.74/649.22		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:198)
2255.74/649.22		at org.sat4j.minisat.core.Solver.addClause(Solver.java:425)
2255.74/649.22		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
2255.74/649.22		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
2255.74/649.22		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:526)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2255.74/649.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2255.74/649.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2255.74/649.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2255.74/649.22		at java.lang.reflect.Method.invoke(Method.java:498)
2255.74/649.22	
2359.82/676.99	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2359.82/676.99	c This is free software under the dual EPL/GNU LGPL licenses.
2359.82/676.99	c See www.sat4j.org for details.
2359.82/676.99	c That software uses the Rhino library from the Mozilla project.
2359.82/676.99	c version CUSTOM.v20170705
2359.82/676.99	c java.runtime.name	Java(TM) SE Runtime Environment
2359.82/676.99	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2359.82/676.99	c java.vm.version	25.131-b11
2359.82/676.99	c java.vm.vendor	Oracle Corporation
2359.82/676.99	c sun.arch.data.model	64
2359.82/676.99	c java.version		1.8.0_131
2359.82/676.99	c os.name		Linux
2359.82/676.99	c os.version		3.10.0-514.16.1.el7.x86_64
2359.82/676.99	c os.arch		amd64
2359.82/676.99	c Free memory 		499604488
2359.82/676.99	c Max memory 		7247757312
2359.82/676.99	c Total memory 		504889344
2359.82/676.99	c Number of processors 	4
2359.82/676.99	c c --- Begin Solver configuration ---
2359.82/676.99	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2359.82/676.99	c Learn all clauses as in MiniSAT
2359.82/676.99	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2359.82/676.99	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2359.82/676.99	c No reason simplification
2359.82/676.99	c Glucose 2.1 dynamic restart strategy
2359.82/676.99	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
2359.82/676.99	c timeout=2147483s
2359.82/676.99	c DB Simplification allowed=false
2359.82/676.99	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2359.82/676.99	c --- End Solver configuration ---
2390.72/685.09	c starts		: 0
2390.72/685.09	c conflicts		: 0
2390.72/685.09	c decisions		: 0
2390.72/685.09	c propagations		: 0
2390.72/685.09	c inspects		: 0
2390.72/685.09	c shortcuts		: 0
2390.72/685.09	c learnt literals	: 0
2390.72/685.09	c learnt binary clauses	: 0
2390.72/685.09	c learnt ternary clauses	: 0
2390.72/685.09	c learnt constraints	: 0
2390.72/685.09	c ignored constraints	: 0
2390.72/685.09	c root simplifications	: 0
2390.72/685.09	c removed literals (reason simplification)	: 0
2390.72/685.09	c reason swapping (by a shorter reason)	: 0
2390.72/685.09	c Calls to reduceDB	: 0
2390.72/685.09	c Number of update (reduction) of LBD	: 0
2390.72/685.09	c Imported unit clauses	: 0
2390.72/685.09	c number of reductions to clauses (during analyze)	: 0
2390.72/685.09	c number of learned constraints concerned by reduction	: 0
2390.72/685.09	c number of learning phase by resolution	: 0
2390.72/685.09	c number of learning phase by cutting planes	: 0
2390.72/685.09	c number of rounding to 1 operations	: 0
2390.72/685.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2390.72/685.09	c number of reductions of the coefficients by power 2 	: 0
2390.72/685.09	c number of right shift for reduction by power 2 	: 0
2390.72/685.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
2390.72/685.09	c speed (assignments/second)	: 0.0
2390.72/685.09	c non guided choices	0
2390.72/685.09	c learnt constraints type 
2456.64/702.53	s UNKNOWN
2456.64/702.53	Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
2456.64/702.53		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
2456.64/702.53		at java.util.Hashtable.keys(Hashtable.java:257)
2456.64/702.53		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
2456.64/702.53		at java.util.logging.LogManager.reset(LogManager.java:1327)
2456.64/702.53		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263172-1502603595/watcher-4263172-1502603595 -o /tmp/evaluation-result-4263172-1502603595/solver-4263172-1502603595 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263172-1502603595.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=18715, runsolver pid=18712

[startup+0.100127 s]*
/proc/loadavg: 4.53 4.18 3.26 3/201 18717
/proc/meminfo: memFree=29816920/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=9936560 memory=14372 CPUtime=0 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 2884 0 0 0 0 0 0 0 20 0 6 0 160012307 10175037440 3593 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2484140 3593 1541 1 0 2473637 0
[pid=18715/tid=18717] ppid=18712 vsize=9936560 memory=-6657275095719973221 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) R 18712 18715 7084 0 -1 4202560 1731 0 0 0 0 0 0 0 20 0 6 0 160012317 10175037440 3725 18446744073709551615 4194304 4196468 140725378453328 140106794844752 140106751590262 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=9936560 memory=5767616012360161673 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160012317 10175037440 3725 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=9936560 memory=139652109756032 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160012318 10175037440 3725 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 160012318 10175037440 3725 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160012318 10175037440 3725 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14372 KiB

[startup+0.210114 s]*
/proc/loadavg: 4.53 4.18 3.26 3/214 18730
/proc/meminfo: memFree=29803240/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=10551156 memory=26680 CPUtime=0.09 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 5201 0 0 0 8 1 0 0 20 0 15 0 160012307 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2637789 6670 2726 1 0 2627261 0
[pid=18715/tid=18717] ppid=18712 vsize=10551156 memory=8186588030768684696 CPUtime=0.07 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) R 18712 18715 7084 0 -1 4202560 3142 0 0 0 6 1 0 0 20 0 15 0 160012317 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106794834400 140106790630557 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=10551156 memory=732369790447209445 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012317 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=10551156 memory=139652109756032 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012318 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160012318 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012318 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10551156 memory=139652109756032 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) S 18712 18715 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160012319 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106153224176 140106790619778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160012319 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106152170400 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160012320 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106151117808 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) S 18712 18715 7084 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106149014000 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106147961456 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10551156 memory=139652109756032 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) R 18712 18715 7084 0 -1 4202560 245 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106146908912 140106790629978 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10551156 memory=139652109756032 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012327 10804383744 6670 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26680 KiB

[startup+0.310441 s]*
/proc/loadavg: 4.53 4.18 3.26 3/214 18730
/proc/meminfo: memFree=29790680/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=10551156 memory=35912 CPUtime=0.24 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 8304 0 0 0 21 3 0 0 20 0 15 0 160012307 10804383744 8978 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2637789 8978 2861 1 0 2627261 0
[pid=18715/tid=18717] ppid=18712 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) R 18712 18715 7084 0 -1 4202560 5980 0 0 0 14 2 0 0 20 0 15 0 160012317 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106794845504 140106774689118 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012317 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012318 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=10551156 memory=139652109763025 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160012318 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012318 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) S 18712 18715 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160012319 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106153224176 140106790619778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160012319 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106152170400 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160012320 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106151117808 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) S 18712 18715 7084 0 -1 1077944384 512 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106149014000 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) S 18712 18715 7084 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 160012322 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106147961456 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) S 18712 18715 7084 0 -1 1077944384 364 0 0 0 4 0 0 0 20 0 15 0 160012322 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106146908912 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012327 10804383744 9044 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35912 KiB

[startup+0.700748 s]
/proc/loadavg: 4.53 4.18 3.26 4/214 18730
/proc/meminfo: memFree=29778984/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=10551232 memory=73180 CPUtime=1.28 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 11418 0 0 0 124 4 0 0 20 0 15 0 160012307 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2637808 18295 3056 1 0 2627261 0
[pid=18715/tid=18717] ppid=18712 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) R 18712 18715 7084 0 -1 4202560 6840 0 0 0 51 3 0 0 20 0 15 0 160012317 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106794843536 140106417028863 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=10551232 memory=-7452431979323206951 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012317 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012318 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160012318 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012318 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) S 18712 18715 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 160012319 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106153224176 140106790619778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10551232 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160012319 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106152170400 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160012320 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106151117808 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) R 18712 18715 7084 0 -1 1077944384 1136 0 0 0 21 0 0 0 20 0 15 0 160012322 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106149014000 140106790619778 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) R 18712 18715 7084 0 -1 4202560 730 0 0 0 22 0 0 0 20 0 15 0 160012322 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106147961456 140106790620566 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) R 18712 18715 7084 0 -1 4202560 1342 0 0 0 29 0 0 0 20 0 15 0 160012322 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106146908912 140106774919107 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10551232 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012327 10804461568 18295 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 73180 KiB

[startup+1.50076 s]
/proc/loadavg: 4.53 4.18 3.26 5/214 18730
/proc/meminfo: memFree=29617016/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=10553500 memory=271384 CPUtime=3.82 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 21959 0 0 0 367 15 0 0 20 0 15 0 160012307 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2638375 67846 3094 1 0 2627828 0
[pid=18715/tid=18717] ppid=18712 vsize=10553500 memory=7518904989844155801 CPUtime=1.26 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) R 18712 18715 7084 0 -1 4202560 7600 0 0 0 121 5 0 0 20 0 15 0 160012317 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106794836080 140106418073832 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=10553500 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 126 0 0 0 4 1 0 0 20 0 15 0 160012317 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=10553500 memory=8535570946649115450 CPUtime=0.04 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 112 0 0 0 3 1 0 0 20 0 15 0 160012318 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=10553500 memory=5937833812199105384 CPUtime=0.03 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 37 0 0 0 2 1 0 0 20 0 15 0 160012318 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10553500 memory=3 CPUtime=0.06 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 129 0 0 0 4 2 0 0 20 0 15 0 160012318 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10553500 memory=6 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) S 18712 18715 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 160012319 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106153224176 140106790619778 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10553500 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160012319 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106152170464 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10553500 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160012320 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106151117824 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10553500 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10553500 memory=288230621803970871 CPUtime=0.93 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) R 18712 18715 7084 0 -1 4202560 3984 0 0 0 93 0 0 0 20 0 15 0 160012322 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106148999464 140106776632423 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10553500 memory=13563786715989427 CPUtime=0.97 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) R 18712 18715 7084 0 -1 4202560 5881 0 0 0 96 1 0 0 20 0 15 0 160012322 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106147947192 140106772156112 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10553500 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) S 18712 18715 7084 0 -1 1077944384 2646 0 0 0 39 0 0 0 20 0 15 0 160012322 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106146908912 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10553500 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10553500 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160012327 10806784000 67846 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 3.82 s
Current children cumulated vsize: 10553500 KiB

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

[pid=18715/tid=18720] ppid=18712 vsize=10551232 memory=8363392 CPUtime=531.76 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) R 18712 18715 7084 0 -1 4202560 105219 0 0 0 52951 225 0 0 20 0 15 0 160012318 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106734853336 140106772205179 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10551232 memory=8363392 CPUtime=529.73 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) R 18712 18715 7084 0 -1 4202560 71256 0 0 0 52755 218 0 0 20 0 15 0 160012318 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106733800176 140106783236839 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10551232 memory=8363460 CPUtime=39 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) S 18712 18715 7084 0 -1 1077944384 113012 0 0 0 3895 5 0 0 20 0 15 0 160012319 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106153222496 140106790618837 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10551232 memory=8363460 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 160012319 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106152170464 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10551232 memory=8363372 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160012320 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106151117824 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10551232 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10551232 memory=8363460 CPUtime=1.55 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) S 18712 18715 7084 0 -1 1077944384 5071 0 0 0 155 0 0 0 20 0 15 0 160012322 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106149014000 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10551232 memory=8363460 CPUtime=1.37 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) S 18712 18715 7084 0 -1 1077944384 8087 0 0 0 136 1 0 0 20 0 15 0 160012322 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106147961456 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10551232 memory=8363460 CPUtime=0.45 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) S 18712 18715 7084 0 -1 1077944384 4110 0 0 0 44 1 0 0 20 0 15 0 160012322 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106146908912 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10551232 memory=8363460 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160012322 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10551232 memory=8363392 CPUtime=0.38 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 456 0 0 0 24 14 0 0 20 0 15 0 160012327 10804461568 2090865 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 2230.73 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8363460 KiB

[startup+702.301 s]
/proc/loadavg: 5.47 4.85 4.01 3/218 18783
/proc/meminfo: memFree=20367064/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=10686560 memory=8364484 CPUtime=2456.44 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 514522 0 0 0 244706 938 0 0 20 0 17 0 160012307 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2671640 2091121 3171 1 0 2661055 0
[pid=18715/tid=18717] ppid=18712 vsize=10686560 memory=8364484 CPUtime=60.05 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) S 18712 18715 7084 0 -1 1077944384 22893 0 0 0 5978 27 0 0 20 0 17 0 160012317 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106794849312 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=10686560 memory=8364320 CPUtime=588.12 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 77683 0 0 0 58598 214 0 0 20 0 17 0 160012317 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=10686560 memory=8364464 CPUtime=590.3 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 88902 0 0 0 58820 210 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=10686560 memory=8364464 CPUtime=587.11 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 108704 0 0 0 58473 238 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10686560 memory=8364464 CPUtime=585.01 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 73104 0 0 0 58269 232 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10686560 memory=8364464 CPUtime=41.95 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) R 18712 18715 7084 0 -1 4202560 123568 0 0 0 4190 5 0 0 20 0 17 0 160012319 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106153222720 140106775605035 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 160012319 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106152170464 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10686560 memory=8364484 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 160012320 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106151117824 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10686560 memory=7518904989844155801 CPUtime=1.57 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) S 18712 18715 7084 0 -1 1077944384 5232 0 0 0 156 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106149013760 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10686560 memory=8364300 CPUtime=1.37 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) S 18712 18715 7084 0 -1 1077944384 8120 0 0 0 136 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106147961504 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0.46 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) S 18712 18715 7084 0 -1 1077944384 4283 0 0 0 45 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106146906112 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0.41 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 507 0 0 0 26 15 0 0 20 0 17 0 160012327 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18767] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18767/stat : 18767 (java) S 18712 18715 7084 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 160077229 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106141651056 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18768] ppid=18712 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18768/stat : 18768 (java) S 18712 18715 7084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 160077229 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106140598288 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 2456.44 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8364484 KiB

[startup+702.582 s]
# the end of solver process 18715 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2447.31 s, system=9.4285 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+702.401 s]
/proc/loadavg: 5.47 4.85 4.01 3/218 18783
/proc/meminfo: memFree=20367064/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=10686560 memory=8364484 CPUtime=2456.54 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 514522 0 0 0 244716 938 0 0 20 0 17 0 160012307 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2671640 2091121 3171 1 0 2661055 0
[pid=18715/tid=18717] ppid=18712 vsize=10686560 memory=4156 CPUtime=60.05 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) S 18712 18715 7084 0 -1 1077944384 22893 0 0 0 5978 27 0 0 20 0 17 0 160012317 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106794849312 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=10686560 memory=67148 CPUtime=588.12 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 77683 0 0 0 58598 214 0 0 20 0 17 0 160012317 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=10686560 memory=1296 CPUtime=590.3 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 88902 0 0 0 58820 210 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=10686560 memory=8364464 CPUtime=587.11 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 108704 0 0 0 58473 238 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10686560 memory=1440 CPUtime=585.01 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 73104 0 0 0 58269 232 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10686560 memory=1724 CPUtime=42.05 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) R 18712 18715 7084 0 -1 4202560 123568 0 0 0 4200 5 0 0 20 0 17 0 160012319 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106153222720 140106775604998 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 160012319 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106152170464 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 160012320 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106151117824 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10686560 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10686560 memory=1196 CPUtime=1.57 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) S 18712 18715 7084 0 -1 1077944384 5232 0 0 0 156 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106149013760 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10686560 memory=15884 CPUtime=1.37 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) S 18712 18715 7084 0 -1 1077944384 8120 0 0 0 136 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106147961504 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10686560 memory=2460 CPUtime=0.46 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) S 18712 18715 7084 0 -1 1077944384 4283 0 0 0 45 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106146906112 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10686560 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10686560 memory=796 CPUtime=0.41 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 507 0 0 0 26 15 0 0 20 0 17 0 160012327 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18767] ppid=18712 vsize=10686560 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18767/stat : 18767 (java) S 18712 18715 7084 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 160077229 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106141651056 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18768] ppid=18712 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18768/stat : 18768 (java) S 18712 18715 7084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 160077229 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106140598288 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 2456.54 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8364484 KiB

[startup+702.501 s]
/proc/loadavg: 5.47 4.85 4.01 3/218 18783
/proc/meminfo: memFree=20367064/32770624 swapFree=67108776/67108860
[pid=18715] ppid=18712 vsize=10686560 memory=8364484 CPUtime=2456.64 cores=0,2,4,6
/proc/18715/stat : 18715 (java) S 18712 18715 7084 0 -1 1077944320 514522 0 0 0 244726 938 0 0 20 0 17 0 160012307 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140725378435872 140106790608631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
/proc/18715/statm: 2671640 2091121 3171 1 0 2661055 0
[pid=18715/tid=18717] ppid=18712 vsize=10686560 memory=8364464 CPUtime=60.05 cores=0,2,4,6
/proc/18715/task/18717/stat : 18717 (java) S 18712 18715 7084 0 -1 1077944384 22893 0 0 0 5978 27 0 0 20 0 17 0 160012317 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106794849312 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18718] ppid=18712 vsize=10686560 memory=8364484 CPUtime=588.12 cores=0,2,4,6
/proc/18715/task/18718/stat : 18718 (java) S 18712 18715 7084 0 -1 1077944384 77683 0 0 0 58598 214 0 0 20 0 17 0 160012317 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106736958224 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18719] ppid=18712 vsize=10686560 memory=8364464 CPUtime=590.3 cores=0,2,4,6
/proc/18715/task/18719/stat : 18719 (java) S 18712 18715 7084 0 -1 1077944384 88902 0 0 0 58820 210 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106735905680 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18720] ppid=18712 vsize=10686560 memory=8364464 CPUtime=587.11 cores=0,2,4,6
/proc/18715/task/18720/stat : 18720 (java) S 18712 18715 7084 0 -1 1077944384 108704 0 0 0 58473 238 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106734853136 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18721] ppid=18712 vsize=10686560 memory=8364464 CPUtime=585.01 cores=0,2,4,6
/proc/18715/task/18721/stat : 18721 (java) S 18712 18715 7084 0 -1 1077944384 73104 0 0 0 58269 232 0 0 20 0 17 0 160012318 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106733800592 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18722] ppid=18712 vsize=10686560 memory=8364464 CPUtime=42.15 cores=0,2,4,6
/proc/18715/task/18722/stat : 18722 (java) R 18712 18715 7084 0 -1 4202560 123568 0 0 0 4210 5 0 0 20 0 17 0 160012319 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106153222720 140106768978792 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18723] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18723/stat : 18723 (java) S 18712 18715 7084 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 160012319 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106152170464 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18724] ppid=18712 vsize=10686560 memory=8364320 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18724/stat : 18724 (java) S 18712 18715 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 160012320 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106151117824 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18725] ppid=18712 vsize=10686560 memory=8364484 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18725/stat : 18725 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106150066384 140106790627227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18726] ppid=18712 vsize=10686560 memory=8364484 CPUtime=1.57 cores=0,2,4,6
/proc/18715/task/18726/stat : 18726 (java) S 18712 18715 7084 0 -1 1077944384 5232 0 0 0 156 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106149013760 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18727] ppid=18712 vsize=10686560 memory=8364300 CPUtime=1.37 cores=0,2,4,6
/proc/18715/task/18727/stat : 18727 (java) S 18712 18715 7084 0 -1 1077944384 8120 0 0 0 136 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106147961504 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18728] ppid=18712 vsize=10686560 memory=7518904989844155801 CPUtime=0.46 cores=0,2,4,6
/proc/18715/task/18728/stat : 18728 (java) S 18712 18715 7084 0 -1 1077944384 4283 0 0 0 45 1 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106146906112 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18729] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18729/stat : 18729 (java) S 18712 18715 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160012322 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106145856608 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18730] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0.41 cores=0,2,4,6
/proc/18715/task/18730/stat : 18730 (java) S 18712 18715 7084 0 -1 1077944384 507 0 0 0 26 15 0 0 20 0 17 0 160012327 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106144803120 140106790619778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18767] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18767/stat : 18767 (java) S 18712 18715 7084 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 160077229 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106141651056 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
[pid=18715/tid=18768] ppid=18712 vsize=10686560 memory=8364464 CPUtime=0 cores=0,2,4,6
/proc/18715/task/18768/stat : 18768 (java) S 18712 18715 7084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 160077229 10943037440 2091121 18446744073709551615 4194304 4196468 140725378453328 140106140598288 140106790618837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140725378458000 140725378458153 140725378458153 140725378461647 0
Current children cumulated CPU time: 2456.64 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8364484 KiB

Child status: 0
Real time (s): 702.583
CPU time (s): 2456.73
CPU user time (s): 2447.31
CPU system time (s): 9.4285
CPU usage (%): 349.672
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8364484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2447.31
system time used= 9.4285
maximum resident set size= 8364744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 514646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55516
involuntary context switches= 30586


# summary of solver processes directly reported to runsolver:
#   pid: 18715
#   total CPU time (s): 2456.73
#   total CPU user time (s): 2447.31
#   total CPU system time (s): 9.4285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.2058 second user time and 6.9911 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 07:38:50
IDJOB=4263172
IDBENCH=115904
IDSOLVER=2651
FILE ID=node132/4263172-1502603595
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-28.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263172-1502603595/watcher-4263172-1502603595 -o /tmp/evaluation-result-4263172-1502603595/solver-4263172-1502603595 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263172-1502603595.xml

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

MD5SUM BENCH= f7605bb50abdbd05cc6d9fedf17196d1
RANDOM SEED=1096850901

node132.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.74
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.74
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.74
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.74
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:        29819036 kB
MemAvailable:   30026964 kB
Buffers:          217840 kB
Cached:           314452 kB
SwapCached:           84 kB
Active:          2405224 kB
Inactive:         137584 kB
Active(anon):    1955836 kB
Inactive(anon):   104320 kB
Active(file):     449388 kB
Inactive(file):    33264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1652 kB
Writeback:             4 kB
AnonPages:       2010452 kB
Mapped:            75420 kB
Shmem:             49768 kB
Slab:             109360 kB
SReclaimable:      82220 kB
SUnreclaim:        27140 kB
KernelStack:        3520 kB
PageTables:         9028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3846528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1873920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 07:50:33