Trace number 4290192

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? 1357.54 398.511

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-11-12_c18.xml
MD5SUM996bcdf4a135147c7f2ba7242cc18cd5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints23
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":132}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":132}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":12},{"arity":12,"count":11}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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


[startup+0.100145 s]*
/proc/loadavg: 2.41 2.21 2.53 3/216 26153
/proc/meminfo: memFree=15668800/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659012 memory=30096 CPUtime=0.13 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 6602 0 0 0 11 2 0 0 20 0 15 0 39427675 10914828288 7524 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664753 7524 2824 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659012 memory=-8773748148830377346 CPUtime=0.09 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) R 26135 26138 22446 0 -1 4202560 4430 0 0 0 8 1 0 0 20 0 15 0 39427676 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920905951168 139920893964453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920843733904 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920842681104 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920505887888 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) S 26135 26138 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920504835088 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427678 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920461416560 139920901741186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39427678 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920460362528 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427679 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920459310192 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) S 26135 26138 22446 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920457206384 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920456153584 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0.02 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) S 26135 26138 22446 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 39427681 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920455101296 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 7524 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.212579 s]*
/proc/loadavg: 2.41 2.21 2.53 3/216 26153
/proc/meminfo: memFree=15658612/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659012 memory=42336 CPUtime=0.32 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 8287 0 0 0 30 2 0 0 20 0 15 0 39427675 10914828288 10584 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664753 10584 3010 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) R 26135 26138 22446 0 -1 4202560 5162 0 0 0 18 1 0 0 20 0 15 0 39427676 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920905966656 139920885773669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920843733904 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659012 memory=139843189955483 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920842681104 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920505887888 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) S 26135 26138 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920504835088 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427678 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920461416560 139920901741186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39427678 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920460362528 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427679 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920459310192 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) S 26135 26138 22446 0 -1 1077944384 824 0 0 0 2 0 0 0 20 0 15 0 39427681 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920457206384 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) S 26135 26138 22446 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 39427681 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920456153584 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0.07 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) R 26135 26138 22446 0 -1 4202560 667 0 0 0 7 0 0 0 20 0 15 0 39427681 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920455101296 139920893967166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 10584 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42336 KiB

[startup+0.311141 s]*
/proc/loadavg: 2.41 2.21 2.53 4/216 26153
/proc/meminfo: memFree=15645520/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659012 memory=56880 CPUtime=0.52 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 8945 0 0 0 49 3 0 0 20 0 15 0 39427675 10914828288 14220 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664753 14220 3031 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) R 26135 26138 22446 0 -1 4202560 5531 0 0 0 28 2 0 0 20 0 15 0 39427676 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920905967856 139920885810526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920843733904 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659012 memory=139843189943014 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920842681104 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920505887888 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) S 26135 26138 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427677 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920504835088 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39427678 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920461416560 139920901741186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39427678 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920460362528 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427679 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920459310192 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10659012 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) R 26135 26138 22446 0 -1 1077944384 908 0 0 0 5 0 0 0 20 0 15 0 39427681 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920457206384 139920901741186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10659012 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) S 26135 26138 22446 0 -1 1077944384 424 0 0 0 4 0 0 0 20 0 15 0 39427681 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920456153584 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0.11 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) R 26135 26138 22446 0 -1 1077944384 715 0 0 0 11 0 0 0 20 0 15 0 39427681 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920455101296 139920901741186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10659012 memory=139843189749376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427681 10914828288 14220 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56880 KiB

