Trace number 4263701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1482.71 403.01999

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
Optimization problemNO
Type of objective

Solver Data

1395.90/379.71	Aug 13, 2017 4:42:08 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1395.90/379.71	INFO: Runtime exception
1395.90/379.71	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1395.90/379.71		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1395.90/379.71		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1395.90/379.71		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1395.90/379.71		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1395.90/379.71		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1395.90/379.71		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1395.90/379.71		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1395.90/379.71		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1395.90/379.71		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1395.90/379.71		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1395.90/379.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1395.90/379.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1395.90/379.71		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1395.90/379.71		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1395.90/379.71		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1395.90/379.71		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1395.90/379.71		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1395.90/379.71		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1395.90/379.71		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1395.90/379.71	Caused by: java.lang.reflect.InvocationTargetException
1395.90/379.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1395.90/379.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1395.90/379.71		at java.lang.reflect.Method.invoke(Method.java:498)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1395.90/379.71		... 21 more
1395.90/379.71	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1395.90/379.71		... 25 more
1395.90/379.71	Caused by: java.lang.reflect.InvocationTargetException
1395.90/379.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1395.90/379.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1395.90/379.71		at java.lang.reflect.Method.invoke(Method.java:498)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1395.90/379.71		... 26 more
1395.90/379.71	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1395.90/379.71		... 30 more
1395.90/379.71	Caused by: java.lang.reflect.InvocationTargetException
1395.90/379.71		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1395.90/379.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1395.90/379.71		at java.lang.reflect.Method.invoke(Method.java:498)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1395.90/379.71		... 30 more
1395.90/379.71	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1395.90/379.71		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1395.90/379.71		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1395.90/379.71		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1395.90/379.71		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1395.90/379.71		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1395.90/379.71		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1395.90/379.71		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1395.90/379.71		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1395.90/379.71		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1395.90/379.71		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1395.90/379.71		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1395.90/379.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1395.90/379.71		at java.lang.reflect.Method.invoke(Method.java:498)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1395.90/379.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1395.90/379.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1395.90/379.71		at java.lang.reflect.Method.invoke(Method.java:498)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1395.90/379.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1395.90/379.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1395.90/379.71		at java.lang.reflect.Method.invoke(Method.java:498)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1395.90/379.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1395.90/379.71		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1395.90/379.71		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1395.90/379.71		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1395.90/379.71		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1395.90/379.71		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1395.90/379.71	
1482.59/402.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1482.59/402.90	c This is free software under the dual EPL/GNU LGPL licenses.
1482.59/402.90	c See www.sat4j.org for details.
1482.59/402.90	c That software uses the Rhino library from the Mozilla project.
1482.59/402.90	c version CUSTOM.v20170705
1482.59/402.90	c java.runtime.name	Java(TM) SE Runtime Environment
1482.59/402.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1482.59/402.90	c java.vm.version	25.131-b11
1482.59/402.90	c java.vm.vendor	Oracle Corporation
1482.59/402.90	c sun.arch.data.model	64
1482.59/402.90	c java.version		1.8.0_131
1482.59/402.90	c os.name		Linux
1482.59/402.90	c os.version		3.10.0-514.16.1.el7.x86_64
1482.59/402.90	c os.arch		amd64
1482.59/402.90	c Free memory 		499604488
1482.59/402.90	c Max memory 		7247757312
1482.59/402.90	c Total memory 		504889344
1482.59/402.90	c Number of processors 	4
1482.59/402.90	c c --- Begin Solver configuration ---
1482.59/402.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1482.59/402.90	c Learn all clauses as in MiniSAT
1482.59/402.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1482.59/402.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1482.59/402.90	c No reason simplification
1482.59/402.90	c Glucose 2.1 dynamic restart strategy
1482.59/402.90	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
1482.59/402.90	c timeout=2147483s
1482.59/402.90	c DB Simplification allowed=false
1482.59/402.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1482.59/402.90	c --- End Solver configuration ---
1482.59/402.90	c starts		: 0
1482.59/402.90	c conflicts		: 0
1482.59/402.90	c decisions		: 0
1482.59/402.90	c propagations		: 0
1482.59/402.90	c inspects		: 0
1482.59/402.90	c shortcuts		: 0
1482.59/402.90	c learnt literals	: 0
1482.59/402.90	c learnt binary clauses	: 0
1482.59/402.90	c learnt ternary clauses	: 0
1482.59/402.90	c learnt constraints	: 0
1482.59/402.90	c ignored constraints	: 0
1482.59/402.90	c root simplifications	: 0
1482.59/402.90	c removed literals (reason simplification)	: 0
1482.59/402.90	c reason swapping (by a shorter reason)	: 0
1482.59/402.90	c Calls to reduceDB	: 0
1482.59/402.90	c Number of update (reduction) of LBD	: 0
1482.59/402.90	c Imported unit clauses	: 0
1482.59/402.90	c number of reductions to clauses (during analyze)	: 0
1482.59/402.90	c number of learned constraints concerned by reduction	: 0
1482.59/402.90	c number of learning phase by resolution	: 0
1482.59/402.90	c number of learning phase by cutting planes	: 0
1482.59/402.90	c number of rounding to 1 operations	: 0
1482.59/402.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1482.59/402.90	c number of reductions of the coefficients by power 2 	: 0
1482.59/402.90	c number of right shift for reduction by power 2 	: 0
1482.59/402.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
1482.59/402.90	c speed (assignments/second)	: 0.0
1482.59/402.90	c non guided choices	0
1482.59/402.90	c learnt constraints type 
1482.59/402.90	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14966 MiB free)
  memory of node 1: 16384 MiB (15571 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263701-1502635790/watcher-4263701-1502635790 -o /tmp/evaluation-result-4263701-1502635790/solver-4263701-1502635790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263701-1502635790.xml 

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

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=28626, runsolver pid=28623

[startup+0.100322 s]*
/proc/loadavg: 2.00 2.89 3.89 3/198 28629
/proc/meminfo: memFree=31265084/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=9936560 memory=18532 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 3415 0 0 0 0 0 0 0 20 0 6 0 65774438 10175037440 4633 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2484140 4633 1921 1 0 2473637 0
[pid=28626/tid=28628] ppid=28623 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) R 28623 28626 12560 0 -1 4202560 2110 0 0 0 0 0 0 0 20 0 6 0 65774447 10175037440 4633 18446744073709551615 4194304 4196468 140720321354976 139673301353040 139673297138845 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65774448 10175037440 4633 18446744073709551615 4194304 4196468 140720321354976 139673227537296 139673297127125 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=9936560 memory=139981842531968 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65774448 10175037440 4633 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673297127125 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65774448 10175037440 4633 18446744073709551615 4194304 4196468 140720321354976 139673225432208 139673297127125 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65774448 10175037440 4633 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673297127125 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18532 KiB

