Trace number 4263777

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? 1569.21 422.87

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
Bench CategoryCOP (optimization 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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263777-1502595321/watcher-4263777-1502595321 -o /tmp/evaluation-result-4263777-1502595321/solver-4263777-1502595321 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263777-1502595321.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=13103, runsolver pid=13100


[startup+0.100135 s]*
/proc/loadavg: 3.97 4.67 5.57 3/202 13104
/proc/meminfo: memFree=28898752/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=9934352 memory=10736 CPUtime=0 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 2541 0 0 0 0 0 0 0 20 0 6 0 13414809 10172776448 2684 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2483588 2684 1223 1 0 2473558 0
[pid=13103/tid=13105] ppid=13100 vsize=9934352 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) R 13100 13103 7968 0 -1 4202560 1236 0 0 0 0 0 0 0 20 0 6 0 13414819 10172776448 2684 18446744073709551615 4194304 4196468 140735390963504 139941776418920 139941758078272 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13414820 10172776448 2750 18446744073709551615 4194304 4196468 140735390963504 139941713213712 139941772187349 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=9934352 memory=140620037957248 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13414820 10172776448 2750 18446744073709551615 4194304 4196468 140735390963504 139941382056336 139941772187349 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 13414820 10172776448 2750 18446744073709551615 4194304 4196468 140735390963504 139941381003792 139941772187349 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 13414820 10172776448 2750 18446744073709551615 4194304 4196468 140735390963504 139941379951248 139941772187349 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 10736 KiB

[startup+0.210112 s]*
/proc/loadavg: 3.97 4.67 5.57 3/216 13118
/proc/meminfo: memFree=28885492/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=10551156 memory=26692 CPUtime=0.08 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 5166 0 0 0 7 1 0 0 20 0 15 0 13414809 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2637789 6673 2739 1 0 2627261 0
[pid=13103/tid=13105] ppid=13100 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) R 13100 13103 7968 0 -1 4202560 3134 0 0 0 6 0 0 0 20 0 15 0 13414819 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941776407888 139941772199069 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=10551156 memory=11909 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941713213712 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=10551156 memory=140620037965538 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941382056336 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941381003792 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941379951248 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10551156 memory=140620037957248 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13414821 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941268683248 139941772188290 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13414822 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941267629472 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13414822 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941266576880 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) S 13100 13103 7968 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 13414824 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941264472048 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941263419504 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10551156 memory=140620037957248 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) R 13100 13103 7968 0 -1 4202560 246 0 0 0 0 0 0 0 20 0 15 0 13414824 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941262366960 139941772189078 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10551156 memory=140620037957248 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414829 10804383744 6673 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26692 KiB

[startup+0.310369 s]*
/proc/loadavg: 3.97 4.67 5.57 3/216 13118
/proc/meminfo: memFree=28873440/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=10551156 memory=36452 CPUtime=0.23 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 8325 0 0 0 21 2 0 0 20 0 15 0 13414809 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2637789 9113 2875 1 0 2627261 0
[pid=13103/tid=13105] ppid=13100 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) R 13100 13103 7968 0 -1 4202560 5993 0 0 0 14 2 0 0 20 0 15 0 13414819 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941776414016 139941756257630 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=10551156 memory=11909 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941713213712 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=10551156 memory=140620037965538 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941382056336 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941381003792 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13414820 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941379951248 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10551156 memory=3472468916265636528 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13414821 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941268683248 139941772188290 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13414822 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941267629472 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13414822 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941266576880 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) S 13100 13103 7968 0 -1 1077944384 489 0 0 0 1 0 0 0 20 0 15 0 13414824 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941264472048 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10551156 memory=3472328296227680299 CPUtime=0.01 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) S 13100 13103 7968 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 15 0 13414824 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941263419504 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10551156 memory=7160716084748588277 CPUtime=0.04 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) S 13100 13103 7968 0 -1 1077944384 404 0 0 0 4 0 0 0 20 0 15 0 13414824 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941262366960 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10551156 memory=140620037957248 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414829 10804383744 9113 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36452 KiB

