Trace number 4263176

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2528.3201 718.16602

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-42.xml
MD5SUMf0ae775e0a261424aab5dff09c8fa0c4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark857
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3917
Number of constraints2192
Number of domains4
Minimum domain size2
Maximum domain size3873
Distribution of domain sizes[{"size":2,"count":1936},{"size":3,"count":1936},{"size":1765,"count":1},{"size":3873,"count":44}]
Minimum variable degree1
Maximum variable degree45
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1933},{"degree":3,"count":47},{"degree":4,"count":168},{"degree":8,"count":164},{"degree":9,"count":1600},{"degree":45,"count":1}]
Minimum constraint arity2
Maximum constraint arity46
Distribution of constraint arities[{"arity":2,"count":212},{"arity":3,"count":168},{"arity":10,"count":1764},{"arity":44,"count":4},{"arity":45,"count":1},{"arity":46,"count":43}]
Number of extensional constraints1932
Number of intensional constraints211
Distribution of constraint types[{"type":"extension","count":1932},{"type":"intension","count":211},{"type":"sum","count":45},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2356.84/672.60	Aug 13, 2017 8:13:31 AM org.sat4j.reader.XMLCSP3Reader parseInstance
2356.84/672.60	INFO: Runtime exception
2356.84/672.60	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
2356.84/672.60		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
2356.84/672.60		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
2356.84/672.60		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
2356.84/672.60		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
2356.84/672.60		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
2356.84/672.60		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2356.84/672.60		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
2356.84/672.60		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2356.84/672.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2356.84/672.60		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2356.84/672.60		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
2356.84/672.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2356.84/672.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2356.84/672.60		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2356.84/672.60		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2356.84/672.60		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2356.84/672.60		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2356.84/672.60		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2356.84/672.60		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2356.84/672.60		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 22 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 26 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 27 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 31 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 32 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 36 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 37 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 41 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 42 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 46 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 47 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 51 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 52 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 56 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 57 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 61 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 62 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 66 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 67 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 71 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 72 more
2356.84/672.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		... 76 more
2356.84/672.60	Caused by: java.lang.reflect.InvocationTargetException
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		... 77 more
2356.84/672.60	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:90)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2356.84/672.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2356.84/672.60		at java.lang.reflect.Method.invoke(Method.java:498)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2356.84/672.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2356.84/672.60	
2465.80/701.62	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2465.80/701.62	c This is free software under the dual EPL/GNU LGPL licenses.
2465.80/701.62	c See www.sat4j.org for details.
2465.80/701.62	c That software uses the Rhino library from the Mozilla project.
2465.80/701.62	c version CUSTOM.v20170705
2465.80/701.62	c java.runtime.name	Java(TM) SE Runtime Environment
2465.80/701.62	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2465.80/701.62	c java.vm.version	25.131-b11
2465.80/701.62	c java.vm.vendor	Oracle Corporation
2465.80/701.62	c sun.arch.data.model	64
2465.80/701.62	c java.version		1.8.0_131
2465.80/701.62	c os.name		Linux
2465.80/701.62	c os.version		3.10.0-514.16.1.el7.x86_64
2465.80/701.62	c os.arch		amd64
2465.80/701.62	c Free memory 		499604488
2465.80/701.62	c Max memory 		7247757312
2465.80/701.62	c Total memory 		504889344
2465.80/701.62	c Number of processors 	4
2465.80/701.62	c c --- Begin Solver configuration ---
2465.80/701.62	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2465.80/701.62	c Learn all clauses as in MiniSAT
2465.80/701.62	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2465.80/701.62	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2465.80/701.62	c No reason simplification
2465.80/701.62	c Glucose 2.1 dynamic restart strategy
2465.80/701.62	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
2465.80/701.62	c timeout=2147483s
2465.80/701.62	c DB Simplification allowed=false
2465.80/701.62	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2465.80/701.62	c --- End Solver configuration ---
2518.51/715.69	c starts		: 0

Verifier Data

