Trace number 4263509

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 2017-07-05? 1630.83 481.827

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-92-92.xml
MD5SUM18238995c509511de5ee79784b2000cc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.5518
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Number of domains1
Minimum domain size93
Maximum domain size93
Distribution of domain sizes[{"size":93,"count":92}]
Minimum variable degree91
Maximum variable degree91
Distribution of variable degrees[{"degree":91,"count":92}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4186}]
Number of extensional constraints4186
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4186}]
Optimization problemNO
Type of objective

Solver Data

1630.69/481.58	Aug 13, 2017 1:41:52 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1630.69/481.58	INFO: Runtime exception
1630.69/481.58	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1630.69/481.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1630.69/481.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1630.69/481.58		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1630.69/481.58		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1630.69/481.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1630.69/481.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1630.69/481.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1630.69/481.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1630.69/481.58		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1630.69/481.58		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1630.69/481.58		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1630.69/481.58		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1630.69/481.58		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1630.69/481.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1630.69/481.58		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 17 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 21 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 22 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 26 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 27 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 31 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 32 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 36 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 37 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 41 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 42 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 46 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 47 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 51 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1630.69/481.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1630.69/481.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1630.69/481.58		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1630.69/481.58		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1630.69/481.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1630.69/481.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1630.69/481.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1630.69/481.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1630.69/481.58		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1630.69/481.58		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1630.69/481.58		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1630.69/481.58		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1630.69/481.58		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1630.69/481.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1630.69/481.58		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 57 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 61 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 62 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 66 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 67 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 71 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 72 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 76 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 77 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		... 81 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		... 82 more
1630.69/481.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1630.69/481.58		... 86 more
1630.69/481.58	Caused by: java.lang.reflect.InvocationTargetException
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1630.69/481.58		... 86 more
1630.69/481.58	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:526)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1630.69/481.58		at java.lang.reflect.Method.invoke(Method.java:498)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1630.69/481.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1630.69/481.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1630.69/481.58	
1630.77/481.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1630.77/481.78	c This is free software under the dual EPL/GNU LGPL licenses.
1630.77/481.78	c See www.sat4j.org for details.
1630.77/481.78	c That software uses the Rhino library from the Mozilla project.
1630.77/481.78	c version CUSTOM.v20170705
1630.77/481.78	c java.runtime.name	Java(TM) SE Runtime Environment
1630.77/481.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1630.77/481.78	c java.vm.version	25.131-b11
1630.77/481.78	c java.vm.vendor	Oracle Corporation
1630.77/481.78	c sun.arch.data.model	64
1630.77/481.78	c java.version		1.8.0_131
1630.77/481.78	c os.name		Linux
1630.77/481.78	c os.version		3.10.0-514.16.1.el7.x86_64
1630.77/481.78	c os.arch		amd64
1630.77/481.78	c Free memory 		499604488
1630.77/481.78	c Max memory 		7247757312
1630.77/481.78	c Total memory 		504889344
1630.77/481.78	c Number of processors 	4
1630.77/481.78	c c --- Begin Solver configuration ---
1630.77/481.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1630.77/481.78	c Learn all clauses as in MiniSAT
1630.77/481.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1630.77/481.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1630.77/481.78	c No reason simplification
1630.77/481.78	c Glucose 2.1 dynamic restart strategy
1630.77/481.78	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
1630.77/481.78	c timeout=2147483s
1630.77/481.78	c DB Simplification allowed=false
1630.77/481.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1630.77/481.78	c --- End Solver configuration ---
1630.77/481.78	c starts		: 0
1630.77/481.78	c conflicts		: 0
1630.77/481.78	c decisions		: 0
1630.77/481.78	c propagations		: 0
1630.77/481.78	c inspects		: 0
1630.77/481.78	c shortcuts		: 0
1630.77/481.78	c learnt literals	: 0
1630.77/481.78	c learnt binary clauses	: 0
1630.77/481.78	c learnt ternary clauses	: 0
1630.77/481.78	c learnt constraints	: 0
1630.77/481.78	c ignored constraints	: 0
1630.77/481.78	c root simplifications	: 0
1630.77/481.78	c removed literals (reason simplification)	: 0
1630.77/481.78	c reason swapping (by a shorter reason)	: 0
1630.77/481.78	c Calls to reduceDB	: 0
1630.77/481.78	c Number of update (reduction) of LBD	: 0
1630.77/481.78	c Imported unit clauses	: 0
1630.77/481.78	c number of reductions to clauses (during analyze)	: 0
1630.77/481.78	c number of learned constraints concerned by reduction	: 0
1630.77/481.78	c number of learning phase by resolution	: 0
1630.77/481.78	c number of learning phase by cutting planes	: 0
1630.77/481.78	c number of rounding to 1 operations	: 0
1630.77/481.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1630.77/481.78	c number of reductions of the coefficients by power 2 	: 0
1630.77/481.78	c number of right shift for reduction by power 2 	: 0
1630.77/481.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
1630.77/481.78	c speed (assignments/second)	: 0.0
1630.77/481.78	c non guided choices	0
1630.77/481.78	c learnt constraints type 
1630.77/481.78	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 (15105 MiB free)
  memory of node 1: 16384 MiB (15579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263509-1502624879/watcher-4263509-1502624879 -o /tmp/evaluation-result-4263509-1502624879/solver-4263509-1502624879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263509-1502624879.xml 

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

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

solver pid=3032, runsolver pid=3029

[startup+0.100174 s]*
/proc/loadavg: 0.96 1.43 1.74 6/201 3038
/proc/meminfo: memFree=31407044/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10018544 memory=19848 CPUtime=0.01 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 3736 0 0 0 1 0 0 0 20 0 7 0 64681251 10258989056 4896 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2504636 4962 2054 1 0 2494133 0
[pid=3032/tid=3034] ppid=3029 vsize=10085108 memory=4206751525541407381 CPUtime=0.01 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) R 3029 3032 17093 0 -1 4202560 2453 0 0 0 1 0 0 0 20 0 8 0 64681259 10327150592 4964 18446744073709551615 4194304 4196468 140725519067184 140414278395560 140414259844949 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10085108 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64681260 10327150592 4964 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10085108 memory=139750291007104 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 64681260 10327150592 4964 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 64681260 10327150592 4964 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64681260 10327150592 4964 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10085108 memory=139750291007104 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64681261 10327150592 4964 18446744073709551615 4194304 4196468 140725519067184 140413837597040 140414274173570 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 64681261 10327150592 4964 18446744073709551615 4194304 4196468 140725519067184 140413836541904 140414274172629 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 19848 KiB

