Trace number 4263080

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? (problem) 1708.01 463.21201

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-23-09.xml
MD5SUMeccc16cbaa217285dad955f7b1421169
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark107
Best CPU time to get the best result obtained on this benchmark3.39169
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints224
Number of domains2
Minimum domain size1
Maximum domain size655
Distribution of domain sizes[{"size":1,"count":1},{"size":655,"count":121}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":23},{"degree":4,"count":18},{"degree":5,"count":68},{"degree":6,"count":11},{"degree":7,"count":2}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":220},{"arity":27,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints220
Distribution of constraint types[{"type":"intension","count":220},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1374.50/375.73	Aug 13, 2017 2:16:23 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1374.50/375.73	INFO: Runtime exception
1374.50/375.73	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1374.50/375.73		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1374.50/375.73		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1374.50/375.73		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1374.50/375.73		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1374.50/375.73		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1374.50/375.73		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1374.50/375.73		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1374.50/375.73		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1374.50/375.73		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1374.50/375.73		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1374.50/375.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1374.50/375.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1374.50/375.73		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1374.50/375.73		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1374.50/375.73		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1374.50/375.73		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1374.50/375.73		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1374.50/375.73		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1374.50/375.73		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1374.50/375.73	Caused by: java.lang.reflect.InvocationTargetException
1374.50/375.73		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.50/375.73		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.50/375.73		at java.lang.reflect.Method.invoke(Method.java:498)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.50/375.73		... 21 more
1374.50/375.73	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1374.50/375.73		... 25 more
1374.50/375.73	Caused by: java.lang.reflect.InvocationTargetException
1374.50/375.73		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1374.50/375.73		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.50/375.73		at java.lang.reflect.Method.invoke(Method.java:498)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1374.50/375.73		... 25 more
1374.50/375.73	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1374.50/375.73		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1374.50/375.73		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.50/375.73		at java.lang.reflect.Method.invoke(Method.java:498)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1374.50/375.73		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.50/375.73		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.50/375.73		at java.lang.reflect.Method.invoke(Method.java:498)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1374.50/375.73		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1374.50/375.73		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1374.50/375.73		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1374.50/375.73		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1374.50/375.73		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1374.50/375.73		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1374.50/375.73		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1374.50/375.73		at org.xcsp.parser.XCallbacks$$Lambda$49/1387228415.accept(Unknown Source)
1374.50/375.73		... 13 more
1374.50/375.73	
1442.63/394.04	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1442.63/394.04	c This is free software under the dual EPL/GNU LGPL licenses.
1442.63/394.04	c See www.sat4j.org for details.
1442.63/394.04	c That software uses the Rhino library from the Mozilla project.
1442.63/394.04	c version CUSTOM.v20170705
1442.63/394.04	c java.runtime.name	Java(TM) SE Runtime Environment
1442.63/394.04	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1442.63/394.04	c java.vm.version	25.131-b11
1442.63/394.04	c java.vm.vendor	Oracle Corporation
1442.63/394.04	c sun.arch.data.model	64
1442.63/394.04	c java.version		1.8.0_131
1442.63/394.04	c os.name		Linux
1442.63/394.04	c os.version		3.10.0-514.16.1.el7.x86_64
1442.63/394.04	c os.arch		amd64
1442.63/394.04	c Free memory 		499604488
1442.63/394.04	c Max memory 		7247757312
1442.63/394.04	c Total memory 		504889344
1442.63/394.04	c Number of processors 	4
1442.63/394.04	c c --- Begin Solver configuration ---
1442.63/394.04	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1442.63/394.04	c Learn all clauses as in MiniSAT
1442.63/394.04	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1442.63/394.04	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1442.63/394.04	c No reason simplification
1442.63/394.04	c Glucose 2.1 dynamic restart strategy
1442.63/394.04	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
1442.63/394.04	c timeout=2147483s
1442.63/394.04	c DB Simplification allowed=false
1442.63/394.04	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1442.63/394.04	c --- End Solver configuration ---
1476.06/403.02	c starts		: 0
1476.06/403.02	c conflicts		: 0
1476.06/403.02	c decisions		: 0
1476.06/403.02	c propagations		: 0
1476.06/403.02	c inspects		: 0
1476.06/403.02	c shortcuts		: 0
1476.06/403.02	c learnt literals	: 0
1476.06/403.02	c learnt binary clauses	: 0
1476.06/403.02	c learnt ternary clauses	: 0
1476.06/403.02	c learnt constraints	: 0
1505.42/410.54	c ignored constraints	: 0
1536.20/418.41	c root simplifications	: 0
1536.20/418.41	c removed literals (reason simplification)	: 0
1536.20/418.41	c reason swapping (by a shorter reason)	: 0
1536.20/418.41	c Calls to reduceDB	: 0
1536.20/418.41	c Number of update (reduction) of LBD	: 0
1536.20/418.41	c Imported unit clauses	: 0
1536.20/418.41	c number of reductions to clauses (during analyze)	: 0
1536.20/418.41	c number of learned constraints concerned by reduction	: 0
1536.20/418.41	c number of learning phase by resolution	: 0
1536.20/418.41	c number of learning phase by cutting planes	: 0
1536.20/418.41	c number of rounding to 1 operations	: 0
1536.20/418.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1536.20/418.41	c number of reductions of the coefficients by power 2 	: 0
1536.20/418.41	c number of right shift for reduction by power 2 	: 0
1536.20/418.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
1536.20/418.41	c speed (assignments/second)	: 0.0
1536.20/418.41	c non guided choices	0
1583.74/430.53	Exception in thread "Thread-1" Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1673.50/453.91		at java.util.jar.Attributes.read(Attributes.java:412)
1673.50/453.91		at java.util.jar.Manifest.read(Manifest.java:199)
1673.50/453.91		at java.util.jar.Manifest.<init>(Manifest.java:69)
1673.50/453.91		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:199)
1673.50/453.91		at java.util.jar.JarFile.getManifest(JarFile.java:180)
1673.50/453.91		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:981)
1673.50/453.91		at java.net.URLClassLoader.defineClass(URLClassLoader.java:450)
1673.50/453.91		at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
1673.50/453.91		at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
1673.50/453.91		at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
1673.50/453.91		at java.security.AccessController.doPrivileged(Native Method)
1673.50/453.91		at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
1673.50/453.91		at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
1673.50/453.91		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
1673.50/453.91		at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1673.50/453.91		at org.sat4j.core.Vec.iterator(Vec.java:494)
1673.50/453.91		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1870)
1673.50/453.91		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2018)
1673.50/453.91		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1673.50/453.91		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1673.50/453.91		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1673.50/453.91		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1673.50/453.91		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1673.50/453.91		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)
1707.90/463.16	java.lang.OutOfMemoryError: GC overhead limit exceeded
1707.90/463.16		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1707.90/463.16		at java.util.Hashtable.keys(Hashtable.java:257)
1707.90/463.16		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1707.90/463.16		at java.util.logging.LogManager.reset(LogManager.java:1327)
1707.90/463.16		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263080-1502627061/watcher-4263080-1502627061 -o /tmp/evaluation-result-4263080-1502627061/solver-4263080-1502627061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263080-1502627061.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
solver pid=26958, runsolver pid=26955
Current StackSize limit: 8192 KiB


