Trace number 4292063

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1756.91 493.1

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-21-0500_c18.xml
MD5SUM3fdf89d4941046bada2032faa76e855a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63832030
Best CPU time to get the best result obtained on this benchmark61.4336
Satisfiable
(Un)Satisfiability was proved
Number of variables4790
Number of constraints2852
Number of domains18
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":14},{"size":2,"count":1749},{"size":11,"count":1263},{"size":12,"count":1},{"size":21,"count":9},{"size":27,"count":36},{"size":43,"count":1},{"size":47,"count":3},{"size":53,"count":3},{"size":97,"count":25},{"size":102,"count":73},{"size":113,"count":21},{"size":121,"count":1592}]
Minimum variable degree1
Maximum variable degree1264
Distribution of variable degrees[{"degree":1,"count":5},{"degree":2,"count":3828},{"degree":3,"count":82},{"degree":4,"count":132},{"degree":5,"count":162},{"degree":6,"count":218},{"degree":7,"count":222},{"degree":8,"count":115},{"degree":9,"count":9},{"degree":10,"count":7},{"degree":11,"count":4},{"degree":12,"count":5},{"degree":1264,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":326},{"arity":3,"count":1263},{"arity":6,"count":1263}]
Number of extensional constraints1263
Number of intensional constraints1589
Distribution of constraint types[{"type":"extension","count":1263},{"type":"intension","count":1589}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1717.85/482.46	Jul 22, 2018 3:33:25 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1717.85/482.46	INFO: Runtime exception
1717.85/482.46	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1717.85/482.46		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1717.85/482.46		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1717.85/482.46		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1717.85/482.46		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1717.85/482.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1717.85/482.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1717.85/482.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1717.85/482.46		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1717.85/482.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1717.85/482.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1717.85/482.46		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1717.85/482.46		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1717.85/482.46		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1717.85/482.46		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1717.85/482.46		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1717.85/482.46		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1717.85/482.46		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 19 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 23 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 24 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 28 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 29 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 33 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 34 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 38 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 39 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 43 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 44 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 48 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 49 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 53 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 54 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 58 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 59 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 63 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 64 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 68 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 69 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 73 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 74 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 78 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 79 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 83 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 84 more
1717.85/482.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		... 88 more
1717.85/482.46	Caused by: java.lang.reflect.InvocationTargetException
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		... 89 more
1717.85/482.46	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1717.85/482.46		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
1717.85/482.46		at java.lang.StringBuilder.<init>(StringBuilder.java:89)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:124)
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1717.85/482.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1717.85/482.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1717.85/482.46		at java.lang.reflect.Method.invoke(Method.java:498)
1717.85/482.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1717.85/482.46	
1756.81/493.01	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1756.81/493.01	c This is free software under the dual EPL/GNU LGPL licenses.
1756.81/493.01	c See www.sat4j.org for details.
1756.81/493.01	c That software uses the Rhino library from the Mozilla project.
1756.81/493.01	c version 2.3.6-SNAPSHOT
1756.81/493.01	c java.runtime.name	Java(TM) SE Runtime Environment
1756.81/493.01	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1756.81/493.01	c java.vm.version	25.131-b11
1756.81/493.01	c java.vm.vendor	Oracle Corporation
1756.81/493.01	c sun.arch.data.model	64
1756.81/493.01	c java.version		1.8.0_131
1756.81/493.01	c os.name		Linux
1756.81/493.01	c os.version		3.10.0-514.16.1.el7.x86_64
1756.81/493.01	c os.arch		amd64
1756.81/493.01	c Free memory 		499604488
1756.81/493.01	c Max memory 		7247757312
1756.81/493.01	c Total memory 		504889344
1756.81/493.01	c Number of processors 	4
1756.81/493.01	c c --- Begin Solver configuration ---
1756.81/493.01	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1756.81/493.01	c Learn all clauses as in MiniSAT
1756.81/493.01	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1756.81/493.01	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1756.81/493.01	c No reason simplification
1756.81/493.01	c Glucose 2.1 dynamic restart strategy
1756.81/493.01	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
1756.81/493.01	c timeout=2147483s
1756.81/493.01	c DB Simplification allowed=false
1756.81/493.01	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1756.81/493.01	c --- End Solver configuration ---
1756.81/493.01	c starts		: 0
1756.81/493.01	c conflicts		: 0
1756.81/493.01	c decisions		: 0
1756.81/493.01	c propagations		: 0
1756.81/493.01	c inspects		: 0
1756.81/493.01	c shortcuts		: 0
1756.81/493.01	c learnt literals	: 0
1756.81/493.01	c learnt binary clauses	: 0
1756.81/493.01	c learnt ternary clauses	: 0
1756.81/493.01	c learnt constraints	: 0
1756.81/493.01	c ignored constraints	: 0
1756.81/493.01	c root simplifications	: 0
1756.81/493.01	c removed literals (reason simplification)	: 0
1756.81/493.01	c reason swapping (by a shorter reason)	: 0
1756.81/493.01	c Calls to reduceDB	: 0
1756.81/493.01	c Number of update (reduction) of LBD	: 0
1756.81/493.01	c Imported unit clauses	: 0
1756.81/493.01	c number of reductions to clauses (during analyze)	: 0
1756.81/493.01	c number of learned constraints concerned by reduction	: 0
1756.81/493.01	c number of learning phase by resolution	: 0
1756.81/493.01	c number of learning phase by cutting planes	: 0
1756.81/493.01	c number of rounding to 1 operations	: 0
1756.81/493.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1756.81/493.01	c number of reductions of the coefficients by power 2 	: 0
1756.81/493.01	c number of right shift for reduction by power 2 	: 0
1756.81/493.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
1756.81/493.01	c number of ending skipping 	: 0
1756.81/493.01	c number of internal skipping 	: 0
1756.81/493.01	c number of derivation steps 	: 0
1756.81/493.01	c number of skipped derivation steps 	: 0
1756.81/493.01	c number of remaining unassigned 	: 0
1756.81/493.01	c number of remaining assigned 	: 0
1756.81/493.01	c speed (assignments/second)	: 0.0
1756.81/493.01	c non guided choices	: 0
1756.81/493.01	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 (143 MiB free)
  memory of node 1: 16384 MiB (8244 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=4036, runsolver pid=4033

[startup+0.100093 s]*
/proc/loadavg: 7.45 6.28 4.10 6/220 4051
/proc/meminfo: memFree=8571356/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10659012 memory=30364 CPUtime=0.13 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 6648 0 0 0 12 1 0 0 20 0 15 0 44155446 10914828288 7591 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2664753 7591 2841 1 0 2627263 0
[pid=4036/tid=4038] ppid=4033 vsize=10659012 memory=-8392281407188989120 CPUtime=0.09 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) R 4033 4036 3347 0 -1 4202560 4500 0 0 0 8 1 0 0 20 0 15 0 44155446 10914828288 7591 33554432000 4194304 4196468 140723494014608 140478070327152 140478066134422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477992196752 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477991143952 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477990091152 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477989038352 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477303073648 140478066133634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477302019616 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477300966768 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) R 4033 4036 3347 0 -1 4202560 290 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477298862448 140478066143834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) S 4033 4036 3347 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477297809648 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0.02 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) R 4033 4036 3347 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 44155452 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477296756848 140478066143834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 7591 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30364 KiB