One s line expected

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 (15368 MiB free)
  memory of node 1: 16384 MiB (12633 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=18987, runsolver pid=18984

[startup+0.108172 s]*
/proc/loadavg: 4.64 4.69 4.30 3/213 18996
/proc/meminfo: memFree=28662944/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10151672 memory=20220 CPUtime=0.03 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 3926 0 0 0 3 0 0 0 20 0 9 0 160154182 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2537918 5055 2156 1 0 2527415 0
[pid=18987/tid=18989] ppid=18984 vsize=10151672 memory=8330703218844541087 CPUtime=0.03 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) R 18984 18987 7084 0 -1 4202560 2566 0 0 0 3 0 0 0 20 0 9 0 160154190 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140078306193272 140078301979805 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10151672 memory=732370661459778533 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) S 18984 18987 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 160154190 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140078232378128 140078301968085 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10151672 memory=140523122325120 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 160154190 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140078231325584 140078301968085 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 160154190 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140078230273040 140078301968085 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10151672 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 160154190 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140078229220496 140078301968085 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 160154192 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140077798742000 140078301969026 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 160154192 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140077797688224 140078301968085 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 160154192 10395312128 5055 18446744073709551615 4194304 4196468 140722545532640 140077796635632 140078301968085 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.210541 s]*
/proc/loadavg: 4.64 4.69 4.30 2/218 19001
/proc/meminfo: memFree=28662684/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10551056 memory=22340 CPUtime=0.05 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 4556 0 0 0 5 0 0 0 20 0 15 0 160154182 10804281344 5585 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2637764 5585 2570 1 0 2627261 0
[pid=18987/tid=18989] ppid=18984 vsize=10551056 memory=-4116735710718344508 CPUtime=0.04 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) R 18984 18987 7084 0 -1 4202560 2670 0 0 0 4 0 0 0 20 0 15 0 160154190 10804281344 5585 18446744073709551615 4194304 4196468 140722545532640 140078306198064 140078286038366 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10551056 memory=281046130751224 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) S 18984 18987 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160154190 10804281344 5585 18446744073709551615 4194304 4196468 140722545532640 140078232378128 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10551056 memory=140523122325120 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804281344 5585 18446744073709551615 4194304 4196468 140722545532640 140078231325584 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804281344 5585 18446744073709551615 4194304 4196468 140722545532640 140078230273040 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804281344 5585 18446744073709551615 4194304 4196468 140722545532640 140078229220496 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160154192 10804281344 5585 18446744073709551615 4194304 4196468 140722545532640 140077798742000 140078301969026 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10551056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160154192 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077797688224 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160154192 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077796635632 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077795584208 140078301976475 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) S 18984 18987 7084 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 160154195 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077794531824 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10551056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077793479280 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10551056 memory=140523122325120 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) S 18984 18987 7084 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 15 0 160154195 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19001] ppid=18984 vsize=10551056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19001/stat : 19001 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077791374432 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19002] ppid=18984 vsize=10551056 memory=140523122325120 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19002/stat : 19002 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154204 10804281344 6097 18446744073709551615 4194304 4196468 140722545532640 140077790320944 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 22340 KiB

[startup+0.310557 s]*
/proc/loadavg: 4.64 4.69 4.30 4/219 19002
/proc/meminfo: memFree=28651224/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10551156 memory=34224 CPUtime=0.21 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 7881 0 0 0 19 2 0 0 20 0 15 0 160154182 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2637789 8556 2864 1 0 2627261 0
[pid=18987/tid=18989] ppid=18984 vsize=10551156 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) R 18984 18987 7084 0 -1 4202560 5542 0 0 0 13 1 0 0 20 0 15 0 160154190 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140078306173168 140078286038366 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) S 18984 18987 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160154190 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140078232378128 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140078231325584 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140078230273040 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140078229220496 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160154192 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077798742000 140078301969026 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160154192 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077797688224 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160154192 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077796635632 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077795584208 140078301976475 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) S 18984 18987 7084 0 -1 1077944384 382 0 0 0 1 0 0 0 20 0 15 0 160154195 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077794531824 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) S 18984 18987 7084 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 160154195 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077793479280 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10551156 memory=140523122325120 CPUtime=0.03 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) S 18984 18987 7084 0 -1 1077944384 382 0 0 0 3 0 0 0 20 0 15 0 160154195 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19001] ppid=18984 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19001/stat : 19001 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077791374432 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19002] ppid=18984 vsize=10551156 memory=140523122325120 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19002/stat : 19002 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154204 10804383744 8556 18446744073709551615 4194304 4196468 140722545532640 140077790320944 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 34224 KiB