[startup+0.100199 s]*
/proc/loadavg: 5.35 5.76 4.82 4/208 26967
/proc/meminfo: memFree=30302140/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10417928 memory=22756 CPUtime=0.05 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 4595 0 0 0 4 1 0 0 20 0 13 0 64901467 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2604482 5689 2400 1 0 2593979 0
[pid=26958/tid=26960] ppid=26955 vsize=10417928 memory=7077796292425249400 CPUtime=0.04 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) R 26955 26958 12560 0 -1 4202560 2926 0 0 0 4 0 0 0 20 0 13 0 64901473 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495965231512 140495961019549 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10417928 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 64901473 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495902034320 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10417928 memory=140686640563840 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 64901473 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495900981520 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 64901473 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495899929232 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10417928 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26955 26958 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 64901473 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495898876432 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 64901475 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495457892976 140495961008770 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 64901475 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495456838944 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 64901475 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495455786608 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 64901478 10667958272 5689 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) R 26955 26958 12560 0 -1 4202560 281 0 0 0 0 0 0 0 20 0 13 0 64901478 10667958272 5754 18446744073709551615 4194304 4196468 140732772468160 140495453669192 140495953234750 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 64901478 10667958272 5754 18446744073709551615 4194304 4196468 140732772468160 140495452628672 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) R 26955 26958 12560 0 -1 4202560 96 0 0 0 0 0 0 0 20 0 13 0 64901478 10667958272 5754 18446744073709551615 4194304 4196468 140732772468160 140495451576608 140495939589712 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 22756 KiB

