Trace number 4263767

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? 1610.29 434.46399

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-5.xml
MD5SUMe703a022bfe4f723b0880c2305d40b57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark457
Best CPU time to get the best result obtained on this benchmark2400.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1451.32/391.99	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1451.32/391.99		at java.util.Arrays.copyOfRange(Arrays.java:3664)
1451.32/391.99		at java.lang.String.<init>(String.java:207)
1451.32/391.99		at java.lang.StringBuilder.toString(StringBuilder.java:407)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:697)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1451.32/391.99		at java.lang.Throwable.printStackTrace(Throwable.java:667)
1451.32/391.99		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1451.32/391.99		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1451.32/391.99		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1499.70/404.83		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1499.70/404.83		at java.util.logging.Logger.log(Logger.java:738)
1499.70/404.83		at java.util.logging.Logger.doLog(Logger.java:765)
1499.70/404.83		at java.util.logging.Logger.log(Logger.java:876)
1499.70/404.83		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1499.70/404.83		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1499.70/404.83		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1499.70/404.83		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1499.70/404.83		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1499.70/404.83		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1574.78/424.92	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1574.78/424.92	c This is free software under the dual EPL/GNU LGPL licenses.
1574.78/424.92	c See www.sat4j.org for details.
1574.78/424.92	c That software uses the Rhino library from the Mozilla project.
1574.78/424.92	c version CUSTOM.v20170705
1574.78/424.92	c java.runtime.name	Java(TM) SE Runtime Environment
1574.78/424.92	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1574.78/424.92	c java.vm.version	25.131-b11
1574.78/424.92	c java.vm.vendor	Oracle Corporation
1574.78/424.92	c sun.arch.data.model	64
1574.78/424.92	c java.version		1.8.0_131
1574.78/424.92	c os.name		Linux
1574.78/424.92	c os.version		3.10.0-514.16.1.el7.x86_64
1574.78/424.92	c os.arch		amd64
1574.78/424.92	c Free memory 		499604488
1574.78/424.92	c Max memory 		7247757312
1574.78/424.92	c Total memory 		504889344
1574.78/424.92	c Number of processors 	4
1574.78/424.92	c c --- Begin Solver configuration ---
1574.78/424.92	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1574.78/424.92	c Learn all clauses as in MiniSAT
1574.78/424.92	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1574.78/424.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1574.78/424.92	c No reason simplification
1574.78/424.92	c Glucose 2.1 dynamic restart strategy
1574.78/424.92	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
1574.78/424.92	c timeout=2147483s
1574.78/424.92	c DB Simplification allowed=false
1574.78/424.92	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1574.78/424.92	c --- End Solver configuration ---
1610.21/434.42	c starts		: 0
1610.21/434.42	c conflicts		: 0
1610.21/434.42	c decisions		: 0
1610.21/434.42	c propagations		: 0
1610.21/434.42	c inspects		: 0
1610.21/434.42	c shortcuts		: 0
1610.21/434.42	c learnt literals	: 0
1610.21/434.42	c learnt binary clauses	: 0
1610.21/434.42	c learnt ternary clauses	: 0
1610.21/434.42	c learnt constraints	: 0
1610.21/434.42	c ignored constraints	: 0
1610.21/434.42	c root simplifications	: 0
1610.21/434.42	c removed literals (reason simplification)	: 0
1610.21/434.42	c reason swapping (by a shorter reason)	: 0
1610.21/434.42	c Calls to reduceDB	: 0
1610.21/434.42	c Number of update (reduction) of LBD	: 0
1610.21/434.42	c Imported unit clauses	: 0
1610.21/434.42	c number of reductions to clauses (during analyze)	: 0
1610.21/434.42	c number of learned constraints concerned by reduction	: 0
1610.21/434.42	c number of learning phase by resolution	: 0
1610.21/434.42	c number of learning phase by cutting planes	: 0
1610.21/434.42	c number of rounding to 1 operations	: 0
1610.21/434.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1610.21/434.42	c number of reductions of the coefficients by power 2 	: 0
1610.21/434.42	c number of right shift for reduction by power 2 	: 0
1610.21/434.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
1610.21/434.42	c speed (assignments/second)	: 0.0
1610.21/434.42	c non guided choices	0
1610.21/434.43	c learnt constraints type 
1610.21/434.43	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263767-1502594885/watcher-4263767-1502594885 -o /tmp/evaluation-result-4263767-1502594885/solver-4263767-1502594885 -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-4263767-1502594885.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
solver pid=12983, runsolver pid=12980
Current StackSize limit: 8192 KiB