[startup+0.209787 s]*
/proc/loadavg: 0.96 1.43 1.74 5/209 3046
/proc/meminfo: memFree=31388596/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10551156 memory=23116 CPUtime=0.06 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 4730 0 0 0 5 1 0 0 20 0 15 0 64681251 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2637789 5779 2604 1 0 2627261 0
[pid=3032/tid=3034] ppid=3029 vsize=10551156 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) R 3029 3032 17093 0 -1 4202560 2849 0 0 0 4 0 0 0 20 0 15 0 64681259 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140414278404704 140414274184349 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10551156 memory=139750291030222 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10551156 memory=139750291007104 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681261 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413837597040 140414274173570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681261 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413836543008 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681262 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) R 3029 3032 17093 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413833386864 140414274173570 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) R 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413832334064 140414274173570 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10551156 memory=139750291007104 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413831281264 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3047] ppid=3029 vsize=10551156 memory=139750291007104 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3047/stat : 3047 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681272 10804383744 5779 18446744073709551615 4194304 4196468 140725519067184 140413829175984 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23116 KiB

[startup+0.310024 s]*
/proc/loadavg: 0.96 1.43 1.74 5/210 3047
/proc/meminfo: memFree=31365028/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10551156 memory=35744 CPUtime=0.22 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 8166 0 0 0 19 3 0 0 20 0 15 0 64681251 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2637789 8936 2870 1 0 2627261 0
[pid=3032/tid=3034] ppid=3029 vsize=10551156 memory=-7677926825137650786 CPUtime=0.15 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) R 3029 3032 17093 0 -1 4202560 5817 0 0 0 13 2 0 0 20 0 15 0 64681259 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140414278383344 140414258242910 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681260 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) S 3029 3032 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681261 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413837597040 140414274173570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681261 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413836543008 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681262 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) S 3029 3032 17093 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 15 0 64681264 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413833386864 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) S 3029 3032 17093 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413832334064 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10551156 memory=139750291007104 CPUtime=0.03 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 425 0 0 0 3 0 0 0 20 0 15 0 64681264 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413831281264 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3047] ppid=3029 vsize=10551156 memory=139750291007104 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3047/stat : 3047 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681272 10804383744 8936 18446744073709551615 4194304 4196468 140725519067184 140413829175984 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35744 KiB