[startup+0.210935 s]*
/proc/loadavg: 7.45 6.28 4.10 7/220 4051
/proc/meminfo: memFree=8561020/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10659012 memory=41892 CPUtime=0.33 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 8108 0 0 0 31 2 0 0 20 0 15 0 44155446 10914828288 10473 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2664753 10473 3003 1 0 2627263 0
[pid=4036/tid=4038] ppid=4033 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) R 4033 4036 3347 0 -1 4202560 5044 0 0 0 19 1 0 0 20 0 15 0 44155446 10914828288 10473 33554432000 4194304 4196468 140723494014608 140478070358768 140478051287888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477992196752 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10659012 memory=140011047481756 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477991143952 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477990091152 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477989038352 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477303073648 140478066133634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477302019616 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477300966768 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) S 4033 4036 3347 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 44155452 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477298862448 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) S 4033 4036 3347 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 15 0 44155452 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477297809648 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0.07 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) S 4033 4036 3347 0 -1 1077944384 706 0 0 0 7 0 0 0 20 0 15 0 44155452 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477296756848 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 10473 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41892 KiB

[startup+0.310792 s]*
/proc/loadavg: 7.45 6.28 4.10 8/220 4051
/proc/meminfo: memFree=8541220/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10659012 memory=65988 CPUtime=0.59 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 9556 0 0 0 56 3 0 0 20 0 15 0 44155446 10914828288 16497 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2664753 16497 3048 1 0 2627263 0
[pid=4036/tid=4038] ppid=4033 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) R 4033 4036 3347 0 -1 4202560 5388 0 0 0 28 2 0 0 20 0 15 0 44155446 10914828288 16563 33554432000 4194304 4196468 140723494014608 140478070360112 140478066144413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10659012 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477992196752 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10659012 memory=14551516983670424 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477991143952 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477990091152 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155447 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477989038352 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) S 4033 4036 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477303073648 140478066133634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477302019616 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44155449 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477300966768 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) R 4033 4036 3347 0 -1 4202560 843 0 0 0 7 0 0 0 20 0 15 0 44155452 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477298862448 140478052186656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) R 4033 4036 3347 0 -1 4202560 1022 0 0 0 7 0 0 0 20 0 15 0 44155452 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477297789712 140478049608414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0.12 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) R 4033 4036 3347 0 -1 1077944384 984 0 0 0 12 0 0 0 20 0 15 0 44155452 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477296756848 140478066133634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10659012 memory=140011047302784 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155452 10914828288 16563 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 65988 KiB