[startup+0.100172 s]*
/proc/loadavg: 4.92 5.29 6.22 3/204 12989
/proc/meminfo: memFree=28973924/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10018544 memory=17804 CPUtime=0.01 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 3789 0 0 0 1 0 0 0 20 0 7 0 13371236 10258989056 4451 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2504636 4451 2022 1 0 2494133 0
[pid=12983/tid=12985] ppid=12980 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) R 12980 12983 7968 0 -1 4202560 2485 0 0 0 1 0 0 0 20 0 7 0 13371244 10258989056 4451 18446744073709551615 4194304 4196468 140724946846192 139780325247760 139780305085790 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 7 0 13371245 10258989056 4451 18446744073709551615 4194304 4196468 140724946846192 139780251425040 139780321015509 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10018544 memory=140546789185152 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13371245 10258989056 4451 18446744073709551615 4194304 4196468 140724946846192 139780250372496 139780321015509 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13371245 10258989056 4451 18446744073709551615 4194304 4196468 140724946846192 139780249319952 139780321015509 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10018544 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) S 12980 12983 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13371245 10258989056 4451 18446744073709551615 4194304 4196468 140724946846192 139779928746640 139780321015509 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10018544 memory=140546789185152 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) S 12980 12983 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13371246 10258989056 4451 18446744073709551615 4194304 4196468 140724946846192 139779817355760 139780321016450 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 17804 KiB

[startup+0.21214 s]*
/proc/loadavg: 4.92 5.29 6.22 3/213 12998
/proc/meminfo: memFree=28966864/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10554768 memory=29216 CPUtime=0.1 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 6148 0 0 0 9 1 0 0 20 0 15 0 13371236 10808082432 7508 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2638692 7304 2787 1 0 2628164 0
[pid=12983/tid=12985] ppid=12980 vsize=10553140 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) R 12980 12983 7968 0 -1 4202560 4065 0 0 0 7 1 0 0 20 0 15 0 13371244 10806415360 7064 18446744073709551615 4194304 4196468 140724946846192 139780325193648 139780313722407 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10552180 memory=317 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371245 10805432320 7064 18446744073709551615 4194304 4196468 140724946846192 139780251425040 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10552180 memory=140546789193442 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13371245 10805432320 6808 18446744073709551615 4194304 4196468 140724946846192 139780250372496 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13371245 10805432320 6808 18446744073709551615 4194304 4196468 140724946846192 139780249319952 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) S 12980 12983 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13371245 10804383744 6808 18446744073709551615 4194304 4196468 140724946846192 139779928746640 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10551156 memory=140546789185152 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) S 12980 12983 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13371246 10804383744 6808 18446744073709551615 4194304 4196468 140724946846192 139779817355760 139780321016450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13371247 10804383744 6808 18446744073709551615 4194304 4196468 140724946846192 139779816301984 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13371247 10804383744 6808 18446744073709551615 4194304 4196468 140724946846192 139779815249392 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371249 10804383744 6808 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) S 12980 12983 7968 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 13371249 10805432320 6808 18446744073709551615 4194304 4196468 140724946846192 139779813144560 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371249 10805432320 6808 18446744073709551615 4194304 4196468 140724946846192 139779812092016 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10552180 memory=140546789185152 CPUtime=0.01 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) S 12980 12983 7968 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 13371249 10805432320 6808 18446744073709551615 4194304 4196468 140724946846192 139779811039472 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371250 10805432320 6873 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10552180 memory=140546789185152 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13371254 10805432320 6873 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10554768 KiB
Current children cumulated memory: 29216 KiB

[startup+0.31023 s]*
/proc/loadavg: 4.92 5.29 6.22 3/213 12998
/proc/meminfo: memFree=28956008/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10551156 memory=36700 CPUtime=0.25 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 8514 0 0 0 23 2 0 0 20 0 15 0 13371236 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2637789 9175 2860 1 0 2627261 0
[pid=12983/tid=12985] ppid=12980 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) R 12980 12983 7968 0 -1 4202560 6146 0 0 0 16 2 0 0 20 0 15 0 13371244 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139780325226576 139780321017238 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371245 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139780251425040 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13371245 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139780250372496 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13371245 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139780249319952 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) S 12980 12983 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13371245 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779928746640 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) S 12980 12983 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13371246 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779817355760 139780321016450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13371247 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779816301984 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13371247 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779815249392 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371249 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) R 12980 12983 7968 0 -1 4202560 522 0 0 0 1 0 0 0 20 0 15 0 13371249 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779813144560 139780298903792 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) R 12980 12983 7968 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 13371249 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779812092016 139780321016450 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10551156 memory=140546789185152 CPUtime=0.04 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) R 12980 12983 7968 0 -1 4202560 393 0 0 0 4 0 0 0 20 0 15 0 13371249 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779811039472 139780305085790 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371250 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10551156 memory=140546789185152 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13371254 10804383744 9175 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36700 KiB

