Trace number 4263125

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) 1709.15 459.849

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-8.xml
MD5SUM754bcb27478aff360ffbb606538dde42
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2113
Maximum domain size2113
Distribution of domain sizes[{"size":2113,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263125-1502592978/watcher-4263125-1502592978 -o /tmp/evaluation-result-4263125-1502592978/solver-4263125-1502592978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263125-1502592978.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12150, runsolver pid=12147
Current StackSize limit: 8192 KiB


[startup+0.100164 s]*
/proc/loadavg: 7.64 7.44 7.34 6/199 12152
/proc/meminfo: memFree=23219584/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=9936560 memory=14108 CPUtime=0 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 2831 0 0 0 0 0 0 0 20 0 6 0 13180511 10175037440 3527 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2484140 3527 1483 1 0 2473637 0
[pid=12150/tid=12152] ppid=12147 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12147 12150 7968 0 -1 4202560 1554 0 0 0 0 0 0 0 20 0 6 0 13180521 10175037440 3527 18446744073709551615 4194304 4196468 140735806406224 140122080989776 140122037734373 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13180521 10175037440 3527 18446744073709551615 4194304 4196468 140735806406224 140121687644560 140122076763861 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=9936560 memory=140527049737856 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13180521 10175037440 3527 18446744073709551615 4194304 4196468 140735806406224 140121686591760 140122076763861 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 13180521 10175037440 3593 18446744073709551615 4194304 4196468 140735806406224 140121685539472 140122076763861 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 13180521 10175037440 3593 18446744073709551615 4194304 4196468 140735806406224 140121684486672 140122076763861 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14108 KiB

[startup+0.210107 s]*
/proc/loadavg: 7.64 7.44 7.34 6/212 12165
/proc/meminfo: memFree=23208216/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=10551156 memory=26048 CPUtime=0.09 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 5039 0 0 0 8 1 0 0 20 0 15 0 13180511 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2637789 6512 2733 1 0 2627261 0
[pid=12150/tid=12152] ppid=12147 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12147 12150 7968 0 -1 4202560 2979 0 0 0 6 0 0 0 20 0 15 0 13180521 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140122080976832 140122076765590 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121687644560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=10551156 memory=140527049746145 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121686591760 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121685539472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121684486672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10551156 memory=140527049737856 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13180523 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121640909424 140122076764802 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13180523 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121639855392 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13180524 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121638803056 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121636698224 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121635645424 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10551156 memory=140527049737856 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) R 12147 12150 7968 0 -1 4202560 252 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121634593136 140122076775002 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10551156 memory=140527049737856 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180531 10804383744 6512 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26048 KiB

[startup+0.311249 s]*
/proc/loadavg: 7.64 7.44 7.34 6/212 12165
/proc/meminfo: memFree=23196000/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=10551156 memory=36220 CPUtime=0.23 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 8352 0 0 0 21 2 0 0 20 0 15 0 13180511 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2637789 9055 2861 1 0 2627261 0
[pid=12150/tid=12152] ppid=12147 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12147 12150 7968 0 -1 4202560 5968 0 0 0 15 2 0 0 20 0 15 0 13180521 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140122080985568 140122060834142 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121687644560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121686591760 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121685539472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13180521 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121684486672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12147 12150 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13180523 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121640909424 140122076764802 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13180523 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121639855392 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13180524 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121638803056 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 500 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121636698224 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 13180526 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121635645424 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12147 12150 7968 0 -1 1077944384 423 0 0 0 4 0 0 0 20 0 15 0 13180526 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121634593136 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10551156 memory=140527049737856 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180531 10804383744 9055 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36220 KiB

[startup+0.701217 s]
/proc/loadavg: 7.64 7.44 7.34 9/212 12165
/proc/meminfo: memFree=23184352/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=10551232 memory=201152 CPUtime=1.27 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 12394 0 0 0 119 8 0 0 20 0 15 0 13180511 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2637808 50288 3056 1 0 2627261 0
[pid=12150/tid=12152] ppid=12147 vsize=10551232 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) S 12147 12150 7968 0 -1 1077944384 7447 0 0 0 47 4 0 0 20 0 15 0 13180521 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140122080990704 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=10551232 memory=140526900867959 CPUtime=0.01 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) R 12147 12150 7968 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 15 0 13180521 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121687644760 140122062511976 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=10551232 memory=281053801834080 CPUtime=0.01 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) R 12147 12150 7968 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 15 0 13180521 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121686591648 140122061781074 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) R 12147 12150 7968 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 15 0 13180521 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121685537168 140122061775806 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=10551232 memory=6944656575208382560 CPUtime=0.01 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) R 12147 12150 7968 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 15 0 13180521 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121684484648 140122061777477 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10551232 memory=281053801565792 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12147 12150 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 13180523 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121640907936 140122076763861 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13180523 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121639855392 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10551232 memory=15822205074278351 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13180524 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121638803056 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10551232 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10551232 memory=7700 CPUtime=0.18 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 1149 0 0 0 18 0 0 0 20 0 15 0 13180526 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121636683216 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10551232 memory=1236 CPUtime=0.23 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 1002 0 0 0 23 0 0 0 20 0 15 0 13180526 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121635630416 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10551232 memory=640 CPUtime=0.24 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12147 12150 7968 0 -1 1077944384 1337 0 0 0 24 0 0 0 20 0 15 0 13180526 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121634593136 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10551232 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180531 10804461568 50288 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 201152 KiB

