Trace number 4263123

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) 1693.42 454.26099

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-9.xml
MD5SUMace514d87f50dd866893bf6c8eeff4c9
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 variables480
Number of constraints495
Number of domains1
Minimum domain size1820
Maximum domain size1820
Distribution of domain sizes[{"size":1820,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263123-1502593114/watcher-4263123-1502593114 -o /tmp/evaluation-result-4263123-1502593114/solver-4263123-1502593114 -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-4263123-1502593114.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=12258, runsolver pid=12255

[startup+0.100112 s]*
/proc/loadavg: 7.11 7.19 7.26 6/204 12265
/proc/meminfo: memFree=23212560/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10151672 memory=20056 CPUtime=0.02 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 3901 0 0 0 2 0 0 0 20 0 9 0 13194125 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2537918 5014 2082 1 0 2527415 0
[pid=12258/tid=12260] ppid=12255 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) R 12255 12258 7968 0 -1 4202560 2540 0 0 0 2 0 0 0 20 0 9 0 13194132 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359453331912 140359428681932 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13194133 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359406062480 140359449106133 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10151672 memory=140323577403008 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13194133 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359405009680 140359449106133 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13194133 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359403957392 140359449106133 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13194133 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359402904592 140359449106133 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10151672 memory=140323577403008 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13194135 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359012644976 140359449107074 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13194135 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359011590944 140359449106133 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13194135 10395312128 5014 18446744073709551615 4194304 4196468 140737113988176 140359010538672 140359449106133 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20056 KiB

[startup+0.209905 s]*
/proc/loadavg: 7.02 7.17 7.25 6/212 12273
/proc/meminfo: memFree=23204268/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10551156 memory=29792 CPUtime=0.12 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 7564 0 0 0 11 1 0 0 20 0 15 0 13194125 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2637789 7448 2795 1 0 2627261 0
[pid=12258/tid=12260] ppid=12255 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) R 12255 12258 7968 0 -1 4202560 5408 0 0 0 8 1 0 0 20 0 15 0 13194132 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359453284272 140359449107862 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359406062480 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10551156 memory=140323577411297 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359405009680 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359403957392 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359402904592 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10551156 memory=140323577403008 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13194135 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359012644976 140359449107074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13194135 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359011590944 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13194135 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359010538608 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) S 12255 12258 7968 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 13194138 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359008434800 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359007382000 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10551156 memory=140323577403008 CPUtime=0.01 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) S 12255 12258 7968 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 13194138 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359006329712 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12272] ppid=12255 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12272/stat : 12272 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359005277152 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12273] ppid=12255 vsize=10551156 memory=140323577403008 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12273/stat : 12273 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13194141 10804383744 7448 18446744073709551615 4194304 4196468 140737113988176 140359004223920 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29792 KiB

[startup+0.31305 s]*
/proc/loadavg: 7.02 7.17 7.25 9/212 12273
/proc/meminfo: memFree=23196940/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10551156 memory=39164 CPUtime=0.29 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 9035 0 0 0 27 2 0 0 20 0 15 0 13194125 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2637789 9791 2932 1 0 2627261 0
[pid=12258/tid=12260] ppid=12255 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) R 12255 12258 7968 0 -1 4202560 6137 0 0 0 18 1 0 0 20 0 15 0 13194132 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359453333712 140359434778220 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359406062480 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359405009680 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359403957392 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13194133 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359402904592 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) S 12255 12258 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13194135 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359012644976 140359449107074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13194135 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359011590944 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13194135 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359010538608 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) R 12255 12258 7968 0 -1 4202560 545 0 0 0 1 0 0 0 20 0 15 0 13194138 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359008434896 140359435110499 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) R 12255 12258 7968 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 15 0 13194138 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359007368848 140359449106133 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) R 12255 12258 7968 0 -1 4202560 806 0 0 0 5 0 0 0 20 0 15 0 13194138 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359006325656 140359427572705 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12272] ppid=12255 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12272/stat : 12272 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359005277152 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12273] ppid=12255 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12273/stat : 12273 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13194141 10804383744 9791 18446744073709551615 4194304 4196468 140737113988176 140359004223920 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39164 KiB