[startup+0.700703 s]
/proc/loadavg: 4.64 4.69 4.30 4/219 19002
/proc/meminfo: memFree=28629016/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10551232 memory=84440 CPUtime=1.36 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 11650 0 0 0 132 4 0 0 20 0 15 0 160154182 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2637808 21110 3058 1 0 2627261 0
[pid=18987/tid=18989] ppid=18984 vsize=10551232 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) R 18984 18987 7084 0 -1 4202560 6331 0 0 0 49 3 0 0 20 0 15 0 160154190 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140078306191344 140078301969814 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) S 18984 18987 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160154190 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140078232378128 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140078231325584 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10551232 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140078230273040 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10551232 memory=38860 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154190 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140078229220496 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10551232 memory=636 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 160154192 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077798742000 140078301969026 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160154192 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077797688224 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160154192 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077796635632 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10551232 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077795584208 140078301976475 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10551232 memory=2240 CPUtime=0.29 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) R 18984 18987 7084 0 -1 4202560 1325 0 0 0 29 0 0 0 20 0 15 0 160154195 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077794524848 140078283503464 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10551232 memory=4288 CPUtime=0.25 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) R 18984 18987 7084 0 -1 4202560 1066 0 0 0 25 0 0 0 20 0 15 0 160154195 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077793469072 140078281612416 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10551232 memory=2160 CPUtime=0.27 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) R 18984 18987 7084 0 -1 1077944384 1557 0 0 0 27 0 0 0 20 0 15 0 160154195 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19001] ppid=18984 vsize=10551232 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19001/stat : 19001 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077791374432 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19002] ppid=18984 vsize=10551232 memory=7595715927515226432 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19002/stat : 19002 (java) S 18984 18987 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160154204 10804461568 21110 18446744073709551615 4194304 4196468 140722545532640 140077790320944 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 84440 KiB

[startup+1.50119 s]
/proc/loadavg: 4.64 4.69 4.30 6/219 19002
/proc/meminfo: memFree=28468036/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10553448 memory=293928 CPUtime=3.84 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 20930 0 0 0 367 17 0 0 20 0 15 0 160154182 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2638362 73482 3104 1 0 2627815 0
[pid=18987/tid=18989] ppid=18984 vsize=10553448 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) R 18984 18987 7084 0 -1 4202560 7107 0 0 0 118 4 0 0 20 0 15 0 160154190 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140078306190688 140077896820480 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10553448 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) S 18984 18987 7084 0 -1 1077944384 136 0 0 0 6 2 0 0 20 0 15 0 160154190 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140078232378128 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10553448 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) S 18984 18987 7084 0 -1 1077944384 55 0 0 0 5 2 0 0 20 0 15 0 160154190 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140078231325584 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10553448 memory=6077696150253902483 CPUtime=0.08 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) S 18984 18987 7084 0 -1 1077944384 149 0 0 0 6 2 0 0 20 0 15 0 160154190 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140078230273040 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10553448 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) S 18984 18987 7084 0 -1 1077944384 124 0 0 0 5 2 0 0 20 0 15 0 160154190 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140078229220496 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10553448 memory=281046016855312 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 160154192 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140077798742000 140078301969026 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10553448 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 160154192 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140077797688288 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10553448 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160154192 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140077796635648 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10553448 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160154195 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140077795584208 140078301976475 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10553448 memory=1224 CPUtime=0.95 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) R 18984 18987 7084 0 -1 4202560 5215 0 0 0 95 0 0 0 20 0 15 0 160154195 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140077794518120 140078283480477 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10553448 memory=4600 CPUtime=0.87 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) R 18984 18987 7084 0 -1 4202560 4330 0 0 0 87 0 0 0 20 0 15 0 160154195 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140077793465824 140078287073133 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10553448 memory=1440 CPUtime=0.41 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) S 18984 18987 7084 0 -1 1077944384 2369 0 0 0 41 0 0 0 20 0 15 0 160154195 10806730752 73482 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0

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

