Trace number 4263106

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1803.4 485.31

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-3.xml
MD5SUMdf6c82869a26f460264e708359f1a186
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 variables600
Number of constraints605
Number of domains1
Minimum domain size5114
Maximum domain size5114
Distribution of domain sizes[{"size":5114,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1655.99/446.01	Aug 13, 2017 3:03:14 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1655.99/446.01	INFO: Runtime exception
1655.99/446.01	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1655.99/446.01		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1655.99/446.01		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1655.99/446.01		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1655.99/446.01		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1655.99/446.01		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1655.99/446.01		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1655.99/446.01		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1655.99/446.01		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1655.99/446.01		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1655.99/446.01		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1655.99/446.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1655.99/446.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1655.99/446.01		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1655.99/446.01		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1655.99/446.01		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1655.99/446.01		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1655.99/446.01		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1655.99/446.01		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1655.99/446.01		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1655.99/446.01	Caused by: java.lang.reflect.InvocationTargetException
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1655.99/446.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1655.99/446.01		at java.lang.reflect.Method.invoke(Method.java:498)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1655.99/446.01		... 21 more
1655.99/446.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1655.99/446.01		... 26 more
1655.99/446.01	Caused by: java.lang.reflect.InvocationTargetException
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1655.99/446.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1655.99/446.01		at java.lang.reflect.Method.invoke(Method.java:498)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1655.99/446.01		... 26 more
1655.99/446.01	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1655.99/446.01		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1655.99/446.01		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1655.99/446.01		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1655.99/446.01		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1655.99/446.01		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1655.99/446.01		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1655.99/446.01		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1655.99/446.01		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1655.99/446.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1655.99/446.01		at java.lang.reflect.Method.invoke(Method.java:498)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1655.99/446.01		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1655.99/446.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1655.99/446.01		at java.lang.reflect.Method.invoke(Method.java:498)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1655.99/446.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1655.99/446.01		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1655.99/446.01		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1655.99/446.01		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1655.99/446.01		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1655.99/446.01		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1655.99/446.01		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1655.99/446.01		at org.xcsp.parser.XCallbacks$$Lambda$58/936580213.accept(Unknown Source)
1655.99/446.01		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1655.99/446.01		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1655.99/446.01		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1655.99/446.01	
1745.32/469.88	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1745.32/469.88	c This is free software under the dual EPL/GNU LGPL licenses.
1745.32/469.88	c See www.sat4j.org for details.
1745.32/469.88	c That software uses the Rhino library from the Mozilla project.
1745.32/469.88	c version CUSTOM.v20170705
1745.32/469.88	c java.runtime.name	Java(TM) SE Runtime Environment
1745.32/469.88	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1745.32/469.88	c java.vm.version	25.131-b11
1745.32/469.88	c java.vm.vendor	Oracle Corporation
1745.32/469.88	c sun.arch.data.model	64
1745.32/469.88	c java.version		1.8.0_131
1745.32/469.88	c os.name		Linux
1745.32/469.88	c os.version		3.10.0-514.16.1.el7.x86_64
1745.32/469.88	c os.arch		amd64
1745.32/469.88	c Free memory 		499604488
1745.32/469.88	c Max memory 		7247757312
1745.32/469.88	c Total memory 		504889344
1745.32/469.88	c Number of processors 	4
1745.32/469.88	c c --- Begin Solver configuration ---
1745.32/469.88	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1745.32/469.88	c Learn all clauses as in MiniSAT
1745.32/469.88	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1745.32/469.88	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1745.32/469.88	c No reason simplification
1745.32/469.88	c Glucose 2.1 dynamic restart strategy
1745.32/469.88	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
1745.32/469.88	c timeout=2147483s
1745.32/469.88	c DB Simplification allowed=false
1745.32/469.88	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1745.32/469.88	c --- End Solver configuration ---
1803.29/485.24	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1803.29/485.25		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1803.29/485.25		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1803.29/485.25		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1803.29/485.25		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1803.29/485.25		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1803.29/485.25		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1803.29/485.25		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1803.29/485.25		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1803.29/485.25		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263106-1502586597/watcher-4263106-1502586597 -o /tmp/evaluation-result-4263106-1502586597/solver-4263106-1502586597 -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-4263106-1502586597.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=9646, runsolver pid=9643

[startup+0.100089 s]*
/proc/loadavg: 7.35 7.33 6.89 6/202 9652
/proc/meminfo: memFree=23222112/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10085108 memory=16168 CPUtime=0.02 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 3934 0 0 0 2 0 0 0 20 0 8 0 12542423 10327150592 4042 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2521277 4042 2042 1 0 2510774 0
[pid=9646/tid=9648] ppid=9643 vsize=10085108 memory=-8035107114825123821 CPUtime=0.01 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) R 9643 9646 7968 0 -1 4202560 2603 0 0 0 1 0 0 0 20 0 8 0 12542431 10327150592 4108 18446744073709551615 4194304 4196468 140731155392064 140530693034416 140530671010384 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10085108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 12542432 10327150592 4108 18446744073709551615 4194304 4196468 140731155392064 140530660637072 140530688804565 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10085108 memory=140266229761664 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 12542432 10327150592 4108 18446744073709551615 4194304 4196468 140731155392064 140530298640656 140530688804565 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10085108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 12542432 10327150592 4108 18446744073709551615 4194304 4196468 140731155392064 140530297588368 140530688804565 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 12542432 10327150592 4108 18446744073709551615 4194304 4196468 140731155392064 140530296535568 140530688804565 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10085108 memory=140266229761664 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 12542433 10327150592 4108 18446744073709551615 4194304 4196468 140731155392064 140530184858224 140530688805506 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 12542434 10327150592 4108 18446744073709551615 4194304 4196468 140731155392064 140530183803088 140530688804565 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 16168 KiB

[startup+0.21045 s]*
/proc/loadavg: 7.35 7.33 6.89 6/211 9661
/proc/meminfo: memFree=23212056/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10553140 memory=29248 CPUtime=0.1 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 6391 0 0 0 9 1 0 0 20 0 15 0 12542423 10806415360 7552 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2638285 7312 2792 1 0 2627757 0
[pid=9646/tid=9648] ppid=9643 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) R 9643 9646 7968 0 -1 4202560 4312 0 0 0 7 1 0 0 20 0 15 0 12542431 10804383744 7056 18446744073709551615 4194304 4196468 140731155392064 140530692982704 140530681511463 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 7056 18446744073709551615 4194304 4196468 140731155392064 140530660637072 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10551156 memory=140266229769648 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 7056 18446744073709551615 4194304 4196468 140731155392064 140530298640656 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 7056 18446744073709551615 4194304 4196468 140731155392064 140530297588368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 7056 18446744073709551615 4194304 4196468 140731155392064 140530296535568 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10551156 memory=140266229761664 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12542433 10804383744 7056 18446744073709551615 4194304 4196468 140731155392064 140530184858224 140530688805506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12542434 10805432320 7056 18446744073709551615 4194304 4196468 140731155392064 140530183804192 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12542434 10805432320 7056 18446744073709551615 4194304 4196468 140731155392064 140530182751856 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542436 10805432320 7056 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) S 9643 9646 7968 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 12542436 10805432320 7121 18446744073709551615 4194304 4196468 140731155392064 140530180647024 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) S 9643 9646 7968 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 12542436 10805432320 7121 18446744073709551615 4194304 4196468 140731155392064 140530179594224 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10552180 memory=140266229761664 CPUtime=0.01 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) S 9643 9646 7968 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 12542437 10805432320 7121 18446744073709551615 4194304 4196468 140731155392064 140530178541936 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542437 10805432320 7187 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9661] ppid=9643 vsize=10552180 memory=140266229761664 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9661/stat : 9661 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12542441 10805432320 7187 18446744073709551615 4194304 4196468 140731155392064 140530176437168 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10553140 KiB
Current children cumulated memory: 29248 KiB