[startup+0.701434 s]
/proc/loadavg: 7.02 7.17 7.25 8/212 12273
/proc/meminfo: memFree=23184308/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10551232 memory=222084 CPUtime=1.28 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 11659 0 0 0 118 10 0 0 20 0 15 0 13194125 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2637808 55521 3070 1 0 2627261 0
[pid=12258/tid=12260] ppid=12255 vsize=10551232 memory=195 CPUtime=0.52 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) S 12255 12258 7968 0 -1 1077944384 7450 0 0 0 48 4 0 0 20 0 15 0 13194132 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359453332912 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) R 12255 12258 7968 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 15 0 13194133 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359406062680 140359434123810 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10551232 memory=5 CPUtime=0.03 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) R 12255 12258 7968 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 15 0 13194133 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359405009680 140359434123792 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10551232 memory=15 CPUtime=0.03 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) R 12255 12258 7968 0 -1 4202560 102 0 0 0 2 1 0 0 20 0 15 0 13194133 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359403957392 140359434123792 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10551232 memory=62 CPUtime=0.04 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) R 12255 12258 7968 0 -1 4202560 105 0 0 0 3 1 0 0 20 0 15 0 13194133 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359402904592 140359434123810 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) S 12255 12258 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13194135 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359012643488 140359449106133 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13194135 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359011590944 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13194135 10804461568 55521 18446744073709551615 4194304 4196468 140737113988176 140359010538608 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804461568 56033 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10551232 memory=30 CPUtime=0.17 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) S 12255 12258 7968 0 -1 1077944384 873 0 0 0 17 0 0 0 20 0 15 0 13194138 10804461568 56033 18446744073709551615 4194304 4196468 140737113988176 140359008419792 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10551232 memory=2 CPUtime=0.16 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) S 12255 12258 7968 0 -1 1077944384 420 0 0 0 16 0 0 0 20 0 15 0 13194138 10804461568 56033 18446744073709551615 4194304 4196468 140737113988176 140359007366992 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) S 12255 12258 7968 0 -1 1077944384 1086 0 0 0 22 0 0 0 20 0 15 0 13194138 10804461568 56033 18446744073709551615 4194304 4196468 140737113988176 140359006329712 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12272] ppid=12255 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12272/stat : 12272 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804461568 56033 18446744073709551615 4194304 4196468 140737113988176 140359005277152 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12273] ppid=12255 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12273/stat : 12273 (java) S 12255 12258 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13194141 10804461568 56033 18446744073709551615 4194304 4196468 140737113988176 140359004223920 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 222084 KiB

[startup+1.50077 s]
/proc/loadavg: 7.02 7.17 7.25 6/212 12273
/proc/meminfo: memFree=22655248/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10551232 memory=1299124 CPUtime=2.94 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 14405 0 0 0 245 49 0 0 20 0 15 0 13194125 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2637808 324781 3079 1 0 2627261 0
[pid=12258/tid=12260] ppid=12255 vsize=10551232 memory=7085094949273036140 CPUtime=1.03 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) R 12255 12258 7968 0 -1 4202560 8362 0 0 0 87 16 0 0 20 0 15 0 13194132 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359453332960 140359435164052 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10551232 memory=-3472574513799858009 CPUtime=0.31 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) S 12255 12258 7968 0 -1 1077944384 323 0 0 0 24 7 0 0 20 0 15 0 13194133 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359406062480 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10551232 memory=-6081406862755241769 CPUtime=0.3 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) S 12255 12258 7968 0 -1 1077944384 304 0 0 0 23 7 0 0 20 0 15 0 13194133 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359405009680 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10551232 memory=-7449383003082255457 CPUtime=0.31 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) S 12255 12258 7968 0 -1 1077944384 342 0 0 0 23 8 0 0 20 0 15 0 13194133 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359403957392 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10551232 memory=7679937539709960979 CPUtime=0.31 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) S 12255 12258 7968 0 -1 1077944384 281 0 0 0 24 7 0 0 20 0 15 0 13194133 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359402904592 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) S 12255 12258 7968 0 -1 1077944384 1014 0 0 0 0 0 0 0 20 0 15 0 13194135 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359012644976 140359449107074 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13194135 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359011590944 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13194135 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359010538608 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13194138 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10551232 memory=6944656592455097440 CPUtime=0.18 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) S 12255 12258 7968 0 -1 1077944384 888 0 0 0 18 0 0 0 20 0 15 0 13194138 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359008434800 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10551232 memory=6944656575208382560 CPUtime=0.17 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) S 12255 12258 7968 0 -1 1077944384 423 0 0 0 17 0 0 0 20 0 15 0 13194138 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359007382000 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) S 12255 12258 7968 0 -1 1077944384 1108 0 0 0 24 0 0 0 20 0 15 0 13194138 10804461568 324781 18446744073709551615 4194304 4196468 140737113988176 140359006329712 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0

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