[startup+0.701573 s]
/proc/loadavg: 7.45 6.28 4.10 10/220 4051
/proc/meminfo: memFree=8345920/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10659088 memory=304132 CPUtime=1.81 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 14152 0 0 0 159 22 0 0 20 0 15 0 44155446 10914906112 76033 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2664772 76033 3111 1 0 2627263 0
[pid=4036/tid=4038] ppid=4033 vsize=10659088 memory=1844 CPUtime=0.61 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) R 4033 4036 3347 0 -1 4202560 5838 0 0 0 56 5 0 0 20 0 15 0 44155446 10914906112 76033 33554432000 4194304 4196468 140723494014608 140478070355856 140478050202974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10659088 memory=796 CPUtime=0.05 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) S 4033 4036 3347 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 44155447 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477992196752 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10659088 memory=1700 CPUtime=0.05 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) S 4033 4036 3347 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 44155447 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477991143952 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10659088 memory=12984 CPUtime=0.04 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) S 4033 4036 3347 0 -1 1077944384 55 0 0 0 1 3 0 0 20 0 15 0 44155447 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477990091152 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10659088 memory=5664 CPUtime=0.05 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) S 4033 4036 3347 0 -1 1077944384 67 0 0 0 2 3 0 0 20 0 15 0 44155447 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477989038352 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) S 4033 4036 3347 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44155449 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477303073648 140478066133634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44155449 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477302019616 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44155449 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477300966768 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10659088 memory=7739276948478455658 CPUtime=0.32 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) R 4033 4036 3347 0 -1 4202560 1967 0 0 0 32 0 0 0 20 0 15 0 44155452 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477298843464 140478045369240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10659088 memory=7368003688827211856 CPUtime=0.37 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) R 4033 4036 3347 0 -1 4202560 2929 0 0 0 36 1 0 0 20 0 15 0 44155452 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477297798320 140478049622693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10659088 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) R 4033 4036 3347 0 -1 1077944384 1730 0 0 0 23 0 0 0 20 0 15 0 44155452 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477296756848 140478066133634 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44155452 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44155452 10914906112 76033 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 304132 KiB

