Trace number 4290188

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 NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1608.99 466.06

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.0171
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

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

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

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

solver pid=29078, runsolver pid=29075

[startup+0.100815 s]*
/proc/loadavg: 1.92 2.00 2.04 4/215 29093
/proc/meminfo: memFree=20982460/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659012 memory=30084 CPUtime=0.12 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 6601 0 0 0 11 1 0 0 20 0 15 0 39427320 10914828288 7521 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664753 7521 2842 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659012 memory=-8773748148829851011 CPUtime=0.09 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) R 29075 29078 25432 0 -1 4202560 4424 0 0 0 8 1 0 0 20 0 15 0 39427321 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182579201904 140182559077726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182501071248 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659012 memory=140538054456960 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182500018448 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182179277456 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) S 29075 29078 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182178224656 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659012 memory=140538054456960 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) S 29075 29078 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427323 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182066834032 140182575008386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39427323 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182065780000 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427324 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182064727664 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) R 29075 29078 25432 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182062622832 140182575008386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) S 29075 29078 25432 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182061570032 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10659012 memory=140538054456960 CPUtime=0.02 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) R 29075 29078 25432 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 39427326 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182060517744 140182553802410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10659012 memory=140538054456960 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 7521 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30084 KiB

[startup+0.210645 s]*
/proc/loadavg: 1.92 2.00 2.04 5/215 29093
/proc/meminfo: memFree=20974292/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659012 memory=41768 CPUtime=0.33 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 8066 0 0 0 31 2 0 0 20 0 15 0 39427320 10914828288 10442 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664753 10442 3006 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) R 29075 29078 25432 0 -1 4202560 4999 0 0 0 19 1 0 0 20 0 15 0 39427321 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182579232304 140182179359872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182501071248 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659012 memory=140538054484884 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182500018448 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182179277456 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) S 29075 29078 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427322 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182178224656 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659012 memory=140538054456960 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) S 29075 29078 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427323 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182066834032 140182575008386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39427323 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182065780000 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427324 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182064727664 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) R 29075 29078 25432 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 15 0 39427326 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182062622832 140182575008386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) S 29075 29078 25432 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 39427326 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182061570032 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10659012 memory=140538054456960 CPUtime=0.07 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) S 29075 29078 25432 0 -1 1077944384 722 0 0 0 7 0 0 0 20 0 15 0 39427326 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182060517744 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10659012 memory=140538054456960 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427326 10914828288 10442 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41768 KiB

[startup+0.310568 s]*
/proc/loadavg: 1.92 2.00 2.04 4/215 29093
/proc/meminfo: memFree=20963184/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659088 memory=50624 CPUtime=0.5 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 8863 0 0 0 48 2 0 0 20 0 15 0 39427320 10914906112 12656 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664772 12656 3035 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) R 29075 29078 25432 0 -1 4202560 5589 0 0 0 28 1 0 0 20 0 15 0 39427321 10914906112 12656 33554432000 4194304 4196468 140724231333552 140182579231760 140182559077726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 12656 33554432000 4194304 4196468 140724231333552 140182501071248 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659088 memory=140538054483927 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182500018448 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182179277456 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) S 29075 29078 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182178224656 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659088 memory=140538054456960 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) S 29075 29078 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182066834032 140182575008386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182065780000 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427324 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182064727664 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) S 29075 29078 25432 0 -1 1077944384 509 0 0 0 3 0 0 0 20 0 15 0 39427326 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182062622832 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) S 29075 29078 25432 0 -1 1077944384 640 0 0 0 5 0 0 0 20 0 15 0 39427326 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182061570032 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10659088 memory=140538054456960 CPUtime=0.1 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) S 29075 29078 25432 0 -1 1077944384 759 0 0 0 10 0 0 0 20 0 15 0 39427326 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182060517744 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10659088 memory=140538054456960 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 12668 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 50624 KiB