[startup+0.709694 s]
/proc/loadavg: 3.97 4.67 5.57 6/216 13118
/proc/meminfo: memFree=28861416/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=10551232 memory=199064 CPUtime=1.27 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 11840 0 0 0 119 8 0 0 20 0 15 0 13414809 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2637808 49766 3057 1 0 2627261 0
[pid=13103/tid=13105] ppid=13100 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) R 13100 13103 7968 0 -1 4202560 6862 0 0 0 49 4 0 0 20 0 15 0 13414819 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941776411712 139941758245262 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) S 13100 13103 7968 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 13414820 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941713213712 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) S 13100 13103 7968 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 13414820 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941382056336 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) S 13100 13103 7968 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 13414820 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941381003792 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) S 13100 13103 7968 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 13414820 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941379951248 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 13414821 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941268683248 139941772188290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13414822 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941267629472 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10551232 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13414822 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941266576880 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10551232 memory=792 CPUtime=0.2 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) R 13100 13103 7968 0 -1 4202560 1085 0 0 0 20 0 0 0 20 0 15 0 13414824 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941264461456 139941753724550 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10551232 memory=8676 CPUtime=0.17 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) R 13100 13103 7968 0 -1 4202560 891 0 0 0 17 0 0 0 20 0 15 0 13414824 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941263399664 139941764466597 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10551232 memory=1440 CPUtime=0.26 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) R 13100 13103 7968 0 -1 4202560 1466 0 0 0 26 0 0 0 20 0 15 0 13414824 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941262366960 139941751554762 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414829 10804461568 49766 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 199064 KiB

[startup+1.50074 s]
/proc/loadavg: 3.97 4.67 5.57 3/216 13118
/proc/meminfo: memFree=28391184/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=10551232 memory=1184940 CPUtime=2.73 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 14765 0 0 0 235 38 0 0 20 0 15 0 13414809 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2637808 296235 3082 1 0 2627261 0
[pid=13103/tid=13105] ppid=13100 vsize=10551232 memory=288230574492221466 CPUtime=1.13 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) R 13100 13103 7968 0 -1 4202560 7777 0 0 0 98 15 0 0 20 0 15 0 13414819 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941776414160 139941758245248 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=10551232 memory=288230613214036277 CPUtime=0.19 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) S 13100 13103 7968 0 -1 1077944384 246 0 0 0 14 5 0 0 20 0 15 0 13414820 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941713213712 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=10551232 memory=902484 CPUtime=0.18 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) S 13100 13103 7968 0 -1 1077944384 248 0 0 0 13 5 0 0 20 0 15 0 13414820 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941382056336 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) S 13100 13103 7968 0 -1 1077944384 263 0 0 0 13 5 0 0 20 0 15 0 13414820 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941381003792 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=10551232 memory=-2897801490638248215 CPUtime=0.17 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) S 13100 13103 7968 0 -1 1077944384 245 0 0 0 12 5 0 0 20 0 15 0 13414820 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941379951248 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 992 0 0 0 0 0 0 0 20 0 15 0 13414821 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941268683248 139941772188290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13414822 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941267629536 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13414822 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941266576880 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10551232 memory=11472 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10551232 memory=2424 CPUtime=0.3 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) S 13100 13103 7968 0 -1 1077944384 1233 0 0 0 30 0 0 0 20 0 15 0 13414824 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941264472048 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) S 13100 13103 7968 0 -1 1077944384 900 0 0 0 22 0 0 0 20 0 15 0 13414824 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941263419504 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10551232 memory=6940161745987658584 CPUtime=0.28 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) S 13100 13103 7968 0 -1 1077944384 1499 0 0 0 28 0 0 0 20 0 15 0 13414824 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941262366960 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10551232 memory=6441361776103281764 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13414824 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10551232 memory=6441361776103281764 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13414829 10804461568 296235 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 10551232 KiB

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