[startup+0.310362 s]*
/proc/loadavg: 7.35 7.33 6.89 6/211 9661
/proc/meminfo: memFree=23202176/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10551156 memory=37280 CPUtime=0.26 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 8604 0 0 0 23 3 0 0 20 0 15 0 12542423 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2637789 9320 2898 1 0 2627261 0
[pid=9646/tid=9648] ppid=9643 vsize=10551156 memory=7680170660397595203 CPUtime=0.18 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) R 9643 9646 7968 0 -1 4202560 6221 0 0 0 16 2 0 0 20 0 15 0 12542431 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530693006192 140530688806294 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530660637072 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530298640656 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530297588368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12542432 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530296535568 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) S 9643 9646 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12542433 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530184858224 140530688805506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12542434 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530183804192 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12542434 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530182751856 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542436 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) S 9643 9646 7968 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 12542436 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530180647024 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) S 9643 9646 7968 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 15 0 12542436 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530179594224 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10551156 memory=140266229761664 CPUtime=0.04 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) R 9643 9646 7968 0 -1 4202560 392 0 0 0 4 0 0 0 20 0 15 0 12542437 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530178541936 140530672874846 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542437 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9661] ppid=9643 vsize=10551156 memory=140266229761664 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9661/stat : 9661 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12542441 10804383744 9320 18446744073709551615 4194304 4196468 140731155392064 140530176437168 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37280 KiB