[startup+0.701544 s]
/proc/loadavg: 1.92 2.00 2.04 5/215 29093
/proc/meminfo: memFree=20898700/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659088 memory=197564 CPUtime=1.62 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 11423 0 0 0 156 6 0 0 20 0 15 0 39427320 10914906112 49391 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664772 49391 3117 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659088 memory=1724 CPUtime=0.66 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) R 29075 29078 25432 0 -1 4202560 5840 0 0 0 63 3 0 0 20 0 15 0 39427321 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182579232000 140182182134130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659088 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) S 29075 29078 25432 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182501071248 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182500018448 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) S 29075 29078 25432 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182179277456 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) S 29075 29078 25432 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 39427322 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182178224656 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659088 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) S 29075 29078 25432 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182066834032 140182575008386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10659088 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182065780000 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427324 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182064727664 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10659088 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10659088 memory=4639098309541129069 CPUtime=0.33 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) R 29075 29078 25432 0 -1 4202560 1601 0 0 0 33 0 0 0 20 0 15 0 39427326 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182062610384 140182556173083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10659088 memory=7380106142448643183 CPUtime=0.37 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) R 29075 29078 25432 0 -1 4202560 1502 0 0 0 37 0 0 0 20 0 15 0 39427326 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182061555912 140182556541883 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10659088 memory=7810487918915055718 CPUtime=0.2 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) S 29075 29078 25432 0 -1 1077944384 982 0 0 0 20 0 0 0 20 0 15 0 39427326 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182060517744 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 49391 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 197564 KiB

[startup+1.5035 s]
/proc/loadavg: 2.01 2.01 2.05 7/215 29093
/proc/meminfo: memFree=20375536/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659088 memory=427688 CPUtime=3.9 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 18911 0 0 0 375 15 0 0 20 0 15 0 39427320 10914906112 106922 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664772 106922 3139 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659088 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) S 29075 29078 25432 0 -1 1077944384 5991 0 0 0 135 5 0 0 20 0 15 0 39427321 10914906112 106922 33554432000 4194304 4196468 140724231333552 140182579231360 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659088 memory=-6951259422114956437 CPUtime=0.06 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) R 29075 29078 25432 0 -1 4202560 78 0 0 0 5 1 0 0 20 0 15 0 39427322 10914906112 106922 33554432000 4194304 4196468 140724231333552 140182501071448 140182559445454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) R 29075 29078 25432 0 -1 4202560 123 0 0 0 5 1 0 0 20 0 15 0 39427322 10914906112 106922 33554432000 4194304 4196468 140724231333552 140182500018648 140182556623323 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659088 memory=-7390251449858225344 CPUtime=0.04 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) R 29075 29078 25432 0 -1 4202560 152 0 0 0 3 1 0 0 20 0 15 0 39427322 10914906112 106922 33554432000 4194304 4196468 140724231333552 140182179277656 140182560020942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659088 memory=4134692831991786133 CPUtime=0.04 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) R 29075 29078 25432 0 -1 4202560 73 0 0 0 3 1 0 0 20 0 15 0 39427322 10914906112 106922 33554432000 4194304 4196468 140724231333552 140182178224544 140182560024658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) S 29075 29078 25432 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 106922 33554432000 4194304 4196468 140724231333552 140182066832544 140182575007445 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0

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

# cumulated CPU time of all completed processes:  user=1601.76 s, system=7.23012 s

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