[pid=18987/tid=18990] ppid=18984 vsize=10686560 memory=8216564 CPUtime=604.49 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) R 18984 18987 7084 0 -1 4202560 104363 0 0 0 60206 243 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078232378328 140078286908599 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10686560 memory=1236 CPUtime=604.79 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) R 18984 18987 7084 0 -1 4202560 118687 0 0 0 60232 247 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078231325472 140078281984063 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10686560 memory=2240 CPUtime=603.74 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) R 18984 18987 7084 0 -1 4202560 104292 0 0 0 60121 253 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078230273240 140078286908484 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10686560 memory=4156 CPUtime=606.45 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) R 18984 18987 7084 0 -1 4202560 130712 0 0 0 60420 225 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078229220696 140078283554406 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10686560 memory=67240 CPUtime=41.19 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 117509 0 0 0 4112 7 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077798740320 140078301968085 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077797688288 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10686560 memory=8216392 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077796635648 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10686560 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077795583856 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10686560 memory=0 CPUtime=1.72 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) S 18984 18987 7084 0 -1 1077944384 8679 0 0 0 171 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077794531824 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10686560 memory=8215412 CPUtime=1.43 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) S 18984 18987 7084 0 -1 1077944384 6058 0 0 0 142 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077793479280 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10686560 memory=5768 CPUtime=0.48 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) S 18984 18987 7084 0 -1 1077944384 4443 0 0 0 47 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19001] ppid=18984 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19001/stat : 19001 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077791374432 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19002] ppid=18984 vsize=10686560 memory=281045749221907 CPUtime=0.36 cores=0,2,4,6
/proc/18987/task/19002/stat : 19002 (java) S 18984 18987 7084 0 -1 1077944384 448 0 0 0 21 15 0 0 20 0 17 0 160154204 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077790320944 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19117] ppid=18984 vsize=10686560 memory=140523009066810 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19117/stat : 19117 (java) S 18984 18987 7084 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077787168752 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19118] ppid=18984 vsize=10686560 memory=8215504 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19118/stat : 19118 (java) S 18984 18987 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077786116112 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 2523.02 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8216748 KiB

[startup+717.601 s]
/proc/loadavg: 7.67 6.23 5.06 11/216 19119
/proc/meminfo: memFree=15188680/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10686560 memory=8216748 CPUtime=2526.21 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 618430 0 0 0 251616 1005 0 0 20 0 17 0 160154182 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2671640 2054187 3174 1 0 2661055 0
[pid=18987/tid=18989] ppid=18984 vsize=10686560 memory=960 CPUtime=58.28 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) S 18984 18987 7084 0 -1 1077944384 21585 0 0 0 5809 19 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078306198560 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10686560 memory=1236 CPUtime=605.28 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) R 18984 18987 7084 0 -1 4202560 104363 0 0 0 60285 243 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078232378328 140078286908599 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10686560 memory=2240 CPUtime=605.59 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) R 18984 18987 7084 0 -1 4202560 118687 0 0 0 60312 247 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078231325472 140078281984063 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10686560 memory=4288 CPUtime=604.54 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) R 18984 18987 7084 0 -1 4202560 104341 0 0 0 60201 253 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078230273240 140078286655654 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10686560 memory=3472328296227679313 CPUtime=607.25 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) R 18984 18987 7084 0 -1 4202560 130733 0 0 0 60500 225 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078229220696 140078286655654 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10686560 memory=288293289671794543 CPUtime=41.19 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 117509 0 0 0 4112 7 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077798740320 140078301968085 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10686560 memory=8216748 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077797688288 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10686560 memory=67240 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077796635648 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077795583856 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10686560 memory=2460 CPUtime=1.72 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) S 18984 18987 7084 0 -1 1077944384 8679 0 0 0 171 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077794531824 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10686560 memory=1836 CPUtime=1.43 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) S 18984 18987 7084 0 -1 1077944384 6058 0 0 0 142 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077793479280 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10686560 memory=796 CPUtime=0.48 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) S 18984 18987 7084 0 -1 1077944384 4443 0 0 0 47 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19001] ppid=18984 vsize=10686560 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19001/stat : 19001 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077791374432 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19002] ppid=18984 vsize=10686560 memory=15884 CPUtime=0.36 cores=0,2,4,6
/proc/18987/task/19002/stat : 19002 (java) S 18984 18987 7084 0 -1 1077944384 448 0 0 0 21 15 0 0 20 0 17 0 160154204 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077790320944 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19117] ppid=18984 vsize=10686560 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19117/stat : 19117 (java) S 18984 18987 7084 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077787168752 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19118] ppid=18984 vsize=10686560 memory=38864 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19118/stat : 19118 (java) S 18984 18987 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077786116112 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 2526.21 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8216748 KiB