[startup+0.700878 s]
/proc/loadavg: 0.96 1.43 1.74 8/211 3048
/proc/meminfo: memFree=31252968/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10551156 memory=295464 CPUtime=1.3 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 12575 0 0 0 106 24 0 0 20 0 15 0 64681251 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2637789 73866 3028 1 0 2627261 0
[pid=3032/tid=3034] ppid=3029 vsize=10551156 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) R 3029 3032 17093 0 -1 4202560 6210 0 0 0 40 6 0 0 20 0 15 0 64681259 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140414278401504 140414274184349 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10551156 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 67 0 0 0 2 4 0 0 20 0 15 0 64681260 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 64681260 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 15 0 64681260 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10551156 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 69 0 0 0 2 4 0 0 20 0 15 0 64681260 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) S 3029 3032 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 64681261 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413837597040 140414274173570 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64681261 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413836543008 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681262 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10551156 memory=15 CPUtime=0.23 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) S 3029 3032 17093 0 -1 1077944384 2333 0 0 0 23 0 0 0 20 0 15 0 64681264 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413833386864 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10551156 memory=3904 CPUtime=0.2 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) S 3029 3032 17093 0 -1 1077944384 1487 0 0 0 20 0 0 0 20 0 15 0 64681264 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413832334064 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10551156 memory=-7677926825137650786 CPUtime=0.1 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 836 0 0 0 10 0 0 0 20 0 15 0 64681264 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413831281264 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3047] ppid=3029 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3047/stat : 3047 (java) S 3029 3032 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681272 10804383744 73866 18446744073709551615 4194304 4196468 140725519067184 140413829175984 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 295464 KiB

[startup+1.50089 s]
/proc/loadavg: 0.96 1.43 1.74 6/192 3059
/proc/meminfo: memFree=31120832/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10551232 memory=616656 CPUtime=3.29 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 17225 0 0 0 289 40 0 0 20 0 15 0 64681251 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2637808 154164 3103 1 0 2627261 0
[pid=3032/tid=3034] ppid=3029 vsize=10551232 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) R 3029 3032 17093 0 -1 4202560 7410 0 0 0 104 8 0 0 20 0 15 0 64681259 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140414278400664 140413909593727 0 4 1 16800974 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 679 0 0 0 11 8 0 0 20 0 15 0 64681260 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 392 0 0 0 9 6 0 0 20 0 15 0 64681260 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10551232 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 281 0 0 0 10 7 0 0 20 0 15 0 64681260 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 212 0 0 0 9 6 0 0 20 0 15 0 64681260 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) S 3029 3032 17093 0 -1 1077944384 491 0 0 0 0 0 0 0 20 0 15 0 64681261 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413837597040 140414274173570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64681261 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413836543072 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681262 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10551232 memory=7448488012996570448 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10551232 memory=7086240636213219427 CPUtime=0.57 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) S 3029 3032 17093 0 -1 1077944384 2449 0 0 0 57 0 0 0 20 0 15 0 64681264 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413833386864 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10551232 memory=7379241883359864663 CPUtime=0.61 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) S 3029 3032 17093 0 -1 1077944384 2782 0 0 0 61 0 0 0 20 0 15 0 64681264 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413832334064 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10551232 memory=6153431502485413985 CPUtime=0.26 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 1167 0 0 0 26 0 0 0 20 0 15 0 64681264 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413831281264 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10551232 memory=7302135314614015841 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 154164 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0

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