[startup+0.705144 s]
/proc/loadavg: 2.41 2.21 2.53 5/216 26153
/proc/meminfo: memFree=15578564/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659088 memory=208156 CPUtime=1.48 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 11051 0 0 0 141 7 0 0 20 0 15 0 39427675 10914906112 52039 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664772 52039 3118 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659088 memory=1728 CPUtime=0.66 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) R 26135 26138 22446 0 -1 4202560 5883 0 0 0 63 3 0 0 20 0 15 0 39427676 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920905966432 139920524716356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) S 26135 26138 22446 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39427677 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920843733904 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659088 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) S 26135 26138 22446 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 39427677 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920842681104 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) S 26135 26138 22446 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 39427677 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920505887888 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659088 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) S 26135 26138 22446 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 39427677 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920504835088 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659088 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39427678 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920461416560 139920901741186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10659088 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39427678 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920460362528 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10659088 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39427679 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920459310192 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10659088 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10659088 memory=6945208482816681536 CPUtime=0.27 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) R 26135 26138 22446 0 -1 4202560 1598 0 0 0 27 0 0 0 20 0 15 0 39427681 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920457196736 139920883274652 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10659088 memory=7811323491934034026 CPUtime=0.25 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) R 26135 26138 22446 0 -1 4202560 1125 0 0 0 25 0 0 0 20 0 15 0 39427681 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920456140448 139920886117248 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10659088 memory=5787213827096799335 CPUtime=0.2 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) S 26135 26138 22446 0 -1 1077944384 934 0 0 0 20 0 0 0 20 0 15 0 39427681 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920455101296 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) S 26135 26138 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 52039 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 208156 KiB

[startup+1.50081 s]
/proc/loadavg: 2.41 2.21 2.53 5/216 26153
/proc/meminfo: memFree=15459224/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659088 memory=441300 CPUtime=3.35 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 16802 0 0 0 321 14 0 0 20 0 15 0 39427675 10914906112 110325 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664772 110325 3142 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659088 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) R 26135 26138 22446 0 -1 4202560 6000 0 0 0 137 5 0 0 20 0 15 0 39427676 10914906112 110325 33554432000 4194304 4196468 140726642730144 139920905965760 139920521970944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659088 memory=-6951259422114956437 CPUtime=0.04 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) S 26135 26138 22446 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 39427677 10914906112 110325 33554432000 4194304 4196468 140726642730144 139920843733904 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659088 memory=-6509546260019855295 CPUtime=0.04 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) S 26135 26138 22446 0 -1 1077944384 131 0 0 0 3 1 0 0 20 0 15 0 39427677 10914906112 110325 33554432000 4194304 4196468 140726642730144 139920842681104 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659088 memory=-7390251449858225344 CPUtime=0.04 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) S 26135 26138 22446 0 -1 1077944384 75 0 0 0 3 1 0 0 20 0 15 0 39427677 10914906112 110325 33554432000 4194304 4196468 140726642730144 139920505887888 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659088 memory=4134692831991786133 CPUtime=0.05 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) S 26135 26138 22446 0 -1 1077944384 178 0 0 0 4 1 0 0 20 0 15 0 39427677 10914906112 110325 33554432000 4194304 4196468 140726642730144 139920504835088 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39427678 10914906112 110325 33554432000 4194304 4196468 140726642730144 139920461416560 139920901741186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0

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


[startup+396.801 s]
/proc/loadavg: 4.60 3.74 3.09 6/217 26167
/proc/meminfo: memFree=7366756/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659088 memory=8313340 CPUtime=1352.49 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 254725 0 0 0 134529 720 0 0 20 0 15 0 39427675 10914906112 2078335 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664772 2078335 3175 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659088 memory=8313340 CPUtime=43.08 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) S 26135 26138 22446 0 -1 1077944384 18426 0 0 0 4298 10 0 0 20 0 15 0 39427676 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920905968464 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659088 memory=8313256 CPUtime=320.25 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) R 26135 26138 22446 0 -1 4202560 26137 0 0 0 31851 174 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920843734104 139920886428750 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659088 memory=8313256 CPUtime=318.49 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) R 26135 26138 22446 0 -1 4202560 26254 0 0 0 31678 171 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920842680992 139920886428877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659088 memory=8313256 CPUtime=318.71 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) R 26135 26138 22446 0 -1 4202560 32538 0 0 0 31702 169 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920505887888 139920886726532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659088 memory=8313256 CPUtime=317.66 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) R 26135 26138 22446 0 -1 4202560 47262 0 0 0 31582 184 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920504835088 139920886726548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659088 memory=8313256 CPUtime=30.31 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 79230 0 0 0 3027 4 0 0 20 0 15 0 39427678 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920461415104 139920901740245 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10659088 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 39427678 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920460362592 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10659088 memory=13936 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 39427679 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920459310208 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10659088 memory=8313256 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10659088 memory=4136 CPUtime=1.49 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) S 26135 26138 22446 0 -1 1077944384 8548 0 0 0 148 1 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920457206384 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10659088 memory=8313256 CPUtime=1.8 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) S 26135 26138 22446 0 -1 1077944384 11809 0 0 0 180 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920456153584 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10659088 memory=8313256 CPUtime=0.32 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) S 26135 26138 22446 0 -1 1077944384 1848 0 0 0 32 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920455101296 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10659088 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10659088 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) S 26135 26138 22446 0 -1 1077944384 1290 0 0 0 14 16 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 1352.49 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8313340 KiB