[startup+0.701453 s]
/proc/loadavg: 7.35 7.33 6.89 8/211 9661
/proc/meminfo: memFree=23189808/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10551232 memory=218248 CPUtime=1.33 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 12221 0 0 0 120 13 0 0 20 0 15 0 12542423 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2637808 54562 3066 1 0 2627261 0
[pid=9646/tid=9648] ppid=9643 vsize=10551232 memory=188 CPUtime=0.51 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) R 9643 9646 7968 0 -1 4202560 7549 0 0 0 46 5 0 0 20 0 15 0 12542431 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530693029600 140530674862484 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) S 9643 9646 7968 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 15 0 12542432 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530660637072 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10551232 memory=4 CPUtime=0.04 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) S 9643 9646 7968 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 15 0 12542432 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530298640656 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10551232 memory=13 CPUtime=0.04 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) S 9643 9646 7968 0 -1 1077944384 35 0 0 0 3 1 0 0 20 0 15 0 12542432 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530297588368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10551232 memory=60 CPUtime=0.03 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) S 9643 9646 7968 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 15 0 12542432 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530296535568 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10551232 memory=280532231653072 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) S 9643 9646 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 12542433 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530184858224 140530688805506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12542434 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530183804192 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12542434 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530182751856 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10551232 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542436 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) R 9643 9646 7968 0 -1 4202560 978 0 0 0 17 0 0 0 20 0 15 0 12542436 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530180635104 140530673903973 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10551232 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) R 9643 9646 7968 0 -1 4202560 980 0 0 0 20 0 0 0 20 0 15 0 12542436 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530179583424 140530673919726 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) S 9643 9646 7968 0 -1 1077944384 1123 0 0 0 22 0 0 0 20 0 15 0 12542437 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530178541936 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542437 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9661] ppid=9643 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9661/stat : 9661 (java) S 9643 9646 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12542441 10804461568 54562 18446744073709551615 4194304 4196468 140731155392064 140530176437168 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 218248 KiB