[startup+464.002 s]*
/proc/loadavg: 4.68 4.28 3.16 6/216 29185
/proc/meminfo: memFree=13243136/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659088 memory=8290200 CPUtime=1604.93 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 282682 0 0 0 159775 718 0 0 20 0 15 0 39427320 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664772 2072550 3175 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659088 memory=6791534058613427641 CPUtime=43.4 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) S 29075 29078 25432 0 -1 1077944384 14987 0 0 0 4331 9 0 0 20 0 15 0 39427321 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182579228944 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659088 memory=0 CPUtime=380.47 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) R 29075 29078 25432 0 -1 4202560 62204 0 0 0 37870 177 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182501071136 140182559986839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659088 memory=4 CPUtime=381.26 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) R 29075 29078 25432 0 -1 4202560 34047 0 0 0 37965 161 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182500018568 140182559986713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659088 memory=30 CPUtime=380.26 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) R 29075 29078 25432 0 -1 4202560 31284 0 0 0 37852 174 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182179277656 140182559697070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659088 memory=56887806 CPUtime=380.45 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) R 29075 29078 25432 0 -1 4202560 36383 0 0 0 37861 184 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182178224856 140182559986790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659088 memory=6791534058613427641 CPUtime=34.76 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) S 29075 29078 25432 0 -1 1077944384 77511 0 0 0 3472 4 0 0 20 0 15 0 39427323 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182066832576 140182575007445 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10659088 memory=8290200 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182065780064 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39427324 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182064727680 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10659088 memory=8368 CPUtime=1.6 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) S 29075 29078 25432 0 -1 1077944384 9026 0 0 0 159 1 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182062622880 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10659088 memory=15868 CPUtime=2.03 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) S 29075 29078 25432 0 -1 1077944384 12266 0 0 0 202 1 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182061570080 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10659088 memory=13420 CPUtime=0.31 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) S 29075 29078 25432 0 -1 1077944384 2132 0 0 0 31 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182060517504 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10659088 memory=8290200 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10659088 memory=281075814285280 CPUtime=0.29 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1402 0 0 0 21 8 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 1604.93 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8290200 KiB

[startup+464.801 s]
/proc/loadavg: 4.68 4.28 3.16 6/216 29185
/proc/meminfo: memFree=13243136/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659088 memory=8290200 CPUtime=1607.91 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 283038 0 0 0 160073 718 0 0 20 0 15 0 39427320 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664772 2072550 3175 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659088 memory=1296 CPUtime=43.4 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) S 29075 29078 25432 0 -1 1077944384 14987 0 0 0 4331 9 0 0 20 0 15 0 39427321 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182579228944 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659088 memory=1724 CPUtime=381.2 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) S 29075 29078 25432 0 -1 1077944384 62308 0 0 0 37943 177 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182501071248 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659088 memory=6791534058613427641 CPUtime=381.99 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) S 29075 29078 25432 0 -1 1077944384 34211 0 0 0 38038 161 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182500018448 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659088 memory=8290200 CPUtime=380.99 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) S 29075 29078 25432 0 -1 1077944384 31314 0 0 0 37925 174 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182179277456 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659088 memory=8290200 CPUtime=381.18 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) S 29075 29078 25432 0 -1 1077944384 36439 0 0 0 37934 184 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182178224656 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659088 memory=1432 CPUtime=34.82 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) R 29075 29078 25432 0 -1 4202560 77511 0 0 0 3478 4 0 0 20 0 15 0 39427323 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182066832576 140182559454859 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182065780064 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39427324 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182064727680 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10659088 memory=1008 CPUtime=1.6 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) S 29075 29078 25432 0 -1 1077944384 9026 0 0 0 159 1 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182062622880 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10659088 memory=8290200 CPUtime=2.03 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) S 29075 29078 25432 0 -1 1077944384 12266 0 0 0 202 1 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182061570080 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10659088 memory=5404 CPUtime=0.31 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) S 29075 29078 25432 0 -1 1077944384 2132 0 0 0 31 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182060517504 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10659088 memory=8290200 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10659088 memory=8290200 CPUtime=0.29 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1404 0 0 0 21 8 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 1607.91 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8290200 KiB