[startup+0.700832 s]
/proc/loadavg: 4.92 5.29 6.22 3/213 12998
/proc/meminfo: memFree=28940584/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10551232 memory=190460 CPUtime=1.19 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 12878 0 0 0 112 7 0 0 20 0 15 0 13371236 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2637808 47615 3071 1 0 2627261 0
[pid=12983/tid=12985] ppid=12980 vsize=10551232 memory=91 CPUtime=0.54 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) R 12980 12983 7968 0 -1 4202560 7502 0 0 0 50 4 0 0 20 0 15 0 13371244 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139780325235680 139779931377588 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) S 12980 12983 7968 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 13371245 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139780251425040 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10551232 memory=4638778398333293412 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) S 12980 12983 7968 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 13371245 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139780250372496 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10551232 memory=281093261496016 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) S 12980 12983 7968 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 13371245 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139780249319952 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10551232 memory=217958184 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) S 12980 12983 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 13371245 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779928746640 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10551232 memory=6811895185499135200 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) S 12980 12983 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13371246 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779817355760 139780321016450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10551232 memory=6082796732077994089 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13371247 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779816301984 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10551232 memory=7524486278333819988 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13371247 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779815249392 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371249 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10551232 memory=288230613214036277 CPUtime=0.19 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) R 12980 12983 7968 0 -1 4202560 1464 0 0 0 19 0 0 0 20 0 15 0 13371249 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779813125576 139780302549888 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10551232 memory=15822205074278351 CPUtime=0.18 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) R 12980 12983 7968 0 -1 4202560 1251 0 0 0 18 0 0 0 20 0 15 0 13371249 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779812073032 139780306131072 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10551232 memory=16444 CPUtime=0.21 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) S 12980 12983 7968 0 -1 1077944384 1150 0 0 0 21 0 0 0 20 0 15 0 13371249 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779811039472 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10551232 memory=7748 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371250 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10551232 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13371254 10804461568 47615 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 190460 KiB

[startup+1.51103 s]
/proc/loadavg: 4.92 5.29 6.22 3/213 12998
/proc/meminfo: memFree=28707432/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10551232 memory=455588 CPUtime=3.2 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 15380 0 0 0 295 25 0 0 20 0 15 0 13371236 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2637808 113897 3092 1 0 2627261 0
[pid=12983/tid=12985] ppid=12980 vsize=10551232 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) S 12980 12983 7968 0 -1 1077944384 7617 0 0 0 113 6 0 0 20 0 15 0 13371244 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139780325240208 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10551232 memory=56 CPUtime=0.16 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) R 12980 12983 7968 0 -1 4202560 146 0 0 0 12 4 0 0 20 0 15 0 13371245 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139780251425040 139780306033177 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10551232 memory=11827 CPUtime=0.16 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) R 12980 12983 7968 0 -1 4202560 117 0 0 0 12 4 0 0 20 0 15 0 13371245 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139780250372496 139780306033177 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10551232 memory=26184 CPUtime=0.15 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) R 12980 12983 7968 0 -1 4202560 171 0 0 0 12 3 0 0 20 0 15 0 13371245 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139780249320152 139780306033177 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) R 12980 12983 7968 0 -1 4202560 166 0 0 0 12 4 0 0 20 0 15 0 13371245 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779928746840 139780306029562 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10551232 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) S 12980 12983 7968 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 13371246 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779817354272 139780321015509 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13371247 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779816302048 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13371247 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779815249408 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371249 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10551232 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) S 12980 12983 7968 0 -1 1077944384 2206 0 0 0 52 0 0 0 20 0 15 0 13371249 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779813123696 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10551232 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) S 12980 12983 7968 0 -1 1077944384 2217 0 0 0 51 0 0 0 20 0 15 0 13371249 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779812070800 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) S 12980 12983 7968 0 -1 1077944384 1290 0 0 0 27 0 0 0 20 0 15 0 13371249 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779811039472 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371250 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13371254 10804461568 113897 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0

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