[startup+1.50122 s]
/proc/loadavg: 7.64 7.44 7.34 6/212 12165
/proc/meminfo: memFree=22792536/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=10551232 memory=1249852 CPUtime=2.9 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 15206 0 0 0 245 45 0 0 20 0 15 0 13180511 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2637808 312463 3086 1 0 2627261 0
[pid=12150/tid=12152] ppid=12147 vsize=10551232 memory=281053801643768 CPUtime=1.06 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) S 12147 12150 7968 0 -1 1077944384 8358 0 0 0 89 17 0 0 20 0 15 0 13180521 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140122080990576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=10551232 memory=56530225335028 CPUtime=0.25 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) R 12147 12150 7968 0 -1 4202560 662 0 0 0 19 6 0 0 20 0 15 0 13180521 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121687644560 140122061201719 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=10551232 memory=56530225335028 CPUtime=0.25 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) R 12147 12150 7968 0 -1 4202560 204 0 0 0 19 6 0 0 20 0 15 0 13180521 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121686591760 140122061781074 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=10551232 memory=56530225334772 CPUtime=0.25 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) R 12147 12150 7968 0 -1 4202560 214 0 0 0 19 6 0 0 20 0 15 0 13180521 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121685539672 140122055948882 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=10551232 memory=56530225334772 CPUtime=0.25 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) R 12147 12150 7968 0 -1 4202560 238 0 0 0 20 5 0 0 20 0 15 0 13180521 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121684486672 140122061201837 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10551232 memory=56530225334516 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12147 12150 7968 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 13180523 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121640907936 140122076763861 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10551232 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13180523 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121639855392 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13180524 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121638803056 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 1288 0 0 0 23 0 0 0 20 0 15 0 13180526 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121636698224 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 1017 0 0 0 27 0 0 0 20 0 15 0 13180526 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121635645424 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12147 12150 7968 0 -1 1077944384 1365 0 0 0 26 0 0 0 20 0 15 0 13180526 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121634593136 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10551232 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13180526 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13180531 10804461568 312463 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10551232 KiB

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

/proc/12150/task/12156/stat : 12156 (java) R 12147 12150 7968 0 -1 4202560 666873 0 0 0 41273 211 0 0 20 0 17 0 13180521 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121684486672 140122058363410 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10686560 memory=8290092 CPUtime=16.7 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12147 12150 7968 0 -1 1077944384 96452 0 0 0 1665 5 0 0 20 0 17 0 13180523 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121640907968 140122076763861 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10686560 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 13180523 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121639855456 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13180524 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121638803072 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10686560 memory=1000 CPUtime=0.5 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 1914 0 0 0 50 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121636697984 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10686560 memory=2012 CPUtime=0.53 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 1990 0 0 0 53 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121635645472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10686560 memory=8290184 CPUtime=0.31 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12147 12150 7968 0 -1 1077944384 3189 0 0 0 31 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121634588656 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10686560 memory=7712 CPUtime=0.15 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 650 0 0 0 9 6 0 0 20 0 17 0 13180531 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12292] ppid=12147 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12292/stat : 12292 (java) S 12147 12150 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121631432560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12293] ppid=12147 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12293/stat : 12293 (java) S 12147 12150 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121561096672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 1690.13 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290192 KiB