[startup+0.20977 s]*
/proc/loadavg: 2.00 2.89 3.89 3/210 28641
/proc/meminfo: memFree=31254948/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=10553140 memory=28152 CPUtime=0.11 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 5487 0 0 0 10 1 0 0 20 0 15 0 65774438 10806415360 7038 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2638285 7038 2788 1 0 2627757 0
[pid=28626/tid=28628] ppid=28623 vsize=10553140 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) R 28623 28626 12560 0 -1 4202560 3489 0 0 0 7 0 0 0 20 0 15 0 65774447 10806415360 7104 18446744073709551615 4194304 4196468 140720321354976 139673301305264 139673289427851 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=10553140 memory=328 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774448 10806415360 7104 18446744073709551615 4194304 4196468 140720321354976 139673227537296 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=10553140 memory=288370357994243712 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774448 10806415360 7170 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774448 10806415360 7170 18446744073709551615 4194304 4196468 140720321354976 139673225432208 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774448 10806415360 7170 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28633] ppid=28623 vsize=10553140 memory=139981842531968 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28633/stat : 28633 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774449 10806415360 7170 18446744073709551615 4194304 4196468 140720321354976 139672537786480 139673297128066 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28634] ppid=28623 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65774450 10806415360 7170 18446744073709551615 4194304 4196468 140720321354976 139672536732448 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65774450 10806415360 7170 18446744073709551615 4194304 4196468 140720321354976 139672535680112 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10808082432 7170 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) S 28623 28626 12560 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 65774452 10808082432 7170 18446744073709551615 4194304 4196468 140720321354976 139672533576304 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10808082432 7170 18446744073709551615 4194304 4196468 140720321354976 139672532523504 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10554768 memory=139981842531968 CPUtime=0.01 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) S 28623 28626 12560 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 65774452 10808082432 7170 18446744073709551615 4194304 4196468 140720321354976 139672531471216 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10808082432 7170 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10554768 memory=139981842531968 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774456 10808082432 7170 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10553140 KiB
Current children cumulated memory: 28152 KiB