/proc/13103/task/13109/stat : 13109 (java) R 13100 13103 7968 0 -1 4202560 1213189 0 0 0 37850 206 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941379951144 139941764805351 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10686560 memory=2760 CPUtime=18.76 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 81140 0 0 0 1872 4 0 0 20 0 17 0 13414821 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941268681568 139941772187349 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10686560 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941267629536 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941266576896 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10686560 memory=2012 CPUtime=1.03 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) S 13100 13103 7968 0 -1 1077944384 4989 0 0 0 102 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941264472048 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10686560 memory=5520 CPUtime=1.25 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) S 13100 13103 7968 0 -1 1077944384 8745 0 0 0 123 2 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941263419504 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10686560 memory=9916 CPUtime=0.42 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) S 13100 13103 7968 0 -1 1077944384 4572 0 0 0 41 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941262362672 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10686560 memory=15872 CPUtime=0.29 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 556 0 0 0 19 10 0 0 20 0 17 0 13414829 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13144] ppid=13100 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13144/stat : 13144 (java) S 13100 13103 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941257101552 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13145] ppid=13100 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13145/stat : 13145 (java) S 13100 13103 7968 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941256056864 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 1555.17 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322552 KiB

[startup+420.801 s]
/proc/loadavg: 5.07 4.76 5.23 6/214 13150
/proc/meminfo: memFree=20548124/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=10686560 memory=8322552 CPUtime=1561.42 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 3929913 0 0 0 155250 892 0 0 20 0 17 0 13414809 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2671640 2080638 3167 1 0 2661055 0
[pid=13103/tid=13105] ppid=13100 vsize=10686560 memory=2164 CPUtime=14.66 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) S 13100 13103 7968 0 -1 1077944384 24575 0 0 0 1435 31 0 0 20 0 17 0 13414819 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941776417824 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=10686560 memory=-8774313645642428999 CPUtime=382.37 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) R 13100 13103 7968 0 -1 4202560 1136149 0 0 0 38029 208 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941713213912 139941756631072 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=10686560 memory=2164 CPUtime=380.34 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) R 13100 13103 7968 0 -1 4202560 828918 0 0 0 37805 229 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941382055920 139941764805351 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=10686560 memory=840 CPUtime=380.12 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) R 13100 13103 7968 0 -1 4202560 625329 0 0 0 37809 203 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941381003376 139941764805351 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=10686560 memory=3880 CPUtime=382.09 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) R 13100 13103 7968 0 -1 4202560 1213189 0 0 0 38002 207 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941379951144 139941764805351 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10686560 memory=8322548 CPUtime=18.76 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 81140 0 0 0 1872 4 0 0 20 0 17 0 13414821 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941268681568 139941772187349 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10686560 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941267629536 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10686560 memory=-7749696028082845524 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941266576896 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10686560 memory=6933690279252828305 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10686560 memory=8322504 CPUtime=1.03 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) S 13100 13103 7968 0 -1 1077944384 4989 0 0 0 102 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941264472096 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10686560 memory=4124 CPUtime=1.25 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) S 13100 13103 7968 0 -1 1077944384 8745 0 0 0 123 2 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941263419264 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10686560 memory=1732 CPUtime=0.42 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) S 13100 13103 7968 0 -1 1077944384 4572 0 0 0 41 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941262362672 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10686560 memory=1228 CPUtime=0.29 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 556 0 0 0 19 10 0 0 20 0 17 0 13414829 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13144] ppid=13100 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13144/stat : 13144 (java) S 13100 13103 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941257101552 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13145] ppid=13100 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13145/stat : 13145 (java) S 13100 13103 7968 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941256056864 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 1561.42 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322552 KiB