[startup+1.50079 s]
/proc/loadavg: 7.45 6.28 4.10 8/220 4051
/proc/meminfo: memFree=8281404/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10659088 memory=410796 CPUtime=4.3 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 28790 0 0 0 402 28 0 0 20 0 15 0 44155446 10914906112 102699 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2664772 102699 3119 1 0 2627263 0
[pid=4036/tid=4038] ppid=4033 vsize=10659088 memory=8112282956445269571 CPUtime=1.38 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) R 4033 4036 3347 0 -1 4202560 5905 0 0 0 133 5 0 0 20 0 15 0 44155446 10914906112 102699 33554432000 4194304 4196468 140723494014608 140478070358832 140477662951520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10659088 memory=-8754540793456063680 CPUtime=0.07 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) S 4033 4036 3347 0 -1 1077944384 121 0 0 0 3 4 0 0 20 0 15 0 44155447 10914906112 102699 33554432000 4194304 4196468 140723494014608 140477992196752 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10659088 memory=-2843869621055772062 CPUtime=0.06 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) S 4033 4036 3347 0 -1 1077944384 60 0 0 0 2 4 0 0 20 0 15 0 44155447 10914906112 102699 33554432000 4194304 4196468 140723494014608 140477991143952 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10659088 memory=5450919713671312938 CPUtime=0.07 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) S 4033 4036 3347 0 -1 1077944384 346 0 0 0 3 4 0 0 20 0 15 0 44155447 10914906112 102699 33554432000 4194304 4196468 140723494014608 140477990091152 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10659088 memory=7005738693937936738 CPUtime=0.07 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) S 4033 4036 3347 0 -1 1077944384 78 0 0 0 3 4 0 0 20 0 15 0 44155447 10914906112 102699 33554432000 4194304 4196468 140723494014608 140477989038352 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) S 4033 4036 3347 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 44155449 10914906112 102699 33554432000 4194304 4196468 140723494014608 140477303073648 140478066133634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0

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

[startup+491.201 s]
/proc/loadavg: 4.48 5.36 4.61 6/222 4145
/proc/meminfo: memFree=5602420/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10794416 memory=8289464 CPUtime=1751.63 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 3348601 0 0 0 174264 899 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2698604 2072366 3225 1 0 2661057 0
[pid=4036/tid=4038] ppid=4033 vsize=10794416 memory=8289464 CPUtime=36.14 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) S 4033 4036 3347 0 -1 1077944384 25709 0 0 0 3581 33 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140478070363168 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10794416 memory=8289464 CPUtime=419.31 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) R 4033 4036 3347 0 -1 4202560 859064 0 0 0 41709 222 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477992196952 140478051112101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10794416 memory=1700 CPUtime=418.92 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) R 4033 4036 3347 0 -1 4202560 647461 0 0 0 41690 202 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477991143840 140478050823120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10794416 memory=1012 CPUtime=420.38 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) R 4033 4036 3347 0 -1 4202560 694060 0 0 0 41847 191 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477990091352 140478050823091 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10794416 memory=1956 CPUtime=418.85 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) R 4033 4036 3347 0 -1 4202560 952501 0 0 0 41653 232 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477989038552 140478050823144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10794416 memory=1204 CPUtime=28.01 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) S 4033 4036 3347 0 -1 1077944384 108389 0 0 0 2796 5 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477303072192 140478066132693 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477302019680 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10794416 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477300966784 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10794416 memory=15084 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10794416 memory=1296 CPUtime=4.63 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) S 4033 4036 3347 0 -1 1077944384 29488 0 0 0 460 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477298862208 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10794416 memory=8112282956445269571 CPUtime=4.23 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) S 4033 4036 3347 0 -1 1077944384 20428 0 0 0 420 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477297809696 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10794416 memory=5664 CPUtime=0.75 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) S 4033 4036 3347 0 -1 1077944384 7704 0 0 0 74 1 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477296756896 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 83 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10794416 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10794416 memory=1424 CPUtime=0.3 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 2309 0 0 0 18 12 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 85 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4144] ppid=4033 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4144/stat : 4144 (java) S 4033 4036 3347 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44203693 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477291499312 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 1751.63 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8289464 KiB