[startup+0.310121 s]*
/proc/loadavg: 2.00 2.89 3.89 3/210 28641
/proc/meminfo: memFree=31243680/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=10551156 memory=36868 CPUtime=0.26 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 8539 0 0 0 24 2 0 0 20 0 15 0 65774438 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2637789 9217 2866 1 0 2627261 0
[pid=28626/tid=28628] ppid=28623 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) R 28623 28626 12560 0 -1 4202560 6118 0 0 0 16 1 0 0 20 0 15 0 65774447 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139673301353392 139673297128854 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774448 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139673227537296 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774448 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774448 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139673225432208 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774448 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28633] ppid=28623 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28633/stat : 28633 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774449 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672537786480 139673297128066 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28634] ppid=28623 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65774450 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672536732448 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65774450 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672535680112 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) S 28623 28626 12560 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 15 0 65774452 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672533576304 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) S 28623 28626 12560 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 15 0 65774452 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672532523504 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) R 28623 28626 12560 0 -1 4202560 420 0 0 0 4 0 0 0 20 0 15 0 65774452 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672531471216 139673276054017 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10551156 memory=139981842531968 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774456 10804383744 9217 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36868 KiB

[startup+0.702857 s]
/proc/loadavg: 2.00 2.89 3.89 6/210 28641
/proc/meminfo: memFree=31222260/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=10551232 memory=104512 CPUtime=1.54 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 12691 0 0 0 150 4 0 0 20 0 15 0 65774438 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2637808 26128 3059 1 0 2627261 0
[pid=28626/tid=28628] ppid=28623 vsize=10551232 memory=53 CPUtime=0.55 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) R 28623 28626 12560 0 -1 4202560 7301 0 0 0 53 2 0 0 20 0 15 0 65774447 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139673301351064 139672893207514 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=10551232 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774448 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139673227537296 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=10551232 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774448 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) S 28623 28626 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65774448 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139673225432208 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774448 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28633] ppid=28623 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28633/stat : 28633 (java) S 28623 28626 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65774449 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672537786480 139673297128066 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28634] ppid=28623 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65774450 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672536732448 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10551232 memory=279963416745616 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65774450 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672535680112 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10551232 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) R 28623 28626 12560 0 -1 4202560 1502 0 0 0 36 0 0 0 20 0 15 0 65774452 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672533564176 139673282242309 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10551232 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) R 28623 28626 12560 0 -1 4202560 1164 0 0 0 36 0 0 0 20 0 15 0 65774452 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672532509528 139673282046389 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) S 28623 28626 12560 0 -1 1077944384 1352 0 0 0 23 0 0 0 20 0 15 0 65774452 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672531471216 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65774456 10804461568 26128 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 104512 KiB

[startup+1.50085 s]
/proc/loadavg: 2.00 2.89 3.89 6/210 28641
/proc/meminfo: memFree=31064196/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=10551232 memory=735712 CPUtime=3.54 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 15494 0 0 0 319 35 0 0 20 0 15 0 65774438 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2637808 183928 3098 1 0 2627261 0
[pid=28626/tid=28628] ppid=28623 vsize=10551232 memory=-8774313645642428999 CPUtime=1.12 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) S 28623 28626 12560 0 -1 1077944384 7841 0 0 0 103 9 0 0 20 0 15 0 65774447 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139673301354912 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=10551232 memory=7674596115929182250 CPUtime=0.22 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) R 28623 28626 12560 0 -1 4202560 209 0 0 0 16 6 0 0 20 0 15 0 65774448 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139673227537184 139673282157878 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=10551232 memory=4638778398333030736 CPUtime=0.21 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) R 28623 28626 12560 0 -1 4202560 490 0 0 0 15 6 0 0 20 0 15 0 65774448 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673282161005 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=10551232 memory=2984339746955739232 CPUtime=0.21 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) R 28623 28626 12560 0 -1 4202560 337 0 0 0 16 5 0 0 20 0 15 0 65774448 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139673225432408 139673282161005 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=10551232 memory=6935649255793123392 CPUtime=0.21 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) R 28623 28626 12560 0 -1 4202560 488 0 0 0 16 5 0 0 20 0 15 0 65774448 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673282144338 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28633] ppid=28623 vsize=10551232 memory=-9123011406873206402 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28633/stat : 28633 (java) S 28623 28626 12560 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 65774449 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672537784992 139673297127125 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28634] ppid=28623 vsize=10551232 memory=4346044353833085232 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 65774450 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672536732448 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10551232 memory=-8253362664916754368 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65774450 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672535680112 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10551232 memory=-3395018516357611608 CPUtime=0.59 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) S 28623 28626 12560 0 -1 1077944384 1553 0 0 0 59 0 0 0 20 0 15 0 65774452 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672533576304 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10551232 memory=-7522837583129502606 CPUtime=0.6 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) S 28623 28626 12560 0 -1 1077944384 1241 0 0 0 60 0 0 0 20 0 15 0 65774452 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672532523504 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10551232 memory=1399101730491701635 CPUtime=0.3 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) S 28623 28626 12560 0 -1 1077944384 1471 0 0 0 30 0 0 0 20 0 15 0 65774452 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672531471216 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10551232 memory=1399101730491701635 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10551232 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774456 10804461568 183928 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 10551232 KiB

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