[startup+397.601 s]
/proc/loadavg: 4.60 3.74 3.09 6/217 26167
/proc/meminfo: memFree=7366748/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659088 memory=8313340 CPUtime=1355.68 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 254767 0 0 0 134848 720 0 0 20 0 15 0 39427675 10914906112 2078335 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664772 2078335 3175 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659088 memory=796 CPUtime=43.08 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) S 26135 26138 22446 0 -1 1077944384 18426 0 0 0 4298 10 0 0 20 0 15 0 39427676 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920905968464 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659088 memory=4136 CPUtime=321.03 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) R 26135 26138 22446 0 -1 4202560 26149 0 0 0 31929 174 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920843734104 139920883283280 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659088 memory=13936 CPUtime=319.29 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) R 26135 26138 22446 0 -1 4202560 26262 0 0 0 31758 171 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920842680992 139920886187491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659088 memory=2420 CPUtime=319.51 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) R 26135 26138 22446 0 -1 4202560 32548 0 0 0 31782 169 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920505887888 139920886726701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659088 memory=6791534058613427641 CPUtime=318.46 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) R 26135 26138 22446 0 -1 4202560 47273 0 0 0 31662 184 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920504835288 139920886187630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659088 memory=1936 CPUtime=30.31 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 79230 0 0 0 3027 4 0 0 20 0 15 0 39427678 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920461415104 139920901740245 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10659088 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 39427678 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920460362592 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10659088 memory=8376 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 39427679 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920459310208 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10659088 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10659088 memory=1228 CPUtime=1.49 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) S 26135 26138 22446 0 -1 1077944384 8549 0 0 0 148 1 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920457206144 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10659088 memory=1704 CPUtime=1.8 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) S 26135 26138 22446 0 -1 1077944384 11809 0 0 0 180 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920456153632 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10659088 memory=9924 CPUtime=0.32 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) S 26135 26138 22446 0 -1 1077944384 1848 0 0 0 32 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920455101344 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10659088 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10659088 memory=1424 CPUtime=0.3 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) R 26135 26138 22446 0 -1 1077944384 1290 0 0 0 14 16 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 1355.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8313340 KiB