[startup+492.001 s]*
/proc/loadavg: 4.48 5.36 4.61 7/222 4145
/proc/meminfo: memFree=5602420/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10794416 memory=8289464 CPUtime=1754.86 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 3364310 0 0 0 174586 900 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2698604 2072366 3225 1 0 2661057 0
[pid=4036/tid=4038] ppid=4033 vsize=10794416 memory=8112282956445269571 CPUtime=36.14 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) S 4033 4036 3347 0 -1 1077944384 25709 0 0 0 3581 33 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140478070363168 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10794416 memory=4126316290023845779 CPUtime=420.12 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) R 4033 4036 3347 0 -1 4202560 861368 0 0 0 41790 222 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477992196952 140478050823091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10794416 memory=0 CPUtime=419.72 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) R 4033 4036 3347 0 -1 4202560 652208 0 0 0 41770 202 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477991143840 140478050823137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10794416 memory=7884231094259116352 CPUtime=421.18 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) R 4033 4036 3347 0 -1 4202560 699156 0 0 0 41927 191 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477990091352 140478050823203 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10794416 memory=7884231094259116352 CPUtime=419.66 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) R 4033 4036 3347 0 -1 4202560 956063 0 0 0 41734 232 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477989038552 140478050822277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10794416 memory=3047711566422646390 CPUtime=28.01 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) S 4033 4036 3347 0 -1 1077944384 108389 0 0 0 2796 5 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477303072192 140478066132693 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10794416 memory=7521969487946863719 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477302019680 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10794416 memory=7883388855147196268 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477300966784 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10794416 memory=7454131835977885800 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10794416 memory=7019258456467657320 CPUtime=4.63 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) S 4033 4036 3347 0 -1 1077944384 29488 0 0 0 460 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477298862208 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10794416 memory=7810763926011408490 CPUtime=4.23 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) S 4033 4036 3347 0 -1 1077944384 20428 0 0 0 420 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477297809696 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10794416 memory=5792874207833188711 CPUtime=0.75 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) S 4033 4036 3347 0 -1 1077944384 7704 0 0 0 74 1 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477296756896 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 83 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10794416 memory=6003410906177303141 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10794416 memory=7017845554011202413 CPUtime=0.3 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 2309 0 0 0 18 12 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 85 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4144] ppid=4033 vsize=10794416 memory=7017845554011202413 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4144/stat : 4144 (java) S 4033 4036 3347 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44203693 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477291499312 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 1754.86 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8289464 KiB