[startup+1.50144 s]
/proc/loadavg: 7.48 7.36 6.90 7/211 9661
/proc/meminfo: memFree=22750180/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10551232 memory=922576 CPUtime=3.12 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 15240 0 0 0 265 47 0 0 20 0 15 0 12542423 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2637808 230644 3079 1 0 2627261 0
[pid=9646/tid=9648] ppid=9643 vsize=10551232 memory=431432 CPUtime=0.99 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) R 9643 9646 7968 0 -1 4202560 8273 0 0 0 88 11 0 0 20 0 15 0 12542431 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530693029800 140530332028773 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10551232 memory=267 CPUtime=0.35 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) S 9643 9646 7968 0 -1 1077944384 367 0 0 0 26 9 0 0 20 0 15 0 12542432 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530660637072 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10551232 memory=104 CPUtime=0.34 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) S 9643 9646 7968 0 -1 1077944384 747 0 0 0 27 7 0 0 20 0 15 0 12542432 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530298640656 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10551232 memory=111 CPUtime=0.36 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) S 9643 9646 7968 0 -1 1077944384 245 0 0 0 27 9 0 0 20 0 15 0 12542432 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530297588368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10551232 memory=280532231394144 CPUtime=0.35 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) S 9643 9646 7968 0 -1 1077944384 537 0 0 0 28 7 0 0 20 0 15 0 12542432 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530296535568 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) S 9643 9646 7968 0 -1 1077944384 504 0 0 0 0 0 0 0 20 0 15 0 12542433 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530184858224 140530688805506 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10551232 memory=15540730097567645 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12542434 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530183804192 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12542434 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530182751856 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542436 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10551232 memory=11820 CPUtime=0.21 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) S 9643 9646 7968 0 -1 1077944384 1088 0 0 0 21 0 0 0 20 0 15 0 12542436 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530180647024 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10551232 memory=17331 CPUtime=0.2 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) S 9643 9646 7968 0 -1 1077944384 980 0 0 0 20 0 0 0 20 0 15 0 12542436 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530179594224 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10551232 memory=7680170660397595203 CPUtime=0.24 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) S 9643 9646 7968 0 -1 1077944384 1137 0 0 0 24 0 0 0 20 0 15 0 12542437 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530178541936 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10551232 memory=6225489096523343969 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12542437 10804461568 230644 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0

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

/proc/9646/task/9652/stat : 9652 (java) R 9643 9646 7968 0 -1 4202560 240536 0 0 0 43985 209 0 0 20 0 17 0 12542432 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530296535768 140530670404184 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10686560 memory=1440 CPUtime=17.76 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) S 9643 9646 7968 0 -1 1077944384 99795 0 0 0 1770 6 0 0 20 0 17 0 12542433 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530184856768 140530688804565 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530183804256 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530182751872 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10686560 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542436 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10686560 memory=1588 CPUtime=0.42 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) S 9643 9646 7968 0 -1 1077944384 2811 0 0 0 42 0 0 0 20 0 17 0 12542436 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530180646784 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10686560 memory=7680170660397595203 CPUtime=0.41 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) S 9643 9646 7968 0 -1 1077944384 3217 0 0 0 41 0 0 0 20 0 17 0 12542436 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530179594272 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10686560 memory=3112 CPUtime=0.29 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) S 9643 9646 7968 0 -1 1077944384 2013 0 0 0 29 0 0 0 20 0 17 0 12542437 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530178537808 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10686560 memory=8204104 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542437 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9661] ppid=9643 vsize=10686560 memory=732 CPUtime=0.17 cores=1,3,5,7
/proc/9646/task/9661/stat : 9661 (java) S 9643 9646 7968 0 -1 1077944384 536 0 0 0 9 8 0 0 20 0 17 0 12542441 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530176437168 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9809] ppid=9643 vsize=10686560 memory=8310444 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9809/stat : 9809 (java) S 9643 9646 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530173284208 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9810] ppid=9643 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9810/stat : 9810 (java) S 9643 9646 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530172232368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 1797.26 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310444 KiB