[startup+480.301 s]*
/proc/loadavg: 4.97 3.86 2.74 3/210 3155
/proc/meminfo: memFree=21752140/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10551232 memory=8306248 CPUtime=1629.49 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 451391 0 0 0 162311 638 0 0 20 0 15 0 64681251 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2637808 2076562 3134 1 0 2627261 0
[pid=3032/tid=3034] ppid=3029 vsize=10551232 memory=-7677926825137650786 CPUtime=48.92 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) S 3029 3032 17093 0 -1 1077944384 28471 0 0 0 4860 32 0 0 20 0 15 0 64681259 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414278401680 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10551232 memory=4126316290023845779 CPUtime=384.53 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 100941 0 0 0 38319 134 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10551232 memory=2724 CPUtime=381.77 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 70644 0 0 0 38014 163 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10551232 memory=1156 CPUtime=381.59 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 55788 0 0 0 38013 146 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10551232 memory=3164 CPUtime=382.89 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 59395 0 0 0 38144 145 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10551232 memory=8306248 CPUtime=44.3 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) R 3029 3032 17093 0 -1 4202560 102712 0 0 0 4424 6 0 0 20 0 15 0 64681261 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413837595472 140414258620056 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10551232 memory=8306248 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 64681261 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413836543072 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 64681262 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10551232 memory=20600 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10551232 memory=1788 CPUtime=2.24 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) S 3029 3032 17093 0 -1 1077944384 12038 0 0 0 222 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413833386624 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10551232 memory=640 CPUtime=2.27 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) S 3029 3032 17093 0 -1 1077944384 15061 0 0 0 225 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413832334112 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10551232 memory=960 CPUtime=0.52 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 3789 0 0 0 50 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413831281312 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3047] ppid=3029 vsize=10551232 memory=5788 CPUtime=0.37 cores=0,2,4,6
/proc/3032/task/3047/stat : 3047 (java) S 3029 3032 17093 0 -1 1077944384 1153 0 0 0 22 15 0 0 20 0 15 0 64681272 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413829175984 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 1629.49 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8306248 KiB

[startup+481.101 s]
/proc/loadavg: 4.97 3.86 2.74 3/210 3155
/proc/meminfo: memFree=21752140/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10551232 memory=8306248 CPUtime=1630.29 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 451514 0 0 0 162390 639 0 0 20 0 15 0 64681251 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2637808 2076562 3134 1 0 2627261 0
[pid=3032/tid=3034] ppid=3029 vsize=10551232 memory=1232 CPUtime=48.92 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) S 3029 3032 17093 0 -1 1077944384 28471 0 0 0 4860 32 0 0 20 0 15 0 64681259 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414278401680 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10551232 memory=4072 CPUtime=384.53 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 100941 0 0 0 38319 134 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10551232 memory=2248 CPUtime=381.77 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 70644 0 0 0 38014 163 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10551232 memory=7680170660397595203 CPUtime=381.59 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 55788 0 0 0 38013 146 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10551232 memory=1296 CPUtime=382.89 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 59395 0 0 0 38144 145 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10551232 memory=2420 CPUtime=45.09 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) R 3029 3032 17093 0 -1 4202560 102833 0 0 0 4503 6 0 0 20 0 15 0 64681261 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413837595472 140414259158768 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 64681261 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413836543072 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10551232 memory=8306248 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 64681262 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10551232 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10551232 memory=1444 CPUtime=2.24 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) S 3029 3032 17093 0 -1 1077944384 12038 0 0 0 222 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413833386624 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10551232 memory=1228 CPUtime=2.27 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) S 3029 3032 17093 0 -1 1077944384 15061 0 0 0 225 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413832334112 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10551232 memory=8306248 CPUtime=0.52 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 3789 0 0 0 50 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413831281312 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3047] ppid=3029 vsize=10551232 memory=4048 CPUtime=0.37 cores=0,2,4,6
/proc/3032/task/3047/stat : 3047 (java) S 3029 3032 17093 0 -1 1077944384 1155 0 0 0 22 15 0 0 20 0 15 0 64681272 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413829175984 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 1630.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8306248 KiB