/proc/12258/task/12264/stat : 12264 (java) R 12255 12258 7968 0 -1 4202560 640741 0 0 0 41157 206 0 0 20 0 17 0 13194133 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359402904792 140359434092324 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10686560 memory=11400 CPUtime=16.06 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) S 12255 12258 7968 0 -1 1077944384 88965 0 0 0 1601 5 0 0 20 0 17 0 13194135 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359012643520 140359449106133 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10686560 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359011591008 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359010538624 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10686560 memory=8305144 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10686560 memory=4124 CPUtime=0.43 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) S 12255 12258 7968 0 -1 1077944384 2111 0 0 0 43 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359008434848 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10686560 memory=11400 CPUtime=0.41 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) S 12255 12258 7968 0 -1 1077944384 2271 0 0 0 41 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359007366992 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10686560 memory=2424 CPUtime=0.29 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) S 12255 12258 7968 0 -1 1077944384 2168 0 0 0 29 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359006329472 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12272] ppid=12255 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12272/stat : 12272 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359005277152 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12273] ppid=12255 vsize=10686560 memory=1732 CPUtime=0.15 cores=1,3,5,7
/proc/12258/task/12273/stat : 12273 (java) S 12255 12258 7968 0 -1 1077944384 621 0 0 0 9 6 0 0 20 0 17 0 13194141 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359004223920 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12393] ppid=12255 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12393/stat : 12393 (java) S 12255 12258 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359001070960 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12394] ppid=12255 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12394/stat : 12394 (java) S 12255 12258 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359000019120 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 1683.48 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305156 KiB

[startup+452.801 s]
/proc/loadavg: 7.09 7.12 7.22 9/214 12397
/proc/meminfo: memFree=15060372/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10686560 memory=8305156 CPUtime=1689.69 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 2657903 0 0 0 168080 889 0 0 20 0 17 0 13194125 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2671640 2076289 3152 1 0 2661055 0
[pid=12258/tid=12260] ppid=12255 vsize=10686560 memory=8305156 CPUtime=13.48 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) S 12255 12258 7968 0 -1 1077944384 18737 0 0 0 1319 29 0 0 20 0 17 0 13194132 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359453336608 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10686560 memory=-8774313645642428999 CPUtime=417.03 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) R 12255 12258 7968 0 -1 4202560 971534 0 0 0 41490 213 0 0 20 0 17 0 13194133 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359406062288 140359441724135 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10686560 memory=9916 CPUtime=413.78 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) R 12255 12258 7968 0 -1 4202560 449965 0 0 0 41168 210 0 0 20 0 17 0 13194133 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359405009488 140359441724135 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10686560 memory=1200 CPUtime=412.75 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) R 12255 12258 7968 0 -1 4202560 479321 0 0 0 41057 218 0 0 20 0 17 0 13194133 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359403957200 140359441724135 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10686560 memory=15872 CPUtime=415.21 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) R 12255 12258 7968 0 -1 4202560 640745 0 0 0 41315 206 0 0 20 0 17 0 13194133 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359402904792 140359434092334 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10686560 memory=8305156 CPUtime=16.06 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) S 12255 12258 7968 0 -1 1077944384 88965 0 0 0 1601 5 0 0 20 0 17 0 13194135 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359012643520 140359449106133 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10686560 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359011591008 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359010538624 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10686560 memory=8305156 CPUtime=0.43 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) S 12255 12258 7968 0 -1 1077944384 2111 0 0 0 43 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359008434848 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10686560 memory=3880 CPUtime=0.41 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) S 12255 12258 7968 0 -1 1077944384 2271 0 0 0 41 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359007366992 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10686560 memory=3868 CPUtime=0.29 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) S 12255 12258 7968 0 -1 1077944384 2168 0 0 0 29 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359006329472 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12272] ppid=12255 vsize=10686560 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12272/stat : 12272 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359005277152 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12273] ppid=12255 vsize=10686560 memory=2760 CPUtime=0.15 cores=1,3,5,7
/proc/12258/task/12273/stat : 12273 (java) S 12255 12258 7968 0 -1 1077944384 621 0 0 0 9 6 0 0 20 0 17 0 13194141 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359004223920 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12393] ppid=12255 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12393/stat : 12393 (java) S 12255 12258 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359001070960 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12394] ppid=12255 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12394/stat : 12394 (java) S 12255 12258 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076289 18446744073709551615 4194304 4196468 140737113988176 140359000019120 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 1689.69 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305156 KiB