[startup+484.001 s]*
/proc/loadavg: 7.40 7.29 7.00 8/215 9811
/proc/meminfo: memFree=15004292/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10686560 memory=8310444 CPUtime=1800.39 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 1185769 0 0 0 179103 936 0 0 20 0 17 0 12542423 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2671640 2077611 3158 1 0 2661055 0
[pid=9646/tid=9648] ppid=9643 vsize=10686560 memory=7668954370464627011 CPUtime=15.97 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) S 9643 9646 7968 0 -1 1077944384 22872 0 0 0 1566 31 0 0 20 0 17 0 12542431 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530693035040 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10686560 memory=1152 CPUtime=442.46 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) R 9643 9646 7968 0 -1 4202560 338618 0 0 0 44030 216 0 0 20 0 17 0 12542432 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530660636880 140530681422567 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10686560 memory=3216 CPUtime=439.81 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) R 9643 9646 7968 0 -1 4202560 256039 0 0 0 43740 241 0 0 20 0 17 0 12542432 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530298640776 140530681422567 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10686560 memory=8310444 CPUtime=440.27 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) R 9643 9646 7968 0 -1 1077944384 217745 0 0 0 43802 225 0 0 20 0 17 0 12542432 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530297588176 140530688805506 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10686560 memory=1152 CPUtime=442.75 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) R 9643 9646 7968 0 -1 4202560 240540 0 0 0 44066 209 0 0 20 0 17 0 12542432 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530296535768 140530670404004 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10686560 memory=3128 CPUtime=17.76 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) S 9643 9646 7968 0 -1 1077944384 99795 0 0 0 1770 6 0 0 20 0 17 0 12542433 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530184856768 140530688804565 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10686560 memory=8204108 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530183804256 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10686560 memory=732 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530182751872 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10686560 memory=3112 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542436 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10686560 memory=7668954370464627011 CPUtime=0.42 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) S 9643 9646 7968 0 -1 1077944384 2811 0 0 0 42 0 0 0 20 0 17 0 12542436 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530180646784 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10686560 memory=4060 CPUtime=0.41 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) S 9643 9646 7968 0 -1 1077944384 3217 0 0 0 41 0 0 0 20 0 17 0 12542436 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530179594272 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10686560 memory=1152 CPUtime=0.29 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) S 9643 9646 7968 0 -1 1077944384 2013 0 0 0 29 0 0 0 20 0 17 0 12542437 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530178537808 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10686560 memory=3216 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542437 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9661] ppid=9643 vsize=10686560 memory=8310444 CPUtime=0.17 cores=1,3,5,7
/proc/9646/task/9661/stat : 9661 (java) S 9643 9646 7968 0 -1 1077944384 538 0 0 0 9 8 0 0 20 0 17 0 12542441 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530176437168 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9809] ppid=9643 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9809/stat : 9809 (java) S 9643 9646 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530173284208 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9810] ppid=9643 vsize=10686560 memory=3112 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9810/stat : 9810 (java) S 9643 9646 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077611 18446744073709551615 4194304 4196468 140731155392064 140530172232368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 1800.39 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310444 KiB