[startup+481.501 s]
/proc/loadavg: 4.97 3.86 2.74 3/210 3155
/proc/meminfo: memFree=21752140/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10551232 memory=8306248 CPUtime=1630.69 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 451514 0 0 0 162430 639 0 0 20 0 15 0 64681251 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2637808 2076562 3134 1 0 2627261 0
[pid=3032/tid=3034] ppid=3029 vsize=10551232 memory=8306236 CPUtime=48.92 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) S 3029 3032 17093 0 -1 1077944384 28471 0 0 0 4860 32 0 0 20 0 15 0 64681259 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414278401680 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10551232 memory=7680170660397595203 CPUtime=384.53 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 100941 0 0 0 38319 134 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10551232 memory=1992 CPUtime=381.77 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 70644 0 0 0 38014 163 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10551232 memory=1204 CPUtime=381.59 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 55788 0 0 0 38013 146 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10551232 memory=1000 CPUtime=382.89 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 59395 0 0 0 38144 145 0 0 20 0 15 0 64681260 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10551232 memory=302022848351043610 CPUtime=45.49 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) R 3029 3032 17093 0 -1 4202560 102833 0 0 0 4543 6 0 0 20 0 15 0 64681261 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413837595472 140414252532603 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 64681261 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413836543072 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10551232 memory=13845261709478404 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 64681262 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10551232 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10551232 memory=-7677926825137650786 CPUtime=2.24 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) S 3029 3032 17093 0 -1 1077944384 12038 0 0 0 222 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413833386624 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10551232 memory=4126316290023845779 CPUtime=2.27 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) S 3029 3032 17093 0 -1 1077944384 15061 0 0 0 225 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413832334112 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10551232 memory=1000 CPUtime=0.52 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 3789 0 0 0 50 2 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413831281312 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681264 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3047] ppid=3029 vsize=10551232 memory=10960 CPUtime=0.37 cores=0,2,4,6
/proc/3032/task/3047/stat : 3047 (java) S 3029 3032 17093 0 -1 1077944384 1155 0 0 0 22 15 0 0 20 0 15 0 64681272 10804461568 2076562 18446744073709551615 4194304 4196468 140725519067184 140413829175984 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 1630.69 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8306248 KiB

[startup+481.701 s]
/proc/loadavg: 4.97 3.86 2.74 3/210 3155
/proc/meminfo: memFree=21752140/32770624 swapFree=67108860/67108860
[pid=3032] ppid=3029 vsize=10686560 memory=8307168 CPUtime=1630.77 cores=0,2,4,6
/proc/3032/stat : 3032 (java) S 3029 3032 17093 0 -1 1077944320 453369 0 2 0 162438 639 0 0 20 0 16 0 64681251 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140725519049728 140414274162423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
/proc/3032/statm: 2671640 2076792 3178 1 0 2661055 0
[pid=3032/tid=3034] ppid=3029 vsize=10686560 memory=288230621803970871 CPUtime=48.94 cores=0,2,4,6
/proc/3032/task/3034/stat : 3034 (java) S 3029 3032 17093 0 -1 1077944384 28969 0 2 0 4862 32 0 0 20 0 16 0 64681259 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140414278403104 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3035] ppid=3029 vsize=10686560 memory=13845261709478404 CPUtime=384.53 cores=0,2,4,6
/proc/3032/task/3035/stat : 3035 (java) S 3029 3032 17093 0 -1 1077944384 100941 0 0 0 38319 134 0 0 20 0 16 0 64681260 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140414231129232 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3036] ppid=3029 vsize=10686560 memory=1624 CPUtime=381.77 cores=0,2,4,6
/proc/3032/task/3036/stat : 3036 (java) S 3029 3032 17093 0 -1 1077944384 70644 0 0 0 38014 163 0 0 20 0 16 0 64681260 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140414230076432 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3037] ppid=3029 vsize=10686560 memory=2160 CPUtime=381.59 cores=0,2,4,6
/proc/3032/task/3037/stat : 3037 (java) S 3029 3032 17093 0 -1 1077944384 55788 0 0 0 38013 146 0 0 20 0 16 0 64681260 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140414229023632 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3038] ppid=3029 vsize=10686560 memory=844 CPUtime=382.89 cores=0,2,4,6
/proc/3032/task/3038/stat : 3038 (java) S 3029 3032 17093 0 -1 1077944384 59395 0 0 0 38144 145 0 0 20 0 16 0 64681260 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140414227970832 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3039] ppid=3029 vsize=10686560 memory=16448 CPUtime=45.5 cores=0,2,4,6
/proc/3032/task/3039/stat : 3039 (java) S 3029 3032 17093 0 -1 1077944384 102836 0 0 0 4544 6 0 0 20 0 16 0 64681261 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413837597040 140414274173570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3040] ppid=3029 vsize=10686560 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3040/stat : 3040 (java) S 3029 3032 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 64681261 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413836543072 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3041] ppid=3029 vsize=10686560 memory=2724 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3041/stat : 3041 (java) S 3029 3032 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 64681262 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413835490160 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3042] ppid=3029 vsize=10686560 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3042/stat : 3042 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681264 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413834438480 140414274181019 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3043] ppid=3029 vsize=10686560 memory=3164 CPUtime=2.27 cores=0,2,4,6
/proc/3032/task/3043/stat : 3043 (java) S 3029 3032 17093 0 -1 1077944384 12768 0 0 0 225 2 0 0 20 0 16 0 64681264 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413833386864 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3044] ppid=3029 vsize=10686560 memory=8306248 CPUtime=2.28 cores=0,2,4,6
/proc/3032/task/3044/stat : 3044 (java) S 3029 3032 17093 0 -1 1077944384 15399 0 0 0 226 2 0 0 20 0 16 0 64681264 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413832334064 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3045] ppid=3029 vsize=10686560 memory=1152 CPUtime=0.53 cores=0,2,4,6
/proc/3032/task/3045/stat : 3045 (java) S 3029 3032 17093 0 -1 1077944384 4021 0 0 0 51 2 0 0 20 0 16 0 64681264 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413831281264 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3046] ppid=3029 vsize=10686560 memory=3228 CPUtime=0 cores=0,2,4,6
/proc/3032/task/3046/stat : 3046 (java) S 3029 3032 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681264 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413830228704 140414274172629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
[pid=3032/tid=3047] ppid=3029 vsize=10686560 memory=3904 CPUtime=0.37 cores=0,2,4,6
/proc/3032/task/3047/stat : 3047 (java) S 3029 3032 17093 0 -1 1077944384 1155 0 0 0 22 15 0 0 20 0 16 0 64681272 10943037440 2076792 18446744073709551615 4194304 4196468 140725519067184 140413829175984 140414274173570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35028992 140725519073680 140725519073833 140725519073833 140725519077327 0
Current children cumulated CPU time: 1630.77 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8307168 KiB