[startup+492.801 s]
/proc/loadavg: 4.48 5.36 4.61 7/222 4145
/proc/meminfo: memFree=5602420/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10794416 memory=8289464 CPUtime=1756.6 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 3367339 0 0 0 174760 900 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2698604 2072366 3225 1 0 2661057 0
[pid=4036/tid=4038] ppid=4033 vsize=10794416 memory=956 CPUtime=36.14 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) S 4033 4036 3347 0 -1 1077944384 25709 0 0 0 3581 33 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140478070363168 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10794416 memory=2336 CPUtime=420.44 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) S 4033 4036 3347 0 -1 1077944384 861880 0 0 0 41822 222 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477992196752 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10794416 memory=8112282956445269571 CPUtime=420.05 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) S 4033 4036 3347 0 -1 1077944384 652982 0 0 0 41802 203 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477991143952 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10794416 memory=1572 CPUtime=421.49 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) S 4033 4036 3347 0 -1 1077944384 699671 0 0 0 41958 191 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477990091152 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10794416 memory=4036 CPUtime=419.98 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) S 4033 4036 3347 0 -1 1077944384 957092 0 0 0 41766 232 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477989038352 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10794416 memory=15084 CPUtime=28.48 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) R 4033 4036 3347 0 -1 4202560 108588 0 0 0 2843 5 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477303072080 140478051119040 0 0 0 16800975 0 0 0 -1 1 0 0 57 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477302019680 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10794416 memory=9432 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477300966784 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10794416 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10794416 memory=644 CPUtime=4.63 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) S 4033 4036 3347 0 -1 1077944384 29488 0 0 0 460 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477298862208 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10794416 memory=4036 CPUtime=4.23 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) S 4033 4036 3347 0 -1 1077944384 20428 0 0 0 420 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477297809696 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10794416 memory=15084 CPUtime=0.75 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) S 4033 4036 3347 0 -1 1077944384 7704 0 0 0 74 1 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477296756896 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 83 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10794416 memory=2324 CPUtime=0.3 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 2309 0 0 0 18 12 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 85 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4144] ppid=4033 vsize=10794416 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4144/stat : 4144 (java) S 4033 4036 3347 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44203693 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477291499312 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 1756.6 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8289464 KiB

[startup+493.001 s]*
/proc/loadavg: 4.48 5.36 4.61 3/222 4145
/proc/meminfo: memFree=5602420/32770624 swapFree=67108860/67108860
[pid=4036] ppid=4033 vsize=10794416 memory=8289464 CPUtime=1756.81 cores=1,3,5,7
/proc/4036/stat : 4036 (java) S 4033 4036 3347 0 -1 1077944320 3367339 0 0 0 174781 900 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140723493997152 140478066122487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
/proc/4036/statm: 2698604 2072366 3225 1 0 2661057 0
[pid=4036/tid=4038] ppid=4033 vsize=10794416 memory=8112282956445269571 CPUtime=36.14 cores=1,3,5,7
/proc/4036/task/4038/stat : 4038 (java) S 4033 4036 3347 0 -1 1077944384 25709 0 0 0 3581 33 0 0 20 0 16 0 44155446 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140478070363168 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4039] ppid=4033 vsize=10794416 memory=3238072 CPUtime=420.44 cores=1,3,5,7
/proc/4036/task/4039/stat : 4039 (java) S 4033 4036 3347 0 -1 1077944384 861880 0 0 0 41822 222 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477992196752 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4040] ppid=4033 vsize=10794416 memory=1408 CPUtime=420.05 cores=1,3,5,7
/proc/4036/task/4040/stat : 4040 (java) S 4033 4036 3347 0 -1 1077944384 652982 0 0 0 41802 203 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477991143952 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4041] ppid=4033 vsize=10794416 memory=3120 CPUtime=421.49 cores=1,3,5,7
/proc/4036/task/4041/stat : 4041 (java) S 4033 4036 3347 0 -1 1077944384 699671 0 0 0 41958 191 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477990091152 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4042] ppid=4033 vsize=10794416 memory=4126316290023845779 CPUtime=419.98 cores=1,3,5,7
/proc/4036/task/4042/stat : 4042 (java) S 4033 4036 3347 0 -1 1077944384 957092 0 0 0 41766 232 0 0 20 0 16 0 44155447 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477989038352 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4043] ppid=4033 vsize=10794416 memory=-7175204567652784766 CPUtime=28.69 cores=1,3,5,7
/proc/4036/task/4043/stat : 4043 (java) R 4033 4036 3347 0 -1 4202560 108588 0 0 0 2864 5 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477303072080 140478045323534 0 0 0 16800975 0 0 0 -1 1 0 0 57 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4044] ppid=4033 vsize=10794416 memory=3054156605268465310 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4044/stat : 4044 (java) S 4033 4036 3347 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477302019680 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4045] ppid=4033 vsize=10794416 memory=8514726395714825349 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4045/stat : 4045 (java) S 4033 4036 3347 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 44155449 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477300966784 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4046] ppid=4033 vsize=10794416 memory=7822038051842261661 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4046/stat : 4046 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477299915088 140478066141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4047] ppid=4033 vsize=10794416 memory=-8412652177879177843 CPUtime=4.63 cores=1,3,5,7
/proc/4036/task/4047/stat : 4047 (java) S 4033 4036 3347 0 -1 1077944384 29488 0 0 0 460 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477298862208 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4048] ppid=4033 vsize=10794416 memory=1424 CPUtime=4.23 cores=1,3,5,7
/proc/4036/task/4048/stat : 4048 (java) S 4033 4036 3347 0 -1 1077944384 20428 0 0 0 420 3 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477297809696 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4049] ppid=4033 vsize=10794416 memory=1232 CPUtime=0.75 cores=1,3,5,7
/proc/4036/task/4049/stat : 4049 (java) S 4033 4036 3347 0 -1 1077944384 7704 0 0 0 74 1 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477296756896 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 83 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4050] ppid=4033 vsize=10794416 memory=8289464 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4050/stat : 4050 (java) S 4033 4036 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477295704288 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4051] ppid=4033 vsize=10794416 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/4036/task/4051/stat : 4051 (java) S 4033 4036 3347 0 -1 1077944384 2309 0 0 0 18 12 0 0 20 0 16 0 44155452 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477294652592 140478066133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 85 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
[pid=4036/tid=4144] ppid=4033 vsize=10794416 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/4036/task/4144/stat : 4144 (java) S 4033 4036 3347 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 44203693 11053481984 2072366 33554432000 4194304 4196468 140723494014608 140477291499312 140478066132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33935360 140723494016113 140723494016265 140723494016265 140723494019023 0
Current children cumulated CPU time: 1756.81 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8289464 KiB