[startup+457.601 s]
/proc/loadavg: 7.27 7.36 7.31 9/213 12297
/proc/meminfo: memFree=14907556/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=10686560 memory=8290192 CPUtime=1702.52 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 4022867 0 0 0 169296 956 0 0 20 0 17 0 13180511 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2671640 2072548 3157 1 0 2661055 0
[pid=12150/tid=12152] ppid=12147 vsize=10686560 memory=8676 CPUtime=14.98 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) S 12147 12150 7968 0 -1 1077944384 49175 0 0 0 1464 34 0 0 20 0 17 0 13180521 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140122080994336 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=10686560 memory=1440 CPUtime=416.9 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) R 12147 12150 7968 0 -1 4202560 858219 0 0 0 41467 223 0 0 20 0 17 0 13180521 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121687644680 140122069381863 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=416.45 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) R 12147 12150 7968 0 -1 4202560 1489491 0 0 0 41386 259 0 0 20 0 17 0 13180521 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121686591880 140122069381863 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=10686560 memory=11380 CPUtime=417.87 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) R 12147 12150 7968 0 -1 4202560 853402 0 0 0 41570 217 0 0 20 0 17 0 13180521 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121685539592 140122069381863 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=10686560 memory=2424 CPUtime=418.04 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) R 12147 12150 7968 0 -1 4202560 666873 0 0 0 41593 211 0 0 20 0 17 0 13180521 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121684486872 140122061743317 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10686560 memory=6788 CPUtime=16.7 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12147 12150 7968 0 -1 1077944384 96452 0 0 0 1665 5 0 0 20 0 17 0 13180523 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121640907968 140122076763861 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10686560 memory=8290192 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 13180523 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121639855456 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13180524 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121638803072 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10686560 memory=2956 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10686560 memory=8303996 CPUtime=0.5 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 1914 0 0 0 50 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121636697984 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=0.53 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 1990 0 0 0 53 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121635645472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10686560 memory=8676 CPUtime=0.31 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12147 12150 7968 0 -1 1077944384 3189 0 0 0 31 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121634588656 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10686560 memory=1700 CPUtime=0.15 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 650 0 0 0 9 6 0 0 20 0 17 0 13180531 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12292] ppid=12147 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12292/stat : 12292 (java) S 12147 12150 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121631432560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12293] ppid=12147 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12293/stat : 12293 (java) S 12147 12150 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072548 18446744073709551615 4194304 4196468 140735806406224 140121561096672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 1702.52 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290192 KiB

[startup+459.201 s]
/proc/loadavg: 7.27 7.36 7.31 8/213 12297
/proc/meminfo: memFree=14907680/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=10686560 memory=8290196 CPUtime=1708.5 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 4028268 0 0 0 169892 958 0 0 20 0 17 0 13180511 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2671640 2072549 3157 1 0 2661055 0
[pid=12150/tid=12152] ppid=12147 vsize=10686560 memory=8290192 CPUtime=14.98 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) S 12147 12150 7968 0 -1 1077944384 49175 0 0 0 1464 34 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140122080994336 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=10686560 memory=8290192 CPUtime=418.37 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12147 12150 7968 0 -1 1077944384 858219 0 0 0 41613 224 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121687644560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=10686560 memory=11380 CPUtime=417.91 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12147 12150 7968 0 -1 1077944384 1489491 0 0 0 41532 259 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121686591760 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=10686560 memory=2424 CPUtime=419.3 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12147 12150 7968 0 -1 1077944384 853402 0 0 0 41713 217 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121685539472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=10686560 memory=1296 CPUtime=419.57 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12147 12150 7968 0 -1 1077944384 666873 0 0 0 41746 211 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121684486672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=16.77 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) R 12147 12150 7968 0 -1 4202560 101853 0 0 0 1672 5 0 0 20 0 17 0 13180523 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121640907968 140122061211258 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 13180523 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121639855456 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13180524 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121638803072 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10686560 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10686560 memory=3868 CPUtime=0.5 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 1914 0 0 0 50 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121636697984 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10686560 memory=8290092 CPUtime=0.53 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 1990 0 0 0 53 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121635645472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10686560 memory=8290192 CPUtime=0.31 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12147 12150 7968 0 -1 1077944384 3189 0 0 0 31 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121634588656 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10686560 memory=8290184 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10686560 memory=1156 CPUtime=0.15 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 650 0 0 0 9 6 0 0 20 0 17 0 13180531 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12292] ppid=12147 vsize=10686560 memory=2956 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12292/stat : 12292 (java) S 12147 12150 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121631432560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12293] ppid=12147 vsize=10686560 memory=8303996 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12293/stat : 12293 (java) S 12147 12150 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121561096672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 1708.5 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290196 KiB