[startup+421.602 s]
/proc/loadavg: 5.07 4.76 5.23 6/214 13151
/proc/meminfo: memFree=20547984/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=10686560 memory=8322552 CPUtime=1564.55 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 3929968 0 0 0 155563 892 0 0 20 0 17 0 13414809 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2671640 2080638 3167 1 0 2661055 0
[pid=13103/tid=13105] ppid=13100 vsize=10686560 memory=2424 CPUtime=14.66 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) S 13100 13103 7968 0 -1 1077944384 24575 0 0 0 1435 31 0 0 20 0 17 0 13414819 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941776417824 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=10686560 memory=-8774313645642428999 CPUtime=383.17 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) R 13100 13103 7968 0 -1 4202560 1136199 0 0 0 38109 208 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941713213712 139941756875902 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=10686560 memory=792 CPUtime=381.12 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) R 13100 13103 7968 0 -1 4202560 828918 0 0 0 37883 229 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941382056536 139941757173757 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=10686560 memory=8676 CPUtime=380.9 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) R 13100 13103 7968 0 -1 4202560 625329 0 0 0 37887 203 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941381003992 139941753786758 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=10686560 memory=1440 CPUtime=382.86 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) R 13100 13103 7968 0 -1 4202560 1213189 0 0 0 38079 207 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941379951248 139941756876016 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10686560 memory=9916 CPUtime=18.77 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 81145 0 0 0 1873 4 0 0 20 0 17 0 13414821 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941268681792 139941772187349 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941267629536 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10686560 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941266576896 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10686560 memory=16444 CPUtime=1.03 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) S 13100 13103 7968 0 -1 1077944384 4989 0 0 0 102 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941264472096 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10686560 memory=7768 CPUtime=1.25 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) S 13100 13103 7968 0 -1 1077944384 8745 0 0 0 123 2 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941263419264 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10686560 memory=1236 CPUtime=0.42 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) S 13100 13103 7968 0 -1 1077944384 4572 0 0 0 41 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941262362672 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10686560 memory=1792 CPUtime=0.29 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 556 0 0 0 19 10 0 0 20 0 17 0 13414829 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13144] ppid=13100 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13144/stat : 13144 (java) S 13100 13103 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941257101552 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13145] ppid=13100 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13145/stat : 13145 (java) S 13100 13103 7968 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941256056864 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 1564.55 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322552 KiB