[startup+484.801 s]
/proc/loadavg: 7.40 7.29 7.00 8/215 9811
/proc/meminfo: memFree=15004292/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10686560 memory=8310448 CPUtime=1802.9 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 1186264 0 0 0 179353 937 0 0 20 0 17 0 12542423 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2671640 2077612 3158 1 0 2661055 0
[pid=9646/tid=9648] ppid=9643 vsize=10686560 memory=4124 CPUtime=15.97 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) S 9643 9646 7968 0 -1 1077944384 22872 0 0 0 1566 31 0 0 20 0 17 0 12542431 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530693035040 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10686560 memory=7680170660397595203 CPUtime=443.03 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) S 9643 9646 7968 0 -1 1077944384 338618 0 0 0 44087 216 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530660637072 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10686560 memory=17 CPUtime=440.38 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) S 9643 9646 7968 0 -1 1077944384 256039 0 0 0 43797 241 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530298640656 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10686560 memory=174305 CPUtime=440.83 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) S 9643 9646 7968 0 -1 1077944384 217745 0 0 0 43858 225 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530297588368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10686560 memory=8310444 CPUtime=443.35 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) S 9643 9646 7968 0 -1 1077944384 240540 0 0 0 44126 209 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530296535568 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10686560 memory=8310444 CPUtime=17.96 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) R 9643 9646 7968 0 -1 4202560 100290 0 0 0 1790 6 0 0 20 0 17 0 12542433 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530184856656 140530673251950 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10686560 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530183804256 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530182751872 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10686560 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542436 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10686560 memory=2164 CPUtime=0.42 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) S 9643 9646 7968 0 -1 1077944384 2811 0 0 0 42 0 0 0 20 0 17 0 12542436 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530180646784 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10686560 memory=840 CPUtime=0.41 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) S 9643 9646 7968 0 -1 1077944384 3217 0 0 0 41 0 0 0 20 0 17 0 12542436 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530179594272 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10686560 memory=288230574492221466 CPUtime=0.29 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) S 9643 9646 7968 0 -1 1077944384 2013 0 0 0 29 0 0 0 20 0 17 0 12542437 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530178537808 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10686560 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542437 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9661] ppid=9643 vsize=10686560 memory=15540730097567645 CPUtime=0.17 cores=1,3,5,7
/proc/9646/task/9661/stat : 9661 (java) S 9643 9646 7968 0 -1 1077944384 538 0 0 0 9 8 0 0 20 0 17 0 12542441 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530176437168 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9809] ppid=9643 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9809/stat : 9809 (java) S 9643 9646 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530173284208 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9810] ppid=9643 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9810/stat : 9810 (java) S 9643 9646 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530172232368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 1802.9 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310448 KiB

[startup+485.201 s]
/proc/loadavg: 7.40 7.29 7.00 6/215 9811
/proc/meminfo: memFree=15004292/32770624 swapFree=67108860/67108860
[pid=9646] ppid=9643 vsize=10686560 memory=8310448 CPUtime=1803.29 cores=1,3,5,7
/proc/9646/stat : 9646 (java) S 9643 9646 7968 0 -1 1077944320 1186264 0 0 0 179392 937 0 0 20 0 17 0 12542423 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140731155374608 140530688794359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
/proc/9646/statm: 2671640 2077612 3158 1 0 2661055 0
[pid=9646/tid=9648] ppid=9643 vsize=10686560 memory=15872 CPUtime=15.97 cores=1,3,5,7
/proc/9646/task/9648/stat : 9648 (java) S 9643 9646 7968 0 -1 1077944384 22872 0 0 0 1566 31 0 0 20 0 17 0 12542431 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530693035040 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9649] ppid=9643 vsize=10686560 memory=4040 CPUtime=443.03 cores=1,3,5,7
/proc/9646/task/9649/stat : 9649 (java) S 9643 9646 7968 0 -1 1077944384 338618 0 0 0 44087 216 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530660637072 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9650] ppid=9643 vsize=10686560 memory=16444 CPUtime=440.38 cores=1,3,5,7
/proc/9646/task/9650/stat : 9650 (java) S 9643 9646 7968 0 -1 1077944384 256039 0 0 0 43797 241 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530298640656 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9651] ppid=9643 vsize=10686560 memory=7568 CPUtime=440.83 cores=1,3,5,7
/proc/9646/task/9651/stat : 9651 (java) S 9643 9646 7968 0 -1 1077944384 217745 0 0 0 43858 225 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530297588368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9652] ppid=9643 vsize=10686560 memory=1236 CPUtime=443.35 cores=1,3,5,7
/proc/9646/task/9652/stat : 9652 (java) S 9643 9646 7968 0 -1 1077944384 240540 0 0 0 44126 209 0 0 20 0 17 0 12542432 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530296535568 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9653] ppid=9643 vsize=10686560 memory=640 CPUtime=18.36 cores=1,3,5,7
/proc/9646/task/9653/stat : 9653 (java) R 9643 9646 7968 0 -1 4202560 100290 0 0 0 1830 6 0 0 20 0 17 0 12542433 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530184856656 140530673790852 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9654] ppid=9643 vsize=10686560 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9654/stat : 9654 (java) S 9643 9646 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530183804256 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9655] ppid=9643 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9655/stat : 9655 (java) S 9643 9646 7968 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 12542434 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530182751872 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9656] ppid=9643 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9656/stat : 9656 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542436 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530181700176 140530688812955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9657] ppid=9643 vsize=10686560 memory=5520 CPUtime=0.42 cores=1,3,5,7
/proc/9646/task/9657/stat : 9657 (java) S 9643 9646 7968 0 -1 1077944384 2811 0 0 0 42 0 0 0 20 0 17 0 12542436 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530180646784 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9658] ppid=9643 vsize=10686560 memory=4612 CPUtime=0.41 cores=1,3,5,7
/proc/9646/task/9658/stat : 9658 (java) S 9643 9646 7968 0 -1 1077944384 3217 0 0 0 41 0 0 0 20 0 17 0 12542436 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530179594272 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9659] ppid=9643 vsize=10686560 memory=792 CPUtime=0.29 cores=1,3,5,7
/proc/9646/task/9659/stat : 9659 (java) S 9643 9646 7968 0 -1 1077944384 2013 0 0 0 29 0 0 0 20 0 17 0 12542437 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530178537808 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9660] ppid=9643 vsize=10686560 memory=8676 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9660/stat : 9660 (java) S 9643 9646 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12542437 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530177489376 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9661] ppid=9643 vsize=10686560 memory=1440 CPUtime=0.17 cores=1,3,5,7
/proc/9646/task/9661/stat : 9661 (java) S 9643 9646 7968 0 -1 1077944384 538 0 0 0 9 8 0 0 20 0 17 0 12542441 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530176437168 140530688805506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9809] ppid=9643 vsize=10686560 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9809/stat : 9809 (java) S 9643 9646 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530173284208 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
[pid=9646/tid=9810] ppid=9643 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/9646/task/9810/stat : 9810 (java) S 9643 9646 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12587024 10943037440 2077612 18446744073709551615 4194304 4196468 140731155392064 140530172232368 140530688804565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140731155399057 140731155399210 140731155399210 140731155402703 0
Current children cumulated CPU time: 1803.29 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310448 KiB