[startup+0.210252 s]*
/proc/loadavg: 5.16 5.71 4.81 3/214 26973
/proc/meminfo: memFree=30298808/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10552180 memory=30324 CPUtime=0.11 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 6965 0 0 0 9 2 0 0 20 0 15 0 64901467 10805432320 7581 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2638045 7581 2795 1 0 2627517 0
[pid=26958/tid=26960] ppid=26955 vsize=10552180 memory=8316850467074736180 CPUtime=0.08 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) R 26955 26958 12560 0 -1 4202560 4961 0 0 0 7 1 0 0 20 0 15 0 64901473 10805432320 7647 18446744073709551615 4194304 4196468 140732772468160 140495965185968 140495953677341 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10552180 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901473 10805432320 7647 18446744073709551615 4194304 4196468 140732772468160 140495902034320 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10552180 memory=288371062792275584 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901473 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495900981520 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901473 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495899929232 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26955 26958 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64901473 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495898876432 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10552180 memory=140686640563840 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64901475 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495457892976 140495961008770 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64901475 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495456838944 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64901475 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495455786608 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64901478 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26955 26958 12560 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 64901478 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495453681776 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901478 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495452628976 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10552180 memory=140686640563840 CPUtime=0.01 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26955 26958 12560 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 15 0 64901478 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495451576688 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26972] ppid=26955 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64901478 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495450524128 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26973] ppid=26955 vsize=10552180 memory=140686640563840 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901485 10805432320 7713 18446744073709551615 4194304 4196468 140732772468160 140495449471920 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30324 KiB

[startup+0.310395 s]*
/proc/loadavg: 5.16 5.71 4.81 3/214 26973
/proc/meminfo: memFree=30288360/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10551156 memory=37260 CPUtime=0.26 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 8525 0 0 0 24 2 0 0 20 0 15 0 64901467 10804383744 9315 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2637789 9315 2926 1 0 2627261 0
[pid=26958/tid=26960] ppid=26955 vsize=10551156 memory=8316850467074736180 CPUtime=0.18 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) R 26955 26958 12560 0 -1 4202560 6153 0 0 0 16 2 0 0 20 0 15 0 64901473 10804383744 9315 18446744073709551615 4194304 4196468 140732772468160 140495965232720 140495961009558 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10551156 memory=8889 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901473 10804383744 9315 18446744073709551615 4194304 4196468 140732772468160 140495902034320 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10551156 memory=317194098844281472 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901473 10804383744 9315 18446744073709551615 4194304 4196468 140732772468160 140495900981520 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10551156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901473 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495899929232 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26955 26958 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64901473 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495898876432 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10551156 memory=3472468982867982000 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64901475 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495457892976 140495961008770 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10551156 memory=4212118448125207652 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64901475 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495456838944 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10551156 memory=2867664656611125 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64901475 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495455786608 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64901478 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26955 26958 12560 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 15 0 64901478 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495453681776 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26955 26958 12560 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 64901478 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495452628976 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10551156 memory=140686640563840 CPUtime=0.04 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) R 26955 26958 12560 0 -1 4202560 408 0 0 0 4 0 0 0 20 0 15 0 64901478 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495451572368 140495961018970 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26972] ppid=26955 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64901478 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495450524128 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26973] ppid=26955 vsize=10551156 memory=140686640563840 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901485 10804383744 9356 18446744073709551615 4194304 4196468 140732772468160 140495449471920 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37260 KiB