/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 65774450 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672536732512 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10551232 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 65774450 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672535680128 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10551232 memory=8285552 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10551232 memory=8285552 CPUtime=0.87 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) S 28623 28626 12560 0 -1 1077944384 2764 0 0 0 86 1 0 0 20 0 15 0 65774452 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672533576304 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10551232 memory=4144 CPUtime=0.98 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) S 28623 28626 12560 0 -1 1077944384 3458 0 0 0 97 1 0 0 20 0 15 0 65774452 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672532523504 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10551232 memory=37436 CPUtime=0.36 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) S 28623 28626 12560 0 -1 1077944384 3670 0 0 0 36 0 0 0 20 0 15 0 65774452 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672531471216 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10551232 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65774452 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10551232 memory=8285552 CPUtime=0.22 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 810 0 0 0 11 11 0 0 20 0 15 0 65774456 10804461568 2071396 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 1253.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8285584 KiB

[startup+402.301 s]
/proc/loadavg: 5.00 4.28 4.16 5/213 28670
/proc/meminfo: memFree=22974968/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=10686560 memory=8286644 CPUtime=1481.99 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 3261412 0 0 0 147344 855 0 0 20 0 17 0 65774438 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2671640 2071661 3169 1 0 2661055 0
[pid=28626/tid=28628] ppid=28623 vsize=10686560 memory=8286640 CPUtime=15.75 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) S 28623 28626 12560 0 -1 1077944384 22610 0 0 0 1544 31 0 0 20 0 17 0 65774447 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673301357600 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=10686560 memory=8286640 CPUtime=362.62 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) S 28623 28626 12560 0 -1 1077944384 1090452 0 0 0 36055 207 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673227537296 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=10686560 memory=8285544 CPUtime=360.8 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) S 28623 28626 12560 0 -1 1077944384 685371 0 0 0 35880 200 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=10686560 memory=8285584 CPUtime=360.67 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) S 28623 28626 12560 0 -1 1077944384 587852 0 0 0 35866 201 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673225432208 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=10686560 memory=8285588 CPUtime=360.29 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) S 28623 28626 12560 0 -1 1077944384 792192 0 0 0 35828 201 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28633] ppid=28623 vsize=10686560 memory=8285588 CPUtime=19.27 cores=1,3,5,7
/proc/28626/task/28633/stat : 28633 (java) R 28623 28626 12560 0 -1 4202560 69879 0 0 0 1923 4 0 0 20 0 17 0 65774449 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672537785024 139673281574539 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28634] ppid=28623 vsize=10686560 memory=8286484 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 65774450 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672536732512 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 65774450 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672535679600 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0.88 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) S 28623 28626 12560 0 -1 1077944384 3007 0 0 0 87 1 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672533576352 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0.99 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) S 28623 28626 12560 0 -1 1077944384 3754 0 0 0 98 1 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672532523552 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10686560 memory=8286484 CPUtime=0.37 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) S 28623 28626 12560 0 -1 1077944384 3873 0 0 0 37 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672531470976 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0.25 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 847 0 0 0 12 13 0 0 20 0 17 0 65774456 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28669] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28669/stat : 28669 (java) S 28623 28626 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 65812410 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672526212144 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28670] ppid=28623 vsize=10686560 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28670/stat : 28670 (java) S 28623 28626 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 65812410 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672525159968 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 1481.99 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8286644 KiB

[startup+403.02 s]
# the end of solver process 28626 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1474.05 s, system=8.66051 s

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