[startup+465.601 s]
/proc/loadavg: 4.68 4.28 3.16 3/216 29186
/proc/meminfo: memFree=13243508/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10659088 memory=8290200 CPUtime=1608.71 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 283038 0 0 0 160153 718 0 0 20 0 15 0 39427320 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2664772 2072550 3175 1 0 2627263 0
[pid=29078/tid=29080] ppid=29075 vsize=10659088 memory=10928 CPUtime=43.4 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) S 29075 29078 25432 0 -1 1077944384 14987 0 0 0 4331 9 0 0 20 0 15 0 39427321 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182579228944 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10659088 memory=1228 CPUtime=381.2 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) S 29075 29078 25432 0 -1 1077944384 62308 0 0 0 37943 177 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182501071248 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10659088 memory=796 CPUtime=381.99 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) S 29075 29078 25432 0 -1 1077944384 34211 0 0 0 38038 161 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182500018448 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10659088 memory=6791534058613427641 CPUtime=380.99 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) S 29075 29078 25432 0 -1 1077944384 31314 0 0 0 37925 174 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182179277456 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10659088 memory=1576 CPUtime=381.18 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) S 29075 29078 25432 0 -1 1077944384 36439 0 0 0 37934 184 0 0 20 0 15 0 39427322 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182178224656 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10659088 memory=13952 CPUtime=35.62 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) R 29075 29078 25432 0 -1 4202560 77511 0 0 0 3558 4 0 0 20 0 15 0 39427323 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182066832576 140182559993732 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10659088 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 39427323 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182065780064 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39427324 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182064727680 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10659088 memory=1712 CPUtime=1.6 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) S 29075 29078 25432 0 -1 1077944384 9026 0 0 0 159 1 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182062622880 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10659088 memory=5404 CPUtime=2.03 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) S 29075 29078 25432 0 -1 1077944384 12266 0 0 0 202 1 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182061570080 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10659088 memory=4612 CPUtime=0.31 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) S 29075 29078 25432 0 -1 1077944384 2132 0 0 0 31 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182060517504 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10659088 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10659088 memory=1200 CPUtime=0.29 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1404 0 0 0 21 8 0 0 20 0 15 0 39427326 10914906112 2072550 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 1608.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8290200 KiB

[startup+466.001 s]*
/proc/loadavg: 4.46 4.25 3.15 2/217 29188
/proc/meminfo: memFree=13242876/32770624 swapFree=67108860/67108860
[pid=29078] ppid=29075 vsize=10794416 memory=8291012 CPUtime=1608.95 cores=0,2,4,6
/proc/29078/stat : 29078 (java) S 29075 29078 25432 0 -1 1077944320 283603 0 0 0 160176 719 0 0 20 0 16 0 39427320 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140724231316096 140182574997239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
/proc/29078/statm: 2698604 2072753 3218 1 0 2661057 0
[pid=29078/tid=29080] ppid=29075 vsize=10794416 memory=6791534058613427641 CPUtime=43.42 cores=0,2,4,6
/proc/29078/task/29080/stat : 29080 (java) S 29075 29078 25432 0 -1 1077944384 15293 0 0 0 4333 9 0 0 20 0 16 0 39427321 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182579237920 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29081] ppid=29075 vsize=10794416 memory=2584 CPUtime=381.2 cores=0,2,4,6
/proc/29078/task/29081/stat : 29081 (java) S 29075 29078 25432 0 -1 1077944384 62308 0 0 0 37943 177 0 0 20 0 16 0 39427322 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182501071248 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29082] ppid=29075 vsize=10794416 memory=2832 CPUtime=381.99 cores=0,2,4,6
/proc/29078/task/29082/stat : 29082 (java) S 29075 29078 25432 0 -1 1077944384 34211 0 0 0 38038 161 0 0 20 0 16 0 39427322 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182500018448 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29083] ppid=29075 vsize=10794416 memory=4100 CPUtime=380.99 cores=0,2,4,6
/proc/29078/task/29083/stat : 29083 (java) S 29075 29078 25432 0 -1 1077944384 31314 0 0 0 37925 174 0 0 20 0 16 0 39427322 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182179277456 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29084] ppid=29075 vsize=10794416 memory=1408 CPUtime=381.18 cores=0,2,4,6
/proc/29078/task/29084/stat : 29084 (java) S 29075 29078 25432 0 -1 1077944384 36439 0 0 0 37934 184 0 0 20 0 16 0 39427322 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182178224656 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29085] ppid=29075 vsize=10794416 memory=3080 CPUtime=35.81 cores=0,2,4,6
/proc/29078/task/29085/stat : 29085 (java) S 29075 29078 25432 0 -1 1077944384 77514 0 0 0 3577 4 0 0 20 0 16 0 39427323 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182066834032 140182575008386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29086] ppid=29075 vsize=10794416 memory=8290200 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29086/stat : 29086 (java) S 29075 29078 25432 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39427323 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182065780064 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29087] ppid=29075 vsize=10794416 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29087/stat : 29087 (java) S 29075 29078 25432 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39427324 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182064727680 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29088] ppid=29075 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29088/stat : 29088 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39427326 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182063675984 140182575015835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29089] ppid=29075 vsize=10794416 memory=13952 CPUtime=1.61 cores=0,2,4,6
/proc/29078/task/29089/stat : 29089 (java) S 29075 29078 25432 0 -1 1077944384 9097 0 0 0 159 2 0 0 20 0 16 0 39427326 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182062622832 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29090] ppid=29075 vsize=10794416 memory=2428 CPUtime=2.04 cores=0,2,4,6
/proc/29078/task/29090/stat : 29090 (java) S 29075 29078 25432 0 -1 1077944384 12266 0 0 0 203 1 0 0 20 0 16 0 39427326 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182061570032 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29091] ppid=29075 vsize=10794416 memory=1296 CPUtime=0.32 cores=0,2,4,6
/proc/29078/task/29091/stat : 29091 (java) S 29075 29078 25432 0 -1 1077944384 2269 0 0 0 32 0 0 0 20 0 16 0 39427326 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182060517744 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29092] ppid=29075 vsize=10794416 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29092/stat : 29092 (java) S 29075 29078 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39427326 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182059465184 140182575007445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29093] ppid=29075 vsize=10794416 memory=10928 CPUtime=0.3 cores=0,2,4,6
/proc/29078/task/29093/stat : 29093 (java) S 29075 29078 25432 0 -1 1077944384 1404 0 0 0 21 9 0 0 20 0 16 0 39427326 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182058412976 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
[pid=29078/tid=29187] ppid=29075 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29078/task/29187/stat : 29187 (java) S 29075 29078 25432 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 39473903 11053481984 2072753 33554432000 4194304 4196468 140724231333552 140182055261584 140182575008386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16797696 140724231337073 140724231337225 140724231337225 140724231339983 0
Current children cumulated CPU time: 1608.95 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8291012 KiB