[startup+718.001 s]*
/proc/loadavg: 7.67 6.23 5.06 10/216 19119
/proc/meminfo: memFree=15188680/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10686560 memory=8216748 CPUtime=2527.83 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 618430 0 0 0 251778 1005 0 0 20 0 17 0 160154182 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2671640 2054187 3174 1 0 2661055 0
[pid=18987/tid=18989] ppid=18984 vsize=10686560 memory=-8774313645642428999 CPUtime=58.28 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) S 18984 18987 7084 0 -1 1077944384 21585 0 0 0 5809 19 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078306198560 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10686560 memory=-7003737579269690708 CPUtime=605.67 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) R 18984 18987 7084 0 -1 4202560 104363 0 0 0 60324 243 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078232378328 140078286655654 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10686560 memory=7594850629028702308 CPUtime=606 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) R 18984 18987 7084 0 -1 4202560 118687 0 0 0 60353 247 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078231325472 140078286446811 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10686560 memory=7594850629028702308 CPUtime=604.95 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) R 18984 18987 7084 0 -1 4202560 104341 0 0 0 60242 253 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078230273240 140078283554421 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10686560 memory=7446253843551053140 CPUtime=607.66 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) R 18984 18987 7084 0 -1 4202560 130733 0 0 0 60541 225 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078229220696 140078283553825 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10686560 memory=4053627038125740341 CPUtime=41.19 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 117509 0 0 0 4112 7 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077798740320 140078301968085 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10686560 memory=164 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077797688288 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10686560 memory=-6237260532469557610 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077796635648 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10686560 memory=-7965959130280075168 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077795583856 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10686560 memory=-4059589565078923626 CPUtime=1.72 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) S 18984 18987 7084 0 -1 1077944384 8679 0 0 0 171 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077794531824 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10686560 memory=-7595754389018307734 CPUtime=1.43 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) S 18984 18987 7084 0 -1 1077944384 6058 0 0 0 142 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077793479280 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10686560 memory=7235426789045528937 CPUtime=0.48 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) S 18984 18987 7084 0 -1 1077944384 4443 0 0 0 47 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19001] ppid=18984 vsize=10686560 memory=7451602921216758610 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19001/stat : 19001 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077791374432 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19002] ppid=18984 vsize=10686560 memory=4600 CPUtime=0.36 cores=0,2,4,6
/proc/18987/task/19002/stat : 19002 (java) S 18984 18987 7084 0 -1 1077944384 448 0 0 0 21 15 0 0 20 0 17 0 160154204 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077790320944 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19117] ppid=18984 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19117/stat : 19117 (java) S 18984 18987 7084 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077787168752 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19118] ppid=18984 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19118/stat : 19118 (java) S 18984 18987 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077786116112 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 2527.83 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8216748 KiB