[startup+402.401 s]
/proc/loadavg: 5.00 4.28 4.16 5/213 28670
/proc/meminfo: memFree=22974968/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=10686560 memory=8286644 CPUtime=1482.09 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 3261412 0 0 0 147354 855 0 0 20 0 17 0 65774438 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2671640 2071661 3169 1 0 2661055 0
[pid=28626/tid=28628] ppid=28623 vsize=10686560 memory=37436 CPUtime=15.75 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) S 28623 28626 12560 0 -1 1077944384 22610 0 0 0 1544 31 0 0 20 0 17 0 65774447 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673301357600 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=10686560 memory=-8774313645642428999 CPUtime=362.62 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) S 28623 28626 12560 0 -1 1077944384 1090452 0 0 0 36055 207 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673227537296 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=10686560 memory=8286640 CPUtime=360.8 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) S 28623 28626 12560 0 -1 1077944384 685371 0 0 0 35880 200 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=10686560 memory=-8774313645642428999 CPUtime=360.67 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) S 28623 28626 12560 0 -1 1077944384 587852 0 0 0 35866 201 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673225432208 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=10686560 memory=5808 CPUtime=360.29 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) S 28623 28626 12560 0 -1 1077944384 792192 0 0 0 35828 201 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28633] ppid=28623 vsize=10686560 memory=4612 CPUtime=19.37 cores=1,3,5,7
/proc/28626/task/28633/stat : 28633 (java) R 28623 28626 12560 0 -1 4202560 69879 0 0 0 1933 4 0 0 20 0 17 0 65774449 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672537785024 139673282113323 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28634] ppid=28623 vsize=10686560 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 65774450 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672536732512 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10686560 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 65774450 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672535679600 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10686560 memory=-8774313645642428999 CPUtime=0.88 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) S 28623 28626 12560 0 -1 1077944384 3007 0 0 0 87 1 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672533576352 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10686560 memory=288230617509003574 CPUtime=0.99 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) S 28623 28626 12560 0 -1 1077944384 3754 0 0 0 98 1 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672532523552 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10686560 memory=15254835616287083 CPUtime=0.37 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) S 28623 28626 12560 0 -1 1077944384 3873 0 0 0 37 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672531470976 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10686560 memory=14260 CPUtime=0.25 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 847 0 0 0 12 13 0 0 20 0 17 0 65774456 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28669] ppid=28623 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28669/stat : 28669 (java) S 28623 28626 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 65812410 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672526212144 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28670] ppid=28623 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28670/stat : 28670 (java) S 28623 28626 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 65812410 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672525159968 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 1482.09 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8286644 KiB