[startup+0.700716 s]
/proc/loadavg: 5.16 5.71 4.81 3/214 26973
/proc/meminfo: memFree=30270468/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10551232 memory=204652 CPUtime=1.21 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 12875 0 0 0 112 9 0 0 20 0 15 0 64901467 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2637808 51163 3068 1 0 2627261 0
[pid=26958/tid=26960] ppid=26955 vsize=10551232 memory=4612 CPUtime=0.53 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) R 26955 26958 12560 0 -1 4202560 7486 0 0 0 49 4 0 0 20 0 15 0 64901473 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495965230640 140495961009558 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10551232 memory=1004 CPUtime=0.01 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) R 26955 26958 12560 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 64901473 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495902034320 140495961007829 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10551232 memory=2016 CPUtime=0.01 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26955 26958 12560 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 64901473 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495900981520 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10551232 memory=22740 CPUtime=0.01 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26955 26958 12560 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 64901473 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495899929232 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10551232 memory=4048 CPUtime=0.02 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26955 26958 12560 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 15 0 64901473 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495898876432 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10551232 memory=644 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64901475 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495457892976 140495961008770 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10551232 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) R 26955 26958 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64901475 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495456838944 140495961007829 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10551232 memory=956 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64901475 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495455786608 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10551232 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64901478 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10551232 memory=2240 CPUtime=0.17 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) R 26955 26958 12560 0 -1 4202560 1677 0 0 0 17 0 0 0 20 0 15 0 64901478 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495453661712 140495944987727 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10551232 memory=4088 CPUtime=0.16 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) R 26955 26958 12560 0 -1 4202560 1097 0 0 0 16 0 0 0 20 0 15 0 64901478 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495452620256 140495944908585 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10551232 memory=1620 CPUtime=0.21 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26955 26958 12560 0 -1 1077944384 1089 0 0 0 21 0 0 0 20 0 15 0 64901478 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495451576688 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26972] ppid=26955 vsize=10551232 memory=920 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64901478 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495450524128 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26973] ppid=26955 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26955 26958 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64901485 10804461568 51163 18446744073709551615 4194304 4196468 140732772468160 140495449471920 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 204652 KiB

[startup+1.50709 s]
/proc/loadavg: 5.16 5.71 4.81 6/214 26973
/proc/meminfo: memFree=30038616/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10551232 memory=545824 CPUtime=3.44 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 16065 0 0 0 306 38 0 0 20 0 15 0 64901467 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2637808 136456 3083 1 0 2627261 0
[pid=26958/tid=26960] ppid=26955 vsize=10551232 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26955 26958 12560 0 -1 1077944384 7568 0 0 0 100 6 0 0 20 0 15 0 64901473 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495965233024 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10551232 memory=37000 CPUtime=0.28 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) R 26955 26958 12560 0 -1 4202560 244 0 0 0 21 7 0 0 20 0 15 0 64901473 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495902034520 140495946025042 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10551232 memory=1292 CPUtime=0.25 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) R 26955 26958 12560 0 -1 4202560 166 0 0 0 18 7 0 0 20 0 15 0 64901473 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495900981408 140495946021321 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10551232 memory=377300 CPUtime=0.28 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) R 26955 26958 12560 0 -1 4202560 303 0 0 0 21 7 0 0 20 0 15 0 64901473 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495899929432 140495946025042 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10551232 memory=288230617509003574 CPUtime=0.27 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) R 26955 26958 12560 0 -1 4202560 155 0 0 0 20 7 0 0 20 0 15 0 64901473 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495898876632 140495946025042 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 64901475 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495457891488 140495961007829 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64901475 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495456838944 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10551232 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64901475 10804461568 136456 18446744073709551615 4194304 4196468 140732772468160 140495455786608 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0

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