[startup+422.402 s]
/proc/loadavg: 5.07 4.76 5.23 6/214 13151
/proc/meminfo: memFree=20548108/32770624 swapFree=67108860/67108860
[pid=13103] ppid=13100 vsize=10686560 memory=8322552 CPUtime=1567.74 cores=1,3,5,7
/proc/13103/stat : 13103 (java) S 13100 13103 7968 0 -1 1077944320 3929990 0 0 0 155882 892 0 0 20 0 17 0 13414809 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 140735390946048 139941772177143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
/proc/13103/statm: 2671640 2080638 3167 1 0 2661055 0
[pid=13103/tid=13105] ppid=13100 vsize=10686560 memory=8322504 CPUtime=14.66 cores=1,3,5,7
/proc/13103/task/13105/stat : 13105 (java) S 13100 13103 7968 0 -1 1077944384 24575 0 0 0 1435 31 0 0 20 0 17 0 13414819 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941776417824 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13106] ppid=13100 vsize=10686560 memory=4124 CPUtime=383.97 cores=1,3,5,7
/proc/13103/task/13106/stat : 13106 (java) R 13100 13103 7968 0 -1 4202560 1136199 0 0 0 38189 208 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941713213712 139941756875997 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13107] ppid=13100 vsize=10686560 memory=8322548 CPUtime=381.9 cores=1,3,5,7
/proc/13103/task/13107/stat : 13107 (java) R 13100 13103 7968 0 -1 4202560 828940 0 0 0 37961 229 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941382056536 139941756876111 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13108] ppid=13100 vsize=10686560 memory=8322548 CPUtime=381.7 cores=1,3,5,7
/proc/13103/task/13108/stat : 13108 (java) R 13100 13103 7968 0 -1 4202560 625329 0 0 0 37967 203 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941381003992 139941757173540 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13109] ppid=13100 vsize=10686560 memory=4124 CPUtime=383.66 cores=1,3,5,7
/proc/13103/task/13109/stat : 13109 (java) R 13100 13103 7968 0 -1 4202560 1213189 0 0 0 38159 207 0 0 20 0 17 0 13414820 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941379951136 139941757173696 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13110] ppid=13100 vsize=10686560 memory=11476 CPUtime=18.77 cores=1,3,5,7
/proc/13103/task/13110/stat : 13110 (java) S 13100 13103 7968 0 -1 1077944384 81145 0 0 0 1873 4 0 0 20 0 17 0 13414821 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941268681792 139941772187349 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13111] ppid=13100 vsize=10686560 memory=8322504 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13111/stat : 13111 (java) S 13100 13103 7968 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941267629536 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13112] ppid=13100 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13112/stat : 13112 (java) S 13100 13103 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 13414822 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941266576896 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13113] ppid=13100 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13113/stat : 13113 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941265525456 139941772195739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13114] ppid=13100 vsize=10686560 memory=8322500 CPUtime=1.03 cores=1,3,5,7
/proc/13103/task/13114/stat : 13114 (java) S 13100 13103 7968 0 -1 1077944384 4989 0 0 0 102 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941264472096 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13115] ppid=13100 vsize=10686560 memory=11476 CPUtime=1.25 cores=1,3,5,7
/proc/13103/task/13115/stat : 13115 (java) S 13100 13103 7968 0 -1 1077944384 8745 0 0 0 123 2 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941263419264 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13116] ppid=13100 vsize=10686560 memory=2424 CPUtime=0.42 cores=1,3,5,7
/proc/13103/task/13116/stat : 13116 (java) S 13100 13103 7968 0 -1 1077944384 4572 0 0 0 41 1 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941262362672 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13117] ppid=13100 vsize=10686560 memory=8322504 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13117/stat : 13117 (java) S 13100 13103 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13414824 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941261314656 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13118] ppid=13100 vsize=10686560 memory=281239828156000 CPUtime=0.29 cores=1,3,5,7
/proc/13103/task/13118/stat : 13118 (java) S 13100 13103 7968 0 -1 1077944384 556 0 0 0 19 10 0 0 20 0 17 0 13414829 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941260262192 139941772188290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13144] ppid=13100 vsize=10686560 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13144/stat : 13144 (java) S 13100 13103 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941257101552 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
[pid=13103/tid=13145] ppid=13100 vsize=10686560 memory=8322500 CPUtime=0 cores=1,3,5,7
/proc/13103/task/13145/stat : 13145 (java) S 13100 13103 7968 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 13449627 10943037440 2080638 18446744073709551615 4194304 4196468 140735390963504 139941256056864 139941772187349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12931072 140735390970257 140735390970410 140735390970410 140735390973903 0
Current children cumulated CPU time: 1567.74 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322552 KiB

[startup+422.801 s]*
/proc/loadavg: 5.07 4.76 5.23 3/199 13151
/proc/meminfo: memFree=21302228/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 422.87
CPU time (s): 1569.21
CPU user time (s): 1560.18
CPU system time (s): 9.02358
CPU usage (%): 371.084
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8322552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1560.18
system time used= 9.02358
maximum resident set size= 8322560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3930300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31445
involuntary context switches= 16592


# summary of solver processes directly reported to runsolver:
#   pid: 13103
#   total CPU time (s): 1569.21
#   total CPU user time (s): 1560.18
#   total CPU system time (s): 9.02358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.67985 second user time and 4.17359 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 05:21:24
IDJOB=4263777
IDBENCH=115819
IDSOLVER=2651
FILE ID=node128/4263777-1502595321
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263777-1502595321/watcher-4263777-1502595321 -o /tmp/evaluation-result-4263777-1502595321/solver-4263777-1502595321 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263777-1502595321.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=585708400

node128.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.94
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.94
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.94
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.94
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:        28899132 kB
MemAvailable:   29409340 kB
Buffers:          110804 kB
Cached:           688144 kB
SwapCached:            0 kB
Active:          2841120 kB
Inactive:         618296 kB
Active(anon):    2660688 kB
Inactive(anon):    16764 kB
Active(file):     180432 kB
Inactive(file):   601532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:            28 kB
AnonPages:       2731612 kB
Mapped:            45036 kB
Shmem:             17116 kB
Slab:             112876 kB
SReclaimable:      88160 kB
SUnreclaim:        24716 kB
KernelStack:        3776 kB
PageTables:        10728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3955476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2609152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 05:28:27