[startup+398.001 s]*
/proc/loadavg: 4.39 3.71 3.08 3/217 26167
/proc/meminfo: memFree=7366756/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10659088 memory=8313340 CPUtime=1357.22 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 254988 0 0 0 135002 720 0 0 20 0 15 0 39427675 10914906112 2078335 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2664772 2078335 3175 1 0 2627263 0
[pid=26138/tid=26140] ppid=26135 vsize=10659088 memory=796 CPUtime=43.08 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) S 26135 26138 22446 0 -1 1077944384 18426 0 0 0 4298 10 0 0 20 0 15 0 39427676 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920905968464 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10659088 memory=1012 CPUtime=321.41 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) S 26135 26138 22446 0 -1 1077944384 26170 0 0 0 31967 174 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920843733904 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10659088 memory=1228 CPUtime=319.67 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) S 26135 26138 22446 0 -1 1077944384 26268 0 0 0 31796 171 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920842681104 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10659088 memory=4126316290023845779 CPUtime=319.89 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) S 26135 26138 22446 0 -1 1077944384 32552 0 0 0 31820 169 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920505887888 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10659088 memory=288230621803970871 CPUtime=318.84 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) S 26135 26138 22446 0 -1 1077944384 47315 0 0 0 31700 184 0 0 20 0 15 0 39427677 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920504835088 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10659088 memory=13847456437766436 CPUtime=30.33 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) R 26135 26138 22446 0 -1 4202560 79361 0 0 0 3029 4 0 0 20 0 15 0 39427678 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920461415104 139920886187609 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 39427678 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920460362592 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10659088 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 39427679 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920459310208 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10659088 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10659088 memory=3848 CPUtime=1.49 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) S 26135 26138 22446 0 -1 1077944384 8549 0 0 0 148 1 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920457206144 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10659088 memory=8313340 CPUtime=1.8 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) S 26135 26138 22446 0 -1 1077944384 11809 0 0 0 180 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920456153632 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10659088 memory=8313340 CPUtime=0.32 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) S 26135 26138 22446 0 -1 1077944384 1848 0 0 0 32 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920455101344 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10659088 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10659088 memory=796 CPUtime=0.3 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) S 26135 26138 22446 0 -1 1077944384 1307 0 0 0 14 16 0 0 20 0 15 0 39427681 10914906112 2078335 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 1357.22 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8313340 KiB

[startup+398.401 s]
/proc/loadavg: 4.39 3.71 3.08 3/217 26167
/proc/meminfo: memFree=7366756/32770624 swapFree=67108860/67108860
[pid=26138] ppid=26135 vsize=10794416 memory=8314112 CPUtime=1357.48 cores=1,3,5,7
/proc/26138/stat : 26138 (java) S 26135 26138 22446 0 -1 1077944320 260224 0 0 0 135028 720 0 0 20 0 16 0 39427675 11053481984 2078528 33554432000 4194304 4196468 140726642730144 140726642712688 139920901730039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
/proc/26138/statm: 2698604 2078528 3218 1 0 2661057 0
[pid=26138/tid=26140] ppid=26135 vsize=10794416 memory=1704 CPUtime=43.12 cores=1,3,5,7
/proc/26138/task/26140/stat : 26140 (java) S 26135 26138 22446 0 -1 1077944384 19712 0 0 0 4301 11 0 0 20 0 16 0 39427676 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920905970720 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26141] ppid=26135 vsize=10794416 memory=8313340 CPUtime=321.41 cores=1,3,5,7
/proc/26138/task/26141/stat : 26141 (java) S 26135 26138 22446 0 -1 1077944384 26170 0 0 0 31967 174 0 0 20 0 16 0 39427677 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920843733904 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26142] ppid=26135 vsize=10794416 memory=4052 CPUtime=319.67 cores=1,3,5,7
/proc/26138/task/26142/stat : 26142 (java) S 26135 26138 22446 0 -1 1077944384 26268 0 0 0 31796 171 0 0 20 0 16 0 39427677 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920842681104 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26143] ppid=26135 vsize=10794416 memory=4128 CPUtime=319.89 cores=1,3,5,7
/proc/26138/task/26143/stat : 26143 (java) S 26135 26138 22446 0 -1 1077944384 32552 0 0 0 31820 169 0 0 20 0 16 0 39427677 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920505887888 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26144] ppid=26135 vsize=10794416 memory=2200 CPUtime=318.84 cores=1,3,5,7
/proc/26138/task/26144/stat : 26144 (java) S 26135 26138 22446 0 -1 1077944384 47315 0 0 0 31700 184 0 0 20 0 16 0 39427677 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920504835088 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26145] ppid=26135 vsize=10794416 memory=7528 CPUtime=30.55 cores=1,3,5,7
/proc/26138/task/26145/stat : 26145 (java) S 26135 26138 22446 0 -1 1077944384 82281 0 0 0 3051 4 0 0 20 0 16 0 39427678 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920461416560 139920901741186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26146] ppid=26135 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26146/stat : 26146 (java) S 26135 26138 22446 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39427678 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920460362592 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26147] ppid=26135 vsize=10794416 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26147/stat : 26147 (java) S 26135 26138 22446 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 39427679 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920459310208 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26148] ppid=26135 vsize=10794416 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26148/stat : 26148 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39427681 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920458258512 139920901748635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26149] ppid=26135 vsize=10794416 memory=796 CPUtime=1.49 cores=1,3,5,7
/proc/26138/task/26149/stat : 26149 (java) S 26135 26138 22446 0 -1 1077944384 8680 0 0 0 148 1 0 0 20 0 16 0 39427681 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920457206384 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26150] ppid=26135 vsize=10794416 memory=1012 CPUtime=1.8 cores=1,3,5,7
/proc/26138/task/26150/stat : 26150 (java) S 26135 26138 22446 0 -1 1077944384 11811 0 0 0 180 0 0 0 20 0 16 0 39427681 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920456153584 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26151] ppid=26135 vsize=10794416 memory=8313340 CPUtime=0.33 cores=1,3,5,7
/proc/26138/task/26151/stat : 26151 (java) S 26135 26138 22446 0 -1 1077944384 2656 0 0 0 33 0 0 0 20 0 16 0 39427681 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920455101296 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26152] ppid=26135 vsize=10794416 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/26138/task/26152/stat : 26152 (java) S 26135 26138 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39427681 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920454048736 139920901740245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
[pid=26138/tid=26153] ppid=26135 vsize=10794416 memory=1228 CPUtime=0.3 cores=1,3,5,7
/proc/26138/task/26153/stat : 26153 (java) S 26135 26138 22446 0 -1 1077944384 1307 0 0 0 14 16 0 0 20 0 16 0 39427681 11053481984 2078528 33554432000 4194304 4196468 140726642730144 139920452995504 139920901741186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140726642734193 140726642734345 140726642734345 140726642737103 0
Current children cumulated CPU time: 1357.48 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8314112 KiB