/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 73521 0 0 0 2356 4 0 0 20 0 17 0 64901475 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495457891520 140495961007829 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10686560 memory=8150468 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 64901475 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495456839008 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10686560 memory=8150468 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 64901475 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495455786624 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10686560 memory=644 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64901478 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10686560 memory=8150468 CPUtime=0.57 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26955 26958 12560 0 -1 1077944384 3912 0 0 0 57 0 0 0 20 0 17 0 64901478 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495453681824 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10686560 memory=4144 CPUtime=0.57 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26955 26958 12560 0 -1 1077944384 3136 0 0 0 57 0 0 0 20 0 17 0 64901478 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495452629024 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10686560 memory=8150464 CPUtime=0.3 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26955 26958 12560 0 -1 1077944384 3330 0 0 0 30 0 0 0 20 0 17 0 64901478 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495451576448 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26972] ppid=26955 vsize=10686560 memory=8150464 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64901478 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495450524128 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26973] ppid=26955 vsize=10686560 memory=8150468 CPUtime=0.26 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26955 26958 12560 0 -1 1077944384 368 0 0 0 20 6 0 0 20 0 17 0 64901485 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495449471920 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26986] ppid=26955 vsize=10686560 memory=8150468 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26986/stat : 26986 (java) S 26955 26958 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 64939041 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495446318960 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26987] ppid=26955 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26987/stat : 26987 (java) S 26955 26958 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 64939041 10943037440 2037617 18446744073709551615 4194304 4196468 140732772468160 140495445267120 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 1474.99 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150468 KiB

[startup+462.301 s]
/proc/loadavg: 4.53 4.81 4.68 6/211 26990
/proc/meminfo: memFree=22123932/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10686560 memory=8150820 CPUtime=1706.35 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 316148 0 0 0 169821 814 0 0 20 0 16 0 64901467 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2671640 2037705 3152 1 0 2661055 0
[pid=26958/tid=26960] ppid=26955 vsize=10686560 memory=1688 CPUtime=13.89 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26955 26958 12560 0 -1 1077944384 17906 0 0 0 1378 11 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495965238304 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10686560 memory=8150820 CPUtime=416.85 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) R 26955 26958 12560 0 -1 4202560 66810 0 0 0 41478 207 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495902034520 140495945987177 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10686560 memory=8150812 CPUtime=416 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) R 26955 26958 12560 0 -1 4202560 48161 0 0 0 41404 196 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495900981328 140495953625831 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10686560 memory=8150792 CPUtime=417.15 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) R 26955 26958 12560 0 -1 4202560 55162 0 0 0 41526 189 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495899929352 140495953625831 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10686560 memory=8150696 CPUtime=415.52 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26955 26958 12560 0 -1 1077944384 33471 0 0 0 41352 200 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495898876240 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10686560 memory=8150588 CPUtime=25.09 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 82234 0 0 0 2504 5 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495457891520 140495961007829 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10686560 memory=8150792 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495456839008 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10686560 memory=8150820 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495455786624 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10686560 memory=170092 CPUtime=0.57 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26955 26958 12560 0 -1 1077944384 3914 0 0 0 57 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495453681824 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10686560 memory=8150696 CPUtime=0.58 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26955 26958 12560 0 -1 1077944384 3140 0 0 0 58 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495452628736 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10686560 memory=6655300316396806240 CPUtime=0.3 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26955 26958 12560 0 -1 1077944384 3383 0 0 0 30 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495451574192 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26972] ppid=26955 vsize=10686560 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495450524128 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26973] ppid=26955 vsize=10686560 memory=4144 CPUtime=0.3 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26955 26958 12560 0 -1 1077944384 395 0 0 0 24 6 0 0 20 0 16 0 64901485 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495449471920 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26987] ppid=26955 vsize=10686560 memory=37000 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26987/stat : 26987 (java) S 26955 26958 12560 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 64939041 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495445266336 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 1706.35 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150820 KiB