[startup+432.001 s]*
/proc/loadavg: 4.15 4.72 5.59 6/217 13043
/proc/meminfo: memFree=20779316/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10684360 memory=8115588 CPUtime=1602.65 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 183024 0 0 0 159499 766 0 0 20 0 16 0 13371236 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2671090 2028897 3124 1 0 2660543 0
[pid=12983/tid=12985] ppid=12980 vsize=10684360 memory=6656426216303648864 CPUtime=13.78 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) S 12980 12983 7968 0 -1 1077944384 15605 0 0 0 1369 9 0 0 20 0 16 0 13371244 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780325245984 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10684360 memory=-8195925453750481479 CPUtime=392.73 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) R 12980 12983 7968 0 -1 4202560 24706 0 0 0 39099 174 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780251424928 139780305994844 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10684360 memory=4120 CPUtime=390.76 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) R 12980 12983 7968 0 -1 4202560 19298 0 0 0 38888 188 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780250372304 139780313633511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10684360 memory=4076 CPUtime=389.63 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) R 12980 12983 7968 0 -1 4202560 17548 0 0 0 38774 189 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780249319760 139780313633511 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10684360 memory=4584 CPUtime=390.5 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) R 12980 12983 7968 0 -1 4202560 22709 0 0 0 38856 194 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779928746448 139780313633511 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10684360 memory=-8195925453750481479 CPUtime=22.34 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) S 12980 12983 7968 0 -1 1077944384 65986 0 0 0 2230 4 0 0 20 0 16 0 13371246 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779817354304 139780321015509 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10684360 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779816302048 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10684360 memory=3054156605267021449 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779815249408 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10684360 memory=7533807676074704953 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10684360 memory=6944652177228980320 CPUtime=1.3 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) S 12980 12983 7968 0 -1 1077944384 8564 0 0 0 129 1 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779813144608 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10684360 memory=-3704326594973231466 CPUtime=0.88 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) S 12980 12983 7968 0 -1 1077944384 4360 0 0 0 88 0 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779812091776 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10684360 memory=8259761640030508194 CPUtime=0.3 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) S 12980 12983 7968 0 -1 1077944384 1941 0 0 0 30 0 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779811039520 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10684360 memory=-7595718148000617580 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371250 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10684360 memory=4137284780655939955 CPUtime=0.35 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 861 0 0 0 19 16 0 0 20 0 16 0 13371254 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=13040] ppid=12980 vsize=10684360 memory=4137284780655939955 CPUtime=0 cores=1,3,5,7
/proc/12983/task/13040/stat : 13040 (java) S 12980 12983 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 13411719 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779807879152 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 1602.65 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8115588 KiB

[startup+433.601 s]
/proc/loadavg: 4.15 4.72 5.59 6/217 13043
/proc/meminfo: memFree=20779316/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10684360 memory=8115588 CPUtime=1608.81 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 183446 0 0 0 160113 768 0 0 20 0 16 0 13371236 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2671090 2028897 3124 1 0 2660543 0
[pid=12983/tid=12985] ppid=12980 vsize=10684360 memory=8115588 CPUtime=13.78 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) S 12980 12983 7968 0 -1 1077944384 15605 0 0 0 1369 9 0 0 20 0 16 0 13371244 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780325245984 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10684360 memory=1440 CPUtime=394.29 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) R 12980 12983 7968 0 -1 4202560 25128 0 0 0 39255 174 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780251424928 139780314108955 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10684360 memory=4124 CPUtime=392.29 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) R 12980 12983 7968 0 -1 4202560 19298 0 0 0 39040 189 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780250372616 139780313633511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10684360 memory=11472 CPUtime=391.16 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) R 12980 12983 7968 0 -1 4202560 17548 0 0 0 38926 190 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139780249319760 139780313633511 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10684360 memory=2424 CPUtime=392.02 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) R 12980 12983 7968 0 -1 4202560 22709 0 0 0 39008 194 0 0 20 0 16 0 13371245 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779928746448 139780313633511 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10684360 memory=-8774313645642428999 CPUtime=22.34 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) S 12980 12983 7968 0 -1 1077944384 65986 0 0 0 2230 4 0 0 20 0 16 0 13371246 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779817354304 139780321015509 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10684360 memory=11472 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779816302048 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10684360 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779815249408 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10684360 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10684360 memory=-8774313645642428999 CPUtime=1.3 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) S 12980 12983 7968 0 -1 1077944384 8564 0 0 0 129 1 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779813144608 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10684360 memory=2760 CPUtime=0.88 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) S 12980 12983 7968 0 -1 1077944384 4360 0 0 0 88 0 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779812091776 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10684360 memory=4064 CPUtime=0.3 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) S 12980 12983 7968 0 -1 1077944384 1941 0 0 0 30 0 0 0 20 0 16 0 13371249 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779811039520 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10684360 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371250 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10684360 memory=303993173188018202 CPUtime=0.35 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 861 0 0 0 19 16 0 0 20 0 16 0 13371254 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=13040] ppid=12980 vsize=10684360 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/12983/task/13040/stat : 13040 (java) S 12980 12983 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 13411719 10940784640 2028897 18446744073709551615 4194304 4196468 140724946846192 139779807879152 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 1608.81 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8115588 KiB