[startup+718.11 s]
/proc/loadavg: 7.67 6.23 5.06 10/216 19119
/proc/meminfo: memFree=15188680/32770624 swapFree=67108776/67108860
[pid=18987] ppid=18984 vsize=10686560 memory=8216748 CPUtime=2528.23 cores=0,2,4,6
/proc/18987/stat : 18987 (java) S 18984 18987 7084 0 -1 1077944320 618430 0 0 0 251818 1005 0 0 20 0 17 0 160154182 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140722545515184 140078301957879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
/proc/18987/statm: 2671640 2054187 3174 1 0 2661055 0
[pid=18987/tid=18989] ppid=18984 vsize=10686560 memory=8216748 CPUtime=58.28 cores=0,2,4,6
/proc/18987/task/18989/stat : 18989 (java) S 18984 18987 7084 0 -1 1077944384 21585 0 0 0 5809 19 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078306198560 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18990] ppid=18984 vsize=10686560 memory=8216748 CPUtime=605.77 cores=0,2,4,6
/proc/18987/task/18990/stat : 18990 (java) R 18984 18987 7084 0 -1 4202560 104363 0 0 0 60334 243 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078232378328 140078283554939 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18991] ppid=18984 vsize=10686560 memory=8216748 CPUtime=606.1 cores=0,2,4,6
/proc/18987/task/18991/stat : 18991 (java) R 18984 18987 7084 0 -1 4202560 118687 0 0 0 60363 247 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078231325472 140078283554890 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18992] ppid=18984 vsize=10686560 memory=8216748 CPUtime=605.05 cores=0,2,4,6
/proc/18987/task/18992/stat : 18992 (java) R 18984 18987 7084 0 -1 4202560 104341 0 0 0 60252 253 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078230273240 140078286655471 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18993] ppid=18984 vsize=10686560 memory=8216740 CPUtime=607.76 cores=0,2,4,6
/proc/18987/task/18993/stat : 18993 (java) R 18984 18987 7084 0 -1 4202560 130733 0 0 0 60551 225 0 0 20 0 17 0 160154190 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140078229220696 140078286909006 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18994] ppid=18984 vsize=10686560 memory=2460 CPUtime=41.19 cores=0,2,4,6
/proc/18987/task/18994/stat : 18994 (java) S 18984 18987 7084 0 -1 1077944384 117509 0 0 0 4112 7 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077798740320 140078301968085 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18995] ppid=18984 vsize=10686560 memory=8216744 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18995/stat : 18995 (java) S 18984 18987 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077797688288 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18996] ppid=18984 vsize=10686560 memory=281045748939200 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18996/stat : 18996 (java) S 18984 18987 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 160154192 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077796635648 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18997] ppid=18984 vsize=10686560 memory=8215320 CPUtime=0 cores=0,2,4,6
/proc/18987/task/18997/stat : 18997 (java) S 18984 18987 7084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077795583856 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18998] ppid=18984 vsize=10686560 memory=4584 CPUtime=1.72 cores=0,2,4,6
/proc/18987/task/18998/stat : 18998 (java) S 18984 18987 7084 0 -1 1077944384 8679 0 0 0 171 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077794531824 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=18999] ppid=18984 vsize=10686560 memory=164 CPUtime=1.43 cores=0,2,4,6
/proc/18987/task/18999/stat : 18999 (java) S 18984 18987 7084 0 -1 1077944384 6058 0 0 0 142 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077793479280 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19000] ppid=18984 vsize=10686560 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/18987/task/19000/stat : 19000 (java) S 18984 18987 7084 0 -1 1077944384 4443 0 0 0 47 1 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077792426736 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19001] ppid=18984 vsize=10686560 memory=8216740 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19001/stat : 19001 (java) S 18984 18987 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160154195 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077791374432 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19002] ppid=18984 vsize=10686560 memory=2240 CPUtime=0.36 cores=0,2,4,6
/proc/18987/task/19002/stat : 19002 (java) S 18984 18987 7084 0 -1 1077944384 448 0 0 0 21 15 0 0 20 0 17 0 160154204 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077790320944 140078301969026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19117] ppid=18984 vsize=10686560 memory=67240 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19117/stat : 19117 (java) S 18984 18987 7084 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077787168752 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
[pid=18987/tid=19118] ppid=18984 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/18987/task/19118/stat : 19118 (java) S 18984 18987 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 160221443 10943037440 2054187 18446744073709551615 4194304 4196468 140722545532640 140077786116112 140078301968085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32202752 140722545541520 140722545541673 140722545541673 140722545545167 0
Current children cumulated CPU time: 2528.23 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8216748 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 718.166
CPU time (s): 2528.32
CPU user time (s): 2518.23
CPU system time (s): 10.0965
CPU usage (%): 352.053
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8216748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.23
system time used= 10.0965
maximum resident set size= 8217052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 618433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54543
involuntary context switches= 38502


# summary of solver processes directly reported to runsolver:
#   pid: 18987
#   total CPU time (s): 2528.32
#   total CPU user time (s): 2518.23
#   total CPU system time (s): 10.0965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.34949 second user time and 7.00309 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 08:02:29
IDJOB=4263176
IDBENCH=115914
IDSOLVER=2651
FILE ID=node132/4263176-1502605014
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= f0ae775e0a261424aab5dff09c8fa0c4
RANDOM SEED=1870634803

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28674100 kB
MemAvailable:   28883168 kB
Buffers:          218344 kB
Cached:           315220 kB
SwapCached:           84 kB
Active:          3546520 kB
Inactive:         137976 kB
Active(anon):    3096384 kB
Inactive(anon):   104320 kB
Active(file):     450136 kB
Inactive(file):    33656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1744 kB
Writeback:             0 kB
AnonPages:       3150856 kB
Mapped:            76656 kB
Shmem:             49768 kB
Slab:             109136 kB
SReclaimable:      82220 kB
SUnreclaim:        26916 kB
KernelStack:        3600 kB
PageTables:        11724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4853392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2775040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 08:14:27