[startup+463.212 s]
# the end of solver process 26958 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1699.82 s, system=8.18708 s

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

[startup+462.401 s]
/proc/loadavg: 4.53 4.81 4.68 6/211 26990
/proc/meminfo: memFree=22123932/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10686560 memory=8150820 CPUtime=1706.73 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 316185 0 0 0 169859 814 0 0 20 0 16 0 64901467 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2671640 2037705 3152 1 0 2661055 0
[pid=26958/tid=26960] ppid=26955 vsize=10686560 memory=2384 CPUtime=13.89 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26955 26958 12560 0 -1 1077944384 17906 0 0 0 1378 11 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495965238304 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10686560 memory=8150820 CPUtime=416.95 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) R 26955 26958 12560 0 -1 4202560 66847 0 0 0 41488 207 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495902034520 140495945994033 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10686560 memory=8150820 CPUtime=416.1 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) R 26955 26958 12560 0 -1 4202560 48161 0 0 0 41414 196 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495900981328 140495953625831 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10686560 memory=796 CPUtime=417.24 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) R 26955 26958 12560 0 -1 4202560 55162 0 0 0 41535 189 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495899929040 140495953625831 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10686560 memory=1228 CPUtime=415.62 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) R 26955 26958 12560 0 -1 4202560 33471 0 0 0 41362 200 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495898876240 140495953625831 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10686560 memory=1412 CPUtime=25.09 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26955 26958 12560 0 -1 1077944384 82234 0 0 0 2504 5 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495457891520 140495961007829 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495456839008 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10686560 memory=22740 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495455786624 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10686560 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10686560 memory=644 CPUtime=0.57 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26955 26958 12560 0 -1 1077944384 3914 0 0 0 57 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495453681824 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10686560 memory=-8774313645642428999 CPUtime=0.58 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26955 26958 12560 0 -1 1077944384 3140 0 0 0 58 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495452628736 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10686560 memory=1156 CPUtime=0.3 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26955 26958 12560 0 -1 1077944384 3383 0 0 0 30 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495451574192 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26972] ppid=26955 vsize=10686560 memory=3192 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495450524128 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26973] ppid=26955 vsize=10686560 memory=8150820 CPUtime=0.3 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26955 26958 12560 0 -1 1077944384 395 0 0 0 24 6 0 0 20 0 16 0 64901485 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495449471920 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26987] ppid=26955 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26987/stat : 26987 (java) S 26955 26958 12560 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 64939041 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495445266336 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 1706.73 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150820 KiB