[startup+459.601 s]
/proc/loadavg: 7.27 7.36 7.31 8/213 12297
/proc/meminfo: memFree=14907680/32770624 swapFree=67108860/67108860
[pid=12150] ppid=12147 vsize=10686560 memory=8290196 CPUtime=1708.9 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12147 12150 7968 0 -1 1077944320 4028268 0 0 0 169932 958 0 0 20 0 17 0 13180511 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140735806388768 140122076753655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
/proc/12150/statm: 2671640 2072549 3157 1 0 2661055 0
[pid=12150/tid=12152] ppid=12147 vsize=10686560 memory=2956 CPUtime=14.98 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) S 12147 12150 7968 0 -1 1077944384 49175 0 0 0 1464 34 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140122080994336 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12153] ppid=12147 vsize=10686560 memory=8303996 CPUtime=418.37 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12147 12150 7968 0 -1 1077944384 858219 0 0 0 41613 224 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121687644560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12154] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=417.91 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12147 12150 7968 0 -1 1077944384 1489491 0 0 0 41532 259 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121686591760 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12155] ppid=12147 vsize=10686560 memory=8676 CPUtime=419.3 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12147 12150 7968 0 -1 1077944384 853402 0 0 0 41713 217 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121685539472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12156] ppid=12147 vsize=10686560 memory=1440 CPUtime=419.57 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12147 12150 7968 0 -1 1077944384 666873 0 0 0 41746 211 0 0 20 0 17 0 13180521 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121684486672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12157] ppid=12147 vsize=10686560 memory=9916 CPUtime=17.17 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) R 12147 12150 7968 0 -1 4202560 101853 0 0 0 1712 5 0 0 20 0 17 0 13180523 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121640907856 140122061211258 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12158] ppid=12147 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12147 12150 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 13180523 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121639855456 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12159] ppid=12147 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12147 12150 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13180524 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121638803072 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12160] ppid=12147 vsize=10686560 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121637751376 140122076772251 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12161] ppid=12147 vsize=10686560 memory=928 CPUtime=0.5 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12147 12150 7968 0 -1 1077944384 1914 0 0 0 50 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121636697984 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12162] ppid=12147 vsize=10686560 memory=2164 CPUtime=0.53 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12147 12150 7968 0 -1 1077944384 1990 0 0 0 53 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121635645472 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12163] ppid=12147 vsize=10686560 memory=1732 CPUtime=0.31 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12147 12150 7968 0 -1 1077944384 3189 0 0 0 31 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121634588656 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12164] ppid=12147 vsize=10686560 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12147 12150 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13180526 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121633540576 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12165] ppid=12147 vsize=10686560 memory=1228 CPUtime=0.15 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12147 12150 7968 0 -1 1077944384 650 0 0 0 9 6 0 0 20 0 17 0 13180531 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121632488368 140122076764802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12292] ppid=12147 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12292/stat : 12292 (java) S 12147 12150 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121631432560 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
[pid=12150/tid=12293] ppid=12147 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12293/stat : 12293 (java) S 12147 12150 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13223008 10943037440 2072549 18446744073709551615 4194304 4196468 140735806406224 140121561096672 140122076763861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9842688 140735806411153 140735806411306 140735806411306 140735806414799 0
Current children cumulated CPU time: 1708.9 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290196 KiB

[startup+459.801 s]*
/proc/loadavg: 7.27 7.36 7.31 6/202 12312
/proc/meminfo: memFree=17659008/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): 459.849
CPU time (s): 1709.15
CPU user time (s): 1699.47
CPU system time (s): 9.68959
CPU usage (%): 371.678
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8290196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1699.47
system time used= 9.68959
maximum resident set size= 8290420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4031224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41863
involuntary context switches= 50334


# summary of solver processes directly reported to runsolver:
#   pid: 12150
#   total CPU time (s): 1709.15
#   total CPU user time (s): 1699.47
#   total CPU system time (s): 9.68959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.22703 second user time and 3.942 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:42:21
IDJOB=4263125
IDBENCH=115780
IDSOLVER=2651
FILE ID=node128/4263125-1502592978
RUNJOBID= node128-1502582933-8032
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-20-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263125-1502592978/watcher-4263125-1502592978 -o /tmp/evaluation-result-4263125-1502592978/solver-4263125-1502592978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263125-1502592978.xml

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

MD5SUM BENCH= 754bcb27478aff360ffbb606538dde42
RANDOM SEED=714728115

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:        23219936 kB
MemAvailable:   23725316 kB
Buffers:          108312 kB
Cached:           685860 kB
SwapCached:            0 kB
Active:          8513648 kB
Inactive:         614164 kB
Active(anon):    8333824 kB
Inactive(anon):    16764 kB
Active(file):     179824 kB
Inactive(file):   597400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:             4 kB
AnonPages:       8333536 kB
Mapped:            43500 kB
Shmem:             17116 kB
Slab:             112512 kB
SReclaimable:      87984 kB
SUnreclaim:        24528 kB
KernelStack:        3472 kB
PageTables:        21280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8169472 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:50:01