[startup+398.501 s]*
/proc/loadavg: 4.39 3.71 3.08 3/204 26169
/proc/meminfo: memFree=15600112/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 398.511
CPU time (s): 1357.54
CPU user time (s): 1350.29
CPU system time (s): 7.24643
CPU usage (%): 340.653
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8314112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1350.29
system time used= 7.24643
maximum resident set size= 8314376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260308
page faults= 0
swaps= 0
block input operations= 176
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23309
involuntary context switches= 12826


# summary of solver processes directly reported to runsolver:
#   pid: 26138
#   total CPU time (s): 1357.54
#   total CPU user time (s): 1350.29
#   total CPU system time (s): 7.24643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49426 second user time and 4.09349 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 02:17:25
IDJOB=4290192
IDBENCH=141445
IDSOLVER=2742
FILE ID=node105/4290192-1532218645
RUNJOBID= node105-1532208388-24576
PBS_JOBID= 21018938
Free space on /tmp= 44916 MiB

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

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

MD5SUM BENCH= 996bcdf4a135147c7f2ba7242cc18cd5
RANDOM SEED=435500358

node105.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.32
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.32
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.32
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.32
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:        15687584 kB
MemAvailable:   31395432 kB
Buffers:          126392 kB
Cached:         15556260 kB
SwapCached:            0 kB
Active:          1737412 kB
Inactive:       14545560 kB
Active(anon):     553664 kB
Inactive(anon):    66376 kB
Active(file):    1183748 kB
Inactive(file): 14479184 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7744 kB
Writeback:             0 kB
AnonPages:        607548 kB
Mapped:            46836 kB
Shmem:             17036 kB
Slab:             500020 kB
SReclaimable:     473376 kB
SUnreclaim:        26644 kB
KernelStack:        3536 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1563448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44912 MiB
End job on node105 at 2018-07-22 02:24:04