[startup+462.801 s]
/proc/loadavg: 4.53 4.81 4.68 6/211 26990
/proc/meminfo: memFree=22123932/32770624 swapFree=67105588/67108860
[pid=26958] ppid=26955 vsize=10686560 memory=8150820 CPUtime=1707.59 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26955 26958 12560 0 -1 1077944320 316253 0 0 0 169945 814 0 0 20 0 16 0 64901467 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140732772450704 140495960997623 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
/proc/26958/statm: 2671640 2037705 3152 1 0 2661055 0
[pid=26958/tid=26960] ppid=26955 vsize=10686560 memory=37000 CPUtime=13.89 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26955 26958 12560 0 -1 1077944384 17906 0 0 0 1378 11 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495965238304 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26961] ppid=26955 vsize=10686560 memory=1292 CPUtime=417.11 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26955 26958 12560 0 -1 1077944384 66915 0 0 0 41504 207 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495902034320 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26962] ppid=26955 vsize=10686560 memory=8149964 CPUtime=416.25 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26955 26958 12560 0 -1 1077944384 48161 0 0 0 41429 196 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495900981520 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26963] ppid=26955 vsize=10686560 memory=-8774313645642428999 CPUtime=417.4 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26955 26958 12560 0 -1 1077944384 55162 0 0 0 41551 189 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495899929232 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26964] ppid=26955 vsize=10686560 memory=832 CPUtime=415.78 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26955 26958 12560 0 -1 1077944384 33471 0 0 0 41377 201 0 0 20 0 16 0 64901473 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495898876432 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26965] ppid=26955 vsize=10686560 memory=16448 CPUtime=25.33 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) R 26955 26958 12560 0 -1 4202560 82234 0 0 0 2528 5 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495457891520 140495945994033 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26966] ppid=26955 vsize=10686560 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26955 26958 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495456839008 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26967] ppid=26955 vsize=10686560 memory=3548 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26955 26958 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64901475 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495455786624 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26968] ppid=26955 vsize=10686560 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495454734928 140495961016219 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26969] ppid=26955 vsize=10686560 memory=6944656592455359580 CPUtime=0.57 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26955 26958 12560 0 -1 1077944384 3914 0 0 0 57 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495453681824 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26970] ppid=26955 vsize=10686560 memory=6944656592455097440 CPUtime=0.58 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26955 26958 12560 0 -1 1077944384 3140 0 0 0 58 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495452628736 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26971] ppid=26955 vsize=10686560 memory=281372971846592 CPUtime=0.3 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26955 26958 12560 0 -1 1077944384 3383 0 0 0 30 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495451574192 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26972] ppid=26955 vsize=10686560 memory=7233736994252652628 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26955 26958 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64901478 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495450524128 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26973] ppid=26955 vsize=10686560 memory=7233736994252652628 CPUtime=0.3 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26955 26958 12560 0 -1 1077944384 395 0 0 0 24 6 0 0 20 0 16 0 64901485 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495449471920 140495961008770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
[pid=26958/tid=26987] ppid=26955 vsize=10686560 memory=288291082108945548 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26987/stat : 26987 (java) S 26955 26958 12560 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 64939041 10943037440 2037705 18446744073709551615 4194304 4196468 140732772468160 140495445266336 140495961007829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14393344 140732772475280 140732772475433 140732772475433 140732772478927 0
Current children cumulated CPU time: 1707.59 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150820 KiB

[startup+463.203 s]*
/proc/loadavg: 4.53 4.81 4.68 3/197 26990
/proc/meminfo: memFree=30274908/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 463.212
CPU time (s): 1708.01
CPU user time (s): 1699.82
CPU system time (s): 8.18708
CPU usage (%): 368.731
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8150820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1699.82
system time used= 8.18708
maximum resident set size= 8150952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31426
involuntary context switches= 16485


# summary of solver processes directly reported to runsolver:
#   pid: 26958
#   total CPU time (s): 1708.01
#   total CPU user time (s): 1699.82
#   total CPU system time (s): 8.18708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.81312 second user time and 4.52427 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 14:10:19
IDJOB=4263080
IDBENCH=129546
IDSOLVER=2651
FILE ID=node126/4263080-1502627061
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-23-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263080-1502627061/watcher-4263080-1502627061 -o /tmp/evaluation-result-4263080-1502627061/solver-4263080-1502627061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263080-1502627061.xml

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

MD5SUM BENCH= eccc16cbaa217285dad955f7b1421169
RANDOM SEED=969953645

node126.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.81
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.81
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.81
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.81
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:        30314052 kB
MemAvailable:   30561276 kB
Buffers:          262672 kB
Cached:           254492 kB
SwapCached:          524 kB
Active:          1824836 kB
Inactive:         151504 kB
Active(anon):    1406744 kB
Inactive(anon):    85544 kB
Active(file):     418092 kB
Inactive(file):    65960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:       1458104 kB
Mapped:            59048 kB
Shmem:             33440 kB
Slab:             183964 kB
SReclaimable:     158016 kB
SUnreclaim:        25948 kB
KernelStack:        3568 kB
PageTables:         8428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3175184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1228800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 14:18:02