[startup+402.801 s]
/proc/loadavg: 5.00 4.28 4.16 5/213 28670
/proc/meminfo: memFree=22974968/32770624 swapFree=67105588/67108860
[pid=28626] ppid=28623 vsize=10686560 memory=8286644 CPUtime=1482.49 cores=1,3,5,7
/proc/28626/stat : 28626 (java) S 28623 28626 12560 0 -1 1077944320 3261412 0 0 0 147394 855 0 0 20 0 17 0 65774438 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 140720321337520 139673297116919 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
/proc/28626/statm: 2671640 2071661 3169 1 0 2661055 0
[pid=28626/tid=28628] ppid=28623 vsize=10686560 memory=288230617509003574 CPUtime=15.75 cores=1,3,5,7
/proc/28626/task/28628/stat : 28628 (java) S 28623 28626 12560 0 -1 1077944384 22610 0 0 0 1544 31 0 0 20 0 17 0 65774447 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673301357600 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28629] ppid=28623 vsize=10686560 memory=15254835616287083 CPUtime=362.62 cores=1,3,5,7
/proc/28626/task/28629/stat : 28629 (java) S 28623 28626 12560 0 -1 1077944384 1090452 0 0 0 36055 207 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673227537296 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28630] ppid=28623 vsize=10686560 memory=15254835616287083 CPUtime=360.8 cores=1,3,5,7
/proc/28626/task/28630/stat : 28630 (java) S 28623 28626 12560 0 -1 1077944384 685371 0 0 0 35880 200 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673226484496 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28631] ppid=28623 vsize=10686560 memory=8285588 CPUtime=360.67 cores=1,3,5,7
/proc/28626/task/28631/stat : 28631 (java) S 28623 28626 12560 0 -1 1077944384 587852 0 0 0 35866 201 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673225432208 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28632] ppid=28623 vsize=10686560 memory=8286640 CPUtime=360.29 cores=1,3,5,7
/proc/28626/task/28632/stat : 28632 (java) S 28623 28626 12560 0 -1 1077944384 792192 0 0 0 35828 201 0 0 20 0 17 0 65774448 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139673224379408 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28633] ppid=28623 vsize=10686560 memory=8286640 CPUtime=19.77 cores=1,3,5,7
/proc/28626/task/28633/stat : 28633 (java) R 28623 28626 12560 0 -1 4202560 69879 0 0 0 1973 4 0 0 20 0 17 0 65774449 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672537785024 139673281574539 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28634] ppid=28623 vsize=10686560 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28634/stat : 28634 (java) S 28623 28626 12560 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 65774450 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672536732512 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28635] ppid=28623 vsize=10686560 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28635/stat : 28635 (java) S 28623 28626 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 65774450 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672535679600 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28636] ppid=28623 vsize=10686560 memory=3552 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28636/stat : 28636 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672534628432 139673297135515 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28637] ppid=28623 vsize=10686560 memory=3056 CPUtime=0.88 cores=1,3,5,7
/proc/28626/task/28637/stat : 28637 (java) S 28623 28626 12560 0 -1 1077944384 3007 0 0 0 87 1 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672533576352 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28638] ppid=28623 vsize=10686560 memory=4068 CPUtime=0.99 cores=1,3,5,7
/proc/28626/task/28638/stat : 28638 (java) S 28623 28626 12560 0 -1 1077944384 3754 0 0 0 98 1 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672532523552 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28639] ppid=28623 vsize=10686560 memory=1152 CPUtime=0.37 cores=1,3,5,7
/proc/28626/task/28639/stat : 28639 (java) S 28623 28626 12560 0 -1 1077944384 3873 0 0 0 37 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672531470976 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28640] ppid=28623 vsize=10686560 memory=3204 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28640/stat : 28640 (java) S 28623 28626 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65774452 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672530418656 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28641] ppid=28623 vsize=10686560 memory=8286640 CPUtime=0.25 cores=1,3,5,7
/proc/28626/task/28641/stat : 28641 (java) S 28623 28626 12560 0 -1 1077944384 847 0 0 0 12 13 0 0 20 0 17 0 65774456 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672529365424 139673297128066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28669] ppid=28623 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28669/stat : 28669 (java) S 28623 28626 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 65812410 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672526212144 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
[pid=28626/tid=28670] ppid=28623 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28626/task/28670/stat : 28670 (java) S 28623 28626 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 65812410 10943037440 2071661 18446744073709551615 4194304 4196468 140720321354976 139672525159968 139673297127125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6750208 140720321360272 140720321360425 140720321360425 140720321363919 0
Current children cumulated CPU time: 1482.49 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8286644 KiB

[startup+403.001 s]*
/proc/loadavg: 5.00 4.29 4.16 3/198 28670
/proc/meminfo: memFree=27250004/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): 403.02
CPU time (s): 1482.71
CPU user time (s): 1474.05
CPU system time (s): 8.66051
CPU usage (%): 367.901
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8286644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1474.05
system time used= 8.66051
maximum resident set size= 8286816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3263820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30866
involuntary context switches= 15013


# summary of solver processes directly reported to runsolver:
#   pid: 28626
#   total CPU time (s): 1482.71
#   total CPU user time (s): 1474.05
#   total CPU system time (s): 8.66051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.20641 second user time and 4.19748 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 16:35:49
IDJOB=4263701
IDBENCH=138698
IDSOLVER=2651
FILE ID=node126/4263701-1502635790
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263701-1502635790/watcher-4263701-1502635790 -o /tmp/evaluation-result-4263701-1502635790/solver-4263701-1502635790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263701-1502635790.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=1993730523

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:        31270016 kB
MemAvailable:   31526624 kB
Buffers:          266428 kB
Cached:           260908 kB
SwapCached:          524 kB
Active:           864028 kB
Inactive:         159884 kB
Active(anon):     444588 kB
Inactive(anon):    85544 kB
Active(file):     419440 kB
Inactive(file):    74340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2748 kB
Writeback:             4 kB
AnonPages:        496332 kB
Mapped:            58056 kB
Shmem:             33440 kB
Slab:             183000 kB
SReclaimable:     157324 kB
SUnreclaim:        25676 kB
KernelStack:        3424 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1551344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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 16:42:32