[startup+434.001 s]*
/proc/loadavg: 4.15 4.72 5.59 3/217 13043
/proc/meminfo: memFree=20779316/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10684360 memory=8115592 CPUtime=1609.82 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 183916 0 0 0 160214 768 0 0 20 0 16 0 13371236 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2671090 2028898 3124 1 0 2660543 0
[pid=12983/tid=12985] ppid=12980 vsize=10684360 memory=-8195925453750481479 CPUtime=13.78 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) S 12980 12983 7968 0 -1 1077944384 15605 0 0 0 1369 9 0 0 20 0 16 0 13371244 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780325245984 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10684360 memory=3248 CPUtime=394.5 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) S 12980 12983 7968 0 -1 1077944384 25242 0 0 0 39276 174 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780251425040 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10684360 memory=8115588 CPUtime=392.49 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) S 12980 12983 7968 0 -1 1077944384 19298 0 0 0 39060 189 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780250372496 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10684360 memory=4120 CPUtime=391.36 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) S 12980 12983 7968 0 -1 1077944384 17548 0 0 0 38946 190 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780249319952 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10684360 memory=4076 CPUtime=392.23 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) S 12980 12983 7968 0 -1 1077944384 22709 0 0 0 39029 194 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779928746640 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10684360 memory=4584 CPUtime=22.54 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) R 12980 12983 7968 0 -1 4202560 66342 0 0 0 2250 4 0 0 20 0 16 0 13371246 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779817354304 139780305462936 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10684360 memory=-8195925453750481479 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779816302048 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10684360 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779815249408 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10684360 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10684360 memory=4584 CPUtime=1.3 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) S 12980 12983 7968 0 -1 1077944384 8564 0 0 0 129 1 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779813144608 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10684360 memory=281093262445616 CPUtime=0.88 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) S 12980 12983 7968 0 -1 1077944384 4360 0 0 0 88 0 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779812091776 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10684360 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) S 12980 12983 7968 0 -1 1077944384 1941 0 0 0 30 0 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779811039520 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10684360 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371250 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10684360 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 861 0 0 0 19 16 0 0 20 0 16 0 13371254 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=13040] ppid=12980 vsize=10684360 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12983/task/13040/stat : 13040 (java) S 12980 12983 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 13411719 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779807879152 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 1609.82 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8115592 KiB