[startup+485.301 s]*
/proc/loadavg: 7.40 7.29 7.00 5/199 9811
/proc/meminfo: memFree=23318180/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): 485.31
CPU time (s): 1803.4
CPU user time (s): 1793.98
CPU system time (s): 9.42637
CPU usage (%): 371.598
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8310448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 9.42637
maximum resident set size= 8310640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1189570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39339
involuntary context switches= 54101


# summary of solver processes directly reported to runsolver:
#   pid: 9646
#   total CPU time (s): 1803.4
#   total CPU user time (s): 1793.98
#   total CPU system time (s): 9.42637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.81892 second user time and 4.91764 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:56:01
IDJOB=4263106
IDBENCH=115630
IDSOLVER=2651
FILE ID=node128/4263106-1502586597
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263106-1502586597/watcher-4263106-1502586597 -o /tmp/evaluation-result-4263106-1502586597/solver-4263106-1502586597 -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-4263106-1502586597.xml

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

MD5SUM BENCH= df6c82869a26f460264e708359f1a186
RANDOM SEED=606816864

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:        23229200 kB
MemAvailable:   23720808 kB
Buffers:          101600 kB
Cached:           679148 kB
SwapCached:            0 kB
Active:          8516672 kB
Inactive:         603444 kB
Active(anon):    8339588 kB
Inactive(anon):    16764 kB
Active(file):     177084 kB
Inactive(file):   586680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1688 kB
Writeback:            12 kB
AnonPages:       8338932 kB
Mapped:            43312 kB
Shmem:             17116 kB
Slab:             111876 kB
SReclaimable:      87360 kB
SUnreclaim:        24516 kB
KernelStack:        3456 kB
PageTables:        21288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8198144 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 03:04:06