[startup+453.601 s]
/proc/loadavg: 7.09 7.12 7.22 9/214 12397
/proc/meminfo: memFree=15060372/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10686560 memory=8305160 CPUtime=1692.75 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 2657986 0 0 0 168385 890 0 0 20 0 17 0 13194125 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2671640 2076290 3152 1 0 2661055 0
[pid=12258/tid=12260] ppid=12255 vsize=10686560 memory=2424 CPUtime=13.48 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) S 12255 12258 7968 0 -1 1077944384 18737 0 0 0 1319 29 0 0 20 0 17 0 13194132 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359453336608 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10686560 memory=1296 CPUtime=417.78 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) S 12255 12258 7968 0 -1 1077944384 971534 0 0 0 41565 213 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359406062480 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10686560 memory=1732 CPUtime=414.53 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) S 12255 12258 7968 0 -1 1077944384 449965 0 0 0 41242 211 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359405009680 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10686560 memory=1700 CPUtime=413.51 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) S 12255 12258 7968 0 -1 1077944384 479321 0 0 0 41133 218 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359403957392 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10686560 memory=1228 CPUtime=416 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) S 12255 12258 7968 0 -1 1077944384 640745 0 0 0 41394 206 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359402904592 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10686560 memory=1000 CPUtime=16.07 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) R 12255 12258 7968 0 -1 4202560 89046 0 0 0 1602 5 0 0 20 0 17 0 13194135 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359012643520 140359434092331 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359011591008 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10686560 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359010538624 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10686560 memory=792 CPUtime=0.43 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) S 12255 12258 7968 0 -1 1077944384 2111 0 0 0 43 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359008434848 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10686560 memory=-8774313645642428999 CPUtime=0.41 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) S 12255 12258 7968 0 -1 1077944384 2271 0 0 0 41 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359007366992 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10686560 memory=1792 CPUtime=0.29 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) S 12255 12258 7968 0 -1 1077944384 2168 0 0 0 29 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359006329472 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12272] ppid=12255 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12272/stat : 12272 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359005277152 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12273] ppid=12255 vsize=10686560 memory=2248 CPUtime=0.15 cores=1,3,5,7
/proc/12258/task/12273/stat : 12273 (java) S 12255 12258 7968 0 -1 1077944384 623 0 0 0 9 6 0 0 20 0 17 0 13194141 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359004223920 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12393] ppid=12255 vsize=10686560 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12393/stat : 12393 (java) S 12255 12258 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359001070960 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12394] ppid=12255 vsize=10686560 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12394/stat : 12394 (java) S 12255 12258 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359000019120 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 1692.75 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305160 KiB