[startup+434.401 s]
/proc/loadavg: 4.15 4.72 5.59 3/217 13043
/proc/meminfo: memFree=20779316/32770624 swapFree=67108860/67108860
[pid=12983] ppid=12980 vsize=10684360 memory=8115592 CPUtime=1610.21 cores=1,3,5,7
/proc/12983/stat : 12983 (java) S 12980 12983 7968 0 -1 1077944320 183920 0 0 0 160253 768 0 0 20 0 16 0 13371236 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 140724946828736 139780321005303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
/proc/12983/statm: 2671090 2028898 3124 1 0 2660543 0
[pid=12983/tid=12985] ppid=12980 vsize=10684360 memory=8115512 CPUtime=13.78 cores=1,3,5,7
/proc/12983/task/12985/stat : 12985 (java) S 12980 12983 7968 0 -1 1077944384 15605 0 0 0 1369 9 0 0 20 0 16 0 13371244 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780325245984 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12986] ppid=12980 vsize=10684360 memory=1296 CPUtime=394.5 cores=1,3,5,7
/proc/12983/task/12986/stat : 12986 (java) S 12980 12983 7968 0 -1 1077944384 25242 0 0 0 39276 174 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780251425040 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12987] ppid=12980 vsize=10684360 memory=-8774313645642428999 CPUtime=392.49 cores=1,3,5,7
/proc/12983/task/12987/stat : 12987 (java) S 12980 12983 7968 0 -1 1077944384 19298 0 0 0 39060 189 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780250372496 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12988] ppid=12980 vsize=10684360 memory=4040 CPUtime=391.36 cores=1,3,5,7
/proc/12983/task/12988/stat : 12988 (java) S 12980 12983 7968 0 -1 1077944384 17548 0 0 0 38946 190 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139780249319952 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12989] ppid=12980 vsize=10684360 memory=16444 CPUtime=392.23 cores=1,3,5,7
/proc/12983/task/12989/stat : 12989 (java) S 12980 12983 7968 0 -1 1077944384 22709 0 0 0 39029 194 0 0 20 0 16 0 13371245 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779928746640 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12990] ppid=12980 vsize=10684360 memory=7764 CPUtime=22.93 cores=1,3,5,7
/proc/12983/task/12990/stat : 12990 (java) R 12980 12983 7968 0 -1 4202560 66342 0 0 0 2289 4 0 0 20 0 16 0 13371246 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779817354304 139780299375483 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12991] ppid=12980 vsize=10684360 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12991/stat : 12991 (java) S 12980 12983 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779816302048 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12992] ppid=12980 vsize=10684360 memory=640 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12992/stat : 12992 (java) S 12980 12983 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 13371247 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779815249408 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12993] ppid=12980 vsize=10684360 memory=8115588 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12993/stat : 12993 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779814197968 139780321023899 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12994] ppid=12980 vsize=10684360 memory=928 CPUtime=1.3 cores=1,3,5,7
/proc/12983/task/12994/stat : 12994 (java) S 12980 12983 7968 0 -1 1077944384 8564 0 0 0 129 1 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779813144608 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12995] ppid=12980 vsize=10684360 memory=2164 CPUtime=0.88 cores=1,3,5,7
/proc/12983/task/12995/stat : 12995 (java) S 12980 12983 7968 0 -1 1077944384 4360 0 0 0 88 0 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779812091776 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12996] ppid=12980 vsize=10684360 memory=840 CPUtime=0.3 cores=1,3,5,7
/proc/12983/task/12996/stat : 12996 (java) S 12980 12983 7968 0 -1 1077944384 1941 0 0 0 30 0 0 0 20 0 16 0 13371249 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779811039520 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12997] ppid=12980 vsize=10684360 memory=3880 CPUtime=0 cores=1,3,5,7
/proc/12983/task/12997/stat : 12997 (java) S 12980 12983 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13371250 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779809987168 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=12998] ppid=12980 vsize=10684360 memory=3868 CPUtime=0.35 cores=1,3,5,7
/proc/12983/task/12998/stat : 12998 (java) S 12980 12983 7968 0 -1 1077944384 865 0 0 0 19 16 0 0 20 0 16 0 13371254 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779808934704 139780321016450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
[pid=12983/tid=13040] ppid=12980 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12983/task/13040/stat : 13040 (java) S 12980 12983 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 13411719 10940784640 2028898 18446744073709551615 4194304 4196468 140724946846192 139779807879152 139780321015509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140724946854289 140724946854442 140724946854442 140724946857935 0
Current children cumulated CPU time: 1610.21 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8115592 KiB

Child status: 1
Real time (s): 434.464
CPU time (s): 1610.29
CPU user time (s): 1602.57
CPU system time (s): 7.71773
CPU usage (%): 370.637
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8115592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1602.57
system time used= 7.71773
maximum resident set size= 8115884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23464
involuntary context switches= 15126


# summary of solver processes directly reported to runsolver:
#   pid: 12983
#   total CPU time (s): 1610.29
#   total CPU user time (s): 1602.57
#   total CPU system time (s): 7.71773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.68132 second user time and 4.41658 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 05:14:09
IDJOB=4263767
IDBENCH=115818
IDSOLVER=2651
FILE ID=node128/4263767-1502594885
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= e703a022bfe4f723b0880c2305d40b57
RANDOM SEED=1298173593

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:        28982436 kB
MemAvailable:   29491704 kB
Buffers:          110384 kB
Cached:           687632 kB
SwapCached:            0 kB
Active:          2759432 kB
Inactive:         617528 kB
Active(anon):    2579164 kB
Inactive(anon):    16764 kB
Active(file):     180268 kB
Inactive(file):   600764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             4 kB
AnonPages:       2578460 kB
Mapped:            43672 kB
Shmem:             17116 kB
Slab:             112688 kB
SReclaimable:      88144 kB
SUnreclaim:        24544 kB
KernelStack:        3504 kB
PageTables:        10136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3825932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2459648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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