Child status: 0
Real time (s): 466.06
CPU time (s): 1608.99
CPU user time (s): 1601.76
CPU system time (s): 7.23012
CPU usage (%): 345.233
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8291012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1601.76
system time used= 7.23012
maximum resident set size= 8291152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26153
involuntary context switches= 24029


# summary of solver processes directly reported to runsolver:
#   pid: 29078
#   total CPU time (s): 1608.99
#   total CPU user time (s): 1601.76
#   total CPU system time (s): 7.23012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71591 second user time and 4.74433 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 02:17:22
IDJOB=4290188
IDBENCH=141444
IDSOLVER=2742
FILE ID=node138/4290188-1532218641
RUNJOBID= node138-1532209093-27993
PBS_JOBID= 21018929
Free space on /tmp= 59104 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290188-1532218641/watcher-4290188-1532218641 -o /tmp/evaluation-result-4290188-1532218641/solver-4290188-1532218641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27993 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290188-1532218641.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=1756357366

node138.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.71
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.71
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.71
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.71
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:        21000472 kB
MemAvailable:   29968688 kB
Buffers:          226600 kB
Cached:          8984272 kB
SwapCached:            0 kB
Active:          4201656 kB
Inactive:        7050472 kB
Active(anon):    2043656 kB
Inactive(anon):    17052 kB
Active(file):    2158000 kB
Inactive(file):  7033420 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5208 kB
Writeback:             0 kB
AnonPages:       2052228 kB
Mapped:            46840 kB
Shmem:             17036 kB
Slab:             212804 kB
SReclaimable:     185264 kB
SUnreclaim:        27540 kB
KernelStack:        3712 kB
PageTables:         9096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3564864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1933312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59104 MiB
End job on node138 at 2018-07-22 02:25:08