[startup+454.001 s]*
/proc/loadavg: 7.09 7.12 7.22 6/214 12397
/proc/meminfo: memFree=15060372/32770624 swapFree=67108860/67108860
[pid=12258] ppid=12255 vsize=10686560 memory=8305160 CPUtime=1693.15 cores=1,3,5,7
/proc/12258/stat : 12258 (java) S 12255 12258 7968 0 -1 1077944320 2658581 0 0 0 168425 890 0 0 20 0 17 0 13194125 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140737113970720 140359449095927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
/proc/12258/statm: 2671640 2076290 3152 1 0 2661055 0
[pid=12258/tid=12260] ppid=12255 vsize=10686560 memory=7077796292425249400 CPUtime=13.48 cores=1,3,5,7
/proc/12258/task/12260/stat : 12260 (java) S 12255 12258 7968 0 -1 1077944384 18737 0 0 0 1319 29 0 0 20 0 17 0 13194132 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359453336608 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12261] ppid=12255 vsize=10686560 memory=4641360078160158821 CPUtime=417.78 cores=1,3,5,7
/proc/12258/task/12261/stat : 12261 (java) S 12255 12258 7968 0 -1 1077944384 971534 0 0 0 41565 213 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359406062480 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12262] ppid=12255 vsize=10686560 memory=7878636202090055328 CPUtime=414.53 cores=1,3,5,7
/proc/12258/task/12262/stat : 12262 (java) S 12255 12258 7968 0 -1 1077944384 449965 0 0 0 41242 211 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359405009680 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12263] ppid=12255 vsize=10686560 memory=0 CPUtime=413.51 cores=1,3,5,7
/proc/12258/task/12263/stat : 12263 (java) S 12255 12258 7968 0 -1 1077944384 479321 0 0 0 41133 218 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359403957392 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12264] ppid=12255 vsize=10686560 memory=-1 CPUtime=416 cores=1,3,5,7
/proc/12258/task/12264/stat : 12264 (java) S 12255 12258 7968 0 -1 1077944384 640745 0 0 0 41394 206 0 0 20 0 17 0 13194133 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359402904592 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12265] ppid=12255 vsize=10686560 memory=140323577403008 CPUtime=16.48 cores=1,3,5,7
/proc/12258/task/12265/stat : 12265 (java) R 12255 12258 7968 0 -1 4202560 89641 0 0 0 1643 5 0 0 20 0 17 0 13194135 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359012643520 140359434092328 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12266] ppid=12255 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12266/stat : 12266 (java) S 12255 12258 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359011591008 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12267] ppid=12255 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12267/stat : 12267 (java) S 12255 12258 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13194135 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359010538624 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12268] ppid=12255 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12268/stat : 12268 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359009486928 140359449114523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12269] ppid=12255 vsize=10686560 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/12258/task/12269/stat : 12269 (java) S 12255 12258 7968 0 -1 1077944384 2111 0 0 0 43 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359008434848 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12270] ppid=12255 vsize=10686560 memory=-1 CPUtime=0.41 cores=1,3,5,7
/proc/12258/task/12270/stat : 12270 (java) S 12255 12258 7968 0 -1 1077944384 2271 0 0 0 41 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359007366992 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12271] ppid=12255 vsize=10686560 memory=140323577403008 CPUtime=0.29 cores=1,3,5,7
/proc/12258/task/12271/stat : 12271 (java) S 12255 12258 7968 0 -1 1077944384 2168 0 0 0 29 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359006329472 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12272] ppid=12255 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12272/stat : 12272 (java) S 12255 12258 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13194138 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359005277152 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12273] ppid=12255 vsize=10686560 memory=140323577403008 CPUtime=0.15 cores=1,3,5,7
/proc/12258/task/12273/stat : 12273 (java) S 12255 12258 7968 0 -1 1077944384 623 0 0 0 9 6 0 0 20 0 17 0 13194141 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359004223920 140359449107074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12393] ppid=12255 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12393/stat : 12393 (java) S 12255 12258 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359001070960 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
[pid=12258/tid=12394] ppid=12255 vsize=10686560 memory=140323577403008 CPUtime=0 cores=1,3,5,7
/proc/12258/task/12394/stat : 12394 (java) S 12255 12258 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13236069 10943037440 2076290 18446744073709551615 4194304 4196468 140737113988176 140359000019120 140359449106133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140737113993617 140737113993770 140737113993770 140737113997263 0
Current children cumulated CPU time: 1693.15 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305160 KiB

[startup+454.201 s]*
/proc/loadavg: 7.09 7.12 7.22 6/199 12397
/proc/meminfo: memFree=15931728/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): 454.261
CPU time (s): 1693.42
CPU user time (s): 1684.43
CPU system time (s): 8.98569
CPU usage (%): 372.785
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8305160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1684.43
system time used= 8.98569
maximum resident set size= 8305392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2661649
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39585
involuntary context switches= 48852


# summary of solver processes directly reported to runsolver:
#   pid: 12258
#   total CPU time (s): 1693.42
#   total CPU user time (s): 1684.43
#   total CPU system time (s): 8.98569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.69948 second user time and 4.5836 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:44:38
IDJOB=4263123
IDBENCH=115785
IDSOLVER=2651
FILE ID=node128/4263123-1502593114
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= ace514d87f50dd866893bf6c8eeff4c9
RANDOM SEED=1747143547

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:        23223616 kB
MemAvailable:   23729064 kB
Buffers:          108484 kB
Cached:           685748 kB
SwapCached:            0 kB
Active:          8510696 kB
Inactive:         614416 kB
Active(anon):    8331096 kB
Inactive(anon):    16764 kB
Active(file):     179600 kB
Inactive(file):   597652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:            12 kB
AnonPages:       8330240 kB
Mapped:            43528 kB
Shmem:             17116 kB
Slab:             112504 kB
SReclaimable:      88060 kB
SUnreclaim:        24444 kB
KernelStack:        3472 kB
PageTables:        21248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6909952 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 04:52:12