[startup+481.814 s]*
/proc/loadavg: 4.97 3.86 2.74 3/197 3157
/proc/meminfo: memFree=29028080/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): 481.827
CPU time (s): 1630.83
CPU user time (s): 1624.39
CPU system time (s): 6.43634
CPU usage (%): 338.467
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8307168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1624.39
system time used= 6.43634
maximum resident set size= 8307404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 453463
page faults= 2
swaps= 0
block input operations= 10416
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23598
involuntary context switches= 15303


# summary of solver processes directly reported to runsolver:
#   pid: 3032
#   total CPU time (s): 1630.83
#   total CPU user time (s): 1624.39
#   total CPU system time (s): 6.43634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.92756 second user time and 4.57117 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 13:33:51
IDJOB=4263509
IDBENCH=125607
IDSOLVER=2651
FILE ID=node127/4263509-1502624879
RUNJOBID= node127-1502624030-2988
PBS_JOBID= 
Free space on /tmp= 61916 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-92-92.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263509-1502624879/watcher-4263509-1502624879 -o /tmp/evaluation-result-4263509-1502624879/solver-4263509-1502624879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263509-1502624879.xml

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

MD5SUM BENCH= 18238995c509511de5ee79784b2000cc
RANDOM SEED=422250255

node127.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.92
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.92
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.92
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.92
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:        31424960 kB
MemAvailable:   31954712 kB
Buffers:          192212 kB
Cached:           634160 kB
SwapCached:            0 kB
Active:           723620 kB
Inactive:         196020 kB
Active(anon):      43056 kB
Inactive(anon):    83888 kB
Active(file):     680564 kB
Inactive(file):   112132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            119100 kB
Writeback:             4 kB
AnonPages:         77124 kB
Mapped:            56540 kB
Shmem:             33444 kB
Slab:             131508 kB
SReclaimable:     105780 kB
SUnreclaim:        25728 kB
KernelStack:        3104 kB
PageTables:         5040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1155248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61916 MiB
End job on node127 at 2017-08-13 13:41:53