Child status: 0
Real time (s): 493.1
CPU time (s): 1756.91
CPU user time (s): 1747.81
CPU system time (s): 9.09691
CPU usage (%): 356.3
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8296292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.81
system time used= 9.09691
maximum resident set size= 8296292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3367425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35972
involuntary context switches= 28516


# summary of solver processes directly reported to runsolver:
#   pid: 4036
#   total CPU time (s): 1756.91
#   total CPU user time (s): 1747.81
#   total CPU system time (s): 9.09691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.98894 second user time and 5.13802 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 15:25:23
IDJOB=4292063
IDBENCH=141276
IDSOLVER=2742
FILE ID=node133/4292063-1532265923
RUNJOBID= node133-1532260671-3379
PBS_JOBID= 21018968
Free space on /tmp= 52364 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-21-0500_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292063-1532265923/watcher-4292063-1532265923 -o /tmp/evaluation-result-4292063-1532265923/solver-4292063-1532265923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292063-1532265923.xml

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

MD5SUM BENCH= 3fdf89d4941046bada2032faa76e855a
RANDOM SEED=1794582230

node133.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.24
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.24
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.24
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.24
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:         8589860 kB
MemAvailable:   23622600 kB
Buffers:          200704 kB
Cached:         14903636 kB
SwapCached:            0 kB
Active:          9810036 kB
Inactive:       13651384 kB
Active(anon):    8347400 kB
Inactive(anon):    29520 kB
Active(file):    1462636 kB
Inactive(file): 13621864 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             73908 kB
Writeback:             0 kB
AnonPages:       8368472 kB
Mapped:            47752 kB
Shmem:             17056 kB
Slab:             403764 kB
SReclaimable:     376700 kB
SUnreclaim:        27064 kB
KernelStack:        3760 kB
PageTables:        21400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7911424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52572 MiB
End job on node133 at 2018-07-22 15:33:36