Trace number 4263103

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? 1745.51 466.79401

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-10-9.xml
MD5SUMb9411981d46c6b6e2ab3102ec0acde87
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 variables550
Number of constraints560
Number of domains1
Minimum domain size3191
Maximum domain size3191
Distribution of domain sizes[{"size":3191,"count":550}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":500},{"arity":50,"count":10}]
Number of extensional constraints0
Number of intensional constraints550
Distribution of constraint types[{"type":"intension","count":550},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1626.91/435.30	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1626.91/435.30		at java.util.Arrays.copyOfRange(Arrays.java:3664)
1626.91/435.30		at java.lang.String.<init>(String.java:207)
1626.91/435.30		at java.lang.String.substring(String.java:1969)
1626.91/435.30		at java.util.logging.LogManager$LoggerContext.getNode(LogManager.java:895)
1626.91/435.30		at java.util.logging.LogManager$LoggerContext.addLocalLogger(LogManager.java:814)
1626.91/435.30		at java.util.logging.LogManager$LoggerContext.addLocalLogger(LogManager.java:758)
1626.91/435.30		at java.util.logging.LogManager.addLogger(LogManager.java:1162)
1626.91/435.30		at java.util.logging.LogManager.demandLogger(LogManager.java:556)
1626.91/435.30		at java.util.logging.Logger.demandLogger(Logger.java:455)
1626.91/435.30		at java.util.logging.Logger.getLogger(Logger.java:502)
1626.91/435.30		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1626.91/435.30		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1626.91/435.30		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1626.91/435.30		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1626.91/435.30		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1626.91/435.30		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1745.30/466.67	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1745.30/466.67	c This is free software under the dual EPL/GNU LGPL licenses.
1745.30/466.67	c See www.sat4j.org for details.
1745.30/466.67	c That software uses the Rhino library from the Mozilla project.
1745.30/466.67	c version CUSTOM.v20170705
1745.30/466.67	c java.runtime.name	Java(TM) SE Runtime Environment
1745.30/466.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1745.30/466.67	c java.vm.version	25.131-b11
1745.30/466.67	c java.vm.vendor	Oracle Corporation
1745.30/466.67	c sun.arch.data.model	64
1745.30/466.67	c java.version		1.8.0_131
1745.30/466.67	c os.name		Linux
1745.30/466.67	c os.version		3.10.0-514.16.1.el7.x86_64
1745.30/466.67	c os.arch		amd64
1745.30/466.67	c Free memory 		499604488
1745.30/466.67	c Max memory 		7247757312
1745.30/466.67	c Total memory 		504889344
1745.30/466.67	c Number of processors 	4
1745.30/466.67	c c --- Begin Solver configuration ---
1745.30/466.67	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1745.30/466.67	c Learn all clauses as in MiniSAT
1745.30/466.67	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1745.30/466.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1745.30/466.67	c No reason simplification
1745.30/466.67	c Glucose 2.1 dynamic restart strategy
1745.30/466.67	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1745.30/466.67	c timeout=2147483s
1745.30/466.67	c DB Simplification allowed=false
1745.30/466.67	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1745.30/466.67	c --- End Solver configuration ---
1745.30/466.67	c starts		: 0
1745.30/466.67	c conflicts		: 0
1745.30/466.67	c decisions		: 0
1745.30/466.67	c propagations		: 0
1745.30/466.67	c inspects		: 0
1745.30/466.67	c shortcuts		: 0
1745.30/466.67	c learnt literals	: 0
1745.30/466.67	c learnt binary clauses	: 0
1745.30/466.67	c learnt ternary clauses	: 0
1745.30/466.67	c learnt constraints	: 0
1745.30/466.67	c ignored constraints	: 0
1745.30/466.67	c root simplifications	: 0
1745.30/466.67	c removed literals (reason simplification)	: 0
1745.30/466.67	c reason swapping (by a shorter reason)	: 0
1745.30/466.67	c Calls to reduceDB	: 0
1745.30/466.67	c Number of update (reduction) of LBD	: 0
1745.30/466.67	c Imported unit clauses	: 0
1745.30/466.67	c number of reductions to clauses (during analyze)	: 0
1745.30/466.67	c number of learned constraints concerned by reduction	: 0
1745.30/466.67	c number of learning phase by resolution	: 0
1745.30/466.67	c number of learning phase by cutting planes	: 0
1745.30/466.67	c number of rounding to 1 operations	: 0
1745.30/466.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1745.30/466.67	c number of reductions of the coefficients by power 2 	: 0
1745.30/466.67	c number of right shift for reduction by power 2 	: 0
1745.30/466.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
1745.30/466.67	c speed (assignments/second)	: 0.0
1745.30/466.67	c non guided choices	0
1745.30/466.67	c learnt constraints type 
1745.30/466.67	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 (15367 MiB free)
  memory of node 1: 16384 MiB (7316 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263103-1502587795/watcher-4263103-1502587795 -o /tmp/evaluation-result-4263103-1502587795/solver-4263103-1502587795 -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-4263103-1502587795.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
Current StackSize limit: 8192 KiB
solver pid=10085, runsolver pid=10082


[startup+0.100128 s]*
/proc/loadavg: 7.39 7.44 7.14 6/198 10086
/proc/meminfo: memFree=23228984/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=8876748 memory=9952 CPUtime=0 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 2280 0 0 0 0 0 0 0 20 0 6 0 12662194 9089789952 2488 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2483379 2488 1188 1 0 2473349 0
[pid=10085/tid=10087] ppid=10082 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) R 10082 10085 7968 0 -1 4202560 1031 0 0 0 0 0 0 0 20 0 6 0 12662205 10172776448 2488 18446744073709551615 4194304 4196468 140726513301936 139911691027768 139911672868095 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12662205 10172776448 2553 18446744073709551615 4194304 4196468 140726513301936 139911297423888 139911686797013 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=9934352 memory=140137010767488 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12662205 10172776448 2553 18446744073709551615 4194304 4196468 140726513301936 139911296371344 139911686797013 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) S 10082 10085 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12662205 10172776448 2553 18446744073709551615 4194304 4196468 140726513301936 139911295318288 139911686797013 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=9934352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12662205 10172776448 2553 18446744073709551615 4194304 4196468 140726513301936 139911294265744 139911686797013 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8876748 KiB
Current children cumulated memory: 9952 KiB

[startup+0.20989 s]*
/proc/loadavg: 7.39 7.44 7.14 6/212 10100
/proc/meminfo: memFree=23217536/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=10551156 memory=23192 CPUtime=0.08 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 4825 0 0 0 7 1 0 0 20 0 15 0 12662194 10804383744 5798 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2637789 5798 2641 1 0 2627261 0
[pid=10085/tid=10087] ppid=10082 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) R 10082 10085 7968 0 -1 4202560 2923 0 0 0 6 0 0 0 20 0 15 0 12662205 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911691012496 139911670867294 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911297423888 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=10551156 memory=140137010775685 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911296371344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) S 10082 10085 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911295318288 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911294265744 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10551156 memory=140137010767488 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) S 10082 10085 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12662207 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911250848496 139911686797954 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12662207 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911249794720 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12662207 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911248741616 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 12662210 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911246637296 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911245584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10551156 memory=140137010767488 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 15 0 12662210 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911042689008 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10551156 memory=140137010767488 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662214 10804383744 5864 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23192 KiB

[startup+0.310174 s]*
/proc/loadavg: 7.39 7.44 7.14 6/212 10100
/proc/meminfo: memFree=23204596/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=10551156 memory=35972 CPUtime=0.23 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 8280 0 0 0 20 3 0 0 20 0 15 0 12662194 10804383744 8993 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2637789 8993 2871 1 0 2627261 0
[pid=10085/tid=10087] ppid=10082 vsize=10551156 memory=8318255677412212789 CPUtime=0.16 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) R 10082 10085 7968 0 -1 4202560 5918 0 0 0 14 2 0 0 20 0 15 0 12662205 10804383744 8993 18446744073709551615 4194304 4196468 140726513301936 139911691025296 139911670867294 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 8993 18446744073709551615 4194304 4196468 140726513301936 139911297423888 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=10551156 memory=140137010775685 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 8993 18446744073709551615 4194304 4196468 140726513301936 139911296371344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) S 10082 10085 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911295318288 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662205 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911294265744 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10551156 memory=3472468433238446768 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) S 10082 10085 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12662207 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911250848496 139911686797954 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12662207 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911249794720 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12662207 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911248741616 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 377 0 0 0 1 0 0 0 20 0 15 0 12662210 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911246637296 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10551156 memory=3472328296227680299 CPUtime=0.01 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 12662210 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911245584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10551156 memory=7160715601721398517 CPUtime=0.03 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 413 0 0 0 3 0 0 0 20 0 15 0 12662210 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911042689008 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10551156 memory=140137010767488 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662214 10804383744 9059 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35972 KiB

[startup+0.700736 s]
/proc/loadavg: 7.39 7.44 7.14 8/212 10100
/proc/meminfo: memFree=23192384/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=10551232 memory=209972 CPUtime=1.24 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 12052 0 0 0 116 8 0 0 20 0 15 0 12662194 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2637808 52493 3054 1 0 2627261 0
[pid=10085/tid=10087] ppid=10082 vsize=10551232 memory=2241 CPUtime=0.5 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) S 10082 10085 7968 0 -1 1077944384 7444 0 0 0 46 4 0 0 20 0 15 0 12662205 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911691023552 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=10551232 memory=2244 CPUtime=0.01 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) R 10082 10085 7968 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 15 0 12662205 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911297421584 139911671814690 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=10551232 memory=2012 CPUtime=0.01 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) R 10082 10085 7968 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 15 0 12662205 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911296371544 139911671814672 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=10551232 memory=5520 CPUtime=0.02 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) R 10082 10085 7968 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 15 0 12662205 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911295318288 139911671814672 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=10551232 memory=4612 CPUtime=0.02 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) R 10082 10085 7968 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 15 0 12662205 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911294265744 139911671814672 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10551232 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) S 10082 10085 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 12662207 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911250847008 139911686797013 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10551232 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12662207 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911249794720 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12662207 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911248741616 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 1193 0 0 0 19 0 0 0 20 0 15 0 12662210 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911246622288 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10551232 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 674 0 0 0 18 0 0 0 20 0 15 0 12662210 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911245564816 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 1271 0 0 0 22 0 0 0 20 0 15 0 12662210 10804461568 52493 18446744073709551615 4194304 4196468 140726513301936 139911042689008 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10551232 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804461568 53005 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662214 10804461568 53005 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 209972 KiB

[startup+1.50095 s]
/proc/loadavg: 7.39 7.44 7.14 6/212 10100
/proc/meminfo: memFree=22783708/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=10551232 memory=1133544 CPUtime=2.89 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 14827 0 0 0 245 44 0 0 20 0 15 0 12662194 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2637808 283386 3084 1 0 2627261 0
[pid=10085/tid=10087] ppid=10082 vsize=10551232 memory=288230613214036277 CPUtime=1.02 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) R 10082 10085 7968 0 -1 4202560 8293 0 0 0 88 14 0 0 20 0 15 0 12662205 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911691023696 139911330878089 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=10551232 memory=15540730097567645 CPUtime=0.26 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) S 10082 10085 7968 0 -1 1077944384 240 0 0 0 20 6 0 0 20 0 15 0 12662205 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911297423888 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=10551232 memory=26 CPUtime=0.27 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) S 10082 10085 7968 0 -1 1077944384 334 0 0 0 21 6 0 0 20 0 15 0 12662205 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911296371344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=10551232 memory=27 CPUtime=0.28 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) S 10082 10085 7968 0 -1 1077944384 225 0 0 0 22 6 0 0 20 0 15 0 12662205 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911295318288 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=10551232 memory=26 CPUtime=0.27 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) S 10082 10085 7968 0 -1 1077944384 560 0 0 0 21 6 0 0 20 0 15 0 12662205 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911294265744 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10551232 memory=8881 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) S 10082 10085 7968 0 -1 1077944384 504 0 0 0 0 0 0 0 20 0 15 0 12662207 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911250848496 139911686797954 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10551232 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12662207 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911249794720 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10551232 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12662207 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911248741616 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10551232 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10551232 memory=4124 CPUtime=0.21 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 1198 0 0 0 21 0 0 0 20 0 15 0 12662210 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911246637296 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10551232 memory=11144 CPUtime=0.23 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 819 0 0 0 23 0 0 0 20 0 15 0 12662210 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911245584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10551232 memory=2424 CPUtime=0.24 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 1293 0 0 0 24 0 0 0 20 0 15 0 12662210 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911042689008 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12662210 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12662214 10804461568 283386 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10551232 KiB

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

/proc/10085/task/10091/stat : 10091 (java) R 10082 10085 7968 0 -1 4202560 1277342 0 0 0 42490 230 0 0 20 0 17 0 12662205 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911294265944 139911679886475 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10684360 memory=8676 CPUtime=14.45 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) S 10082 10085 7968 0 -1 1077944384 94438 0 0 0 1440 5 0 0 20 0 17 0 12662207 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911250847040 139911686797013 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10684360 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911249794784 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10684360 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911248741632 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10684360 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10684360 memory=15872 CPUtime=0.44 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 2113 0 0 0 44 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911246637344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10684360 memory=-8774313645642428999 CPUtime=0.45 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 3392 0 0 0 45 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911245584512 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10684360 memory=1200 CPUtime=0.28 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 2952 0 0 0 28 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911042683776 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10684360 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10684360 memory=8099279071866868836 CPUtime=0.15 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 500 0 0 0 11 4 0 0 20 0 17 0 12662214 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10218] ppid=10082 vsize=10684360 memory=280273729307696 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10218/stat : 10218 (java) S 10082 10085 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911039528880 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10219] ppid=10082 vsize=10684360 memory=301789554468465968 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10219/stat : 10219 (java) S 10082 10085 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911038476688 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 1736.83 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8286880 KiB

[startup+465.601 s]
/proc/loadavg: 7.65 7.39 7.15 9/217 10224
/proc/meminfo: memFree=14884128/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=10684360 memory=8286880 CPUtime=1743 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 5530515 0 0 0 173318 982 0 0 20 0 17 0 12662194 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2671090 2071720 3116 1 0 2660543 0
[pid=10085/tid=10087] ppid=10082 vsize=10684360 memory=8286880 CPUtime=13.97 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) S 10082 10085 7968 0 -1 1077944384 22010 0 0 0 1365 32 0 0 20 0 17 0 12662205 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911691027488 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=10684360 memory=8286880 CPUtime=430.71 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) R 10082 10085 7968 0 -1 4202560 1332058 0 0 0 42858 213 0 0 20 0 17 0 12662205 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911297423696 139911679415015 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=10684360 memory=4124 CPUtime=426.96 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) R 10082 10085 7968 0 -1 4202560 1344320 0 0 0 42451 245 0 0 20 0 17 0 12662205 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911296371464 139911679415015 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=10684360 memory=-8774313645642428999 CPUtime=426.69 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) R 10082 10085 7968 0 -1 4202560 1449821 0 0 0 42419 250 0 0 20 0 17 0 12662205 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911295318096 139911670169842 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=10684360 memory=-7595754389018307734 CPUtime=428.79 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) R 10082 10085 7968 0 -1 4202560 1277342 0 0 0 42649 230 0 0 20 0 17 0 12662205 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911294265944 139911671783174 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10684360 memory=0 CPUtime=14.45 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) S 10082 10085 7968 0 -1 1077944384 94438 0 0 0 1440 5 0 0 20 0 17 0 12662207 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911250847040 139911686797013 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10684360 memory=-7595761213668167008 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911249794784 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911248741632 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10684360 memory=8286880 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10684360 memory=4124 CPUtime=0.44 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 2113 0 0 0 44 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911246637344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10684360 memory=11164 CPUtime=0.45 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 3392 0 0 0 45 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911245584512 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10684360 memory=2424 CPUtime=0.28 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 2952 0 0 0 28 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911042683776 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10684360 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10684360 memory=1732 CPUtime=0.15 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 500 0 0 0 11 4 0 0 20 0 17 0 12662214 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10218] ppid=10082 vsize=10684360 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10218/stat : 10218 (java) S 10082 10085 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911039528880 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10219] ppid=10082 vsize=10684360 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10219/stat : 10219 (java) S 10082 10085 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071720 18446744073709551615 4194304 4196468 140726513301936 139911038476688 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 1743 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8286880 KiB

[startup+466.401 s]
/proc/loadavg: 7.65 7.39 7.15 9/217 10224
/proc/meminfo: memFree=14884128/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=10684360 memory=8286892 CPUtime=1745.1 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 5534086 0 0 0 173528 982 0 0 20 0 17 0 12662194 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2671090 2071723 3116 1 0 2660543 0
[pid=10085/tid=10087] ppid=10082 vsize=10684360 memory=5520 CPUtime=13.97 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) S 10082 10085 7968 0 -1 1077944384 22010 0 0 0 1365 32 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911691027488 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=10684360 memory=-8774313645642428999 CPUtime=431.14 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) S 10082 10085 7968 0 -1 1077944384 1332058 0 0 0 42901 213 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911297423888 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=10684360 memory=7235987625220532328 CPUtime=427.4 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) S 10082 10085 7968 0 -1 1077944384 1344320 0 0 0 42494 246 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911296371344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=10684360 memory=7235987625220532328 CPUtime=427.13 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) S 10082 10085 7968 0 -1 1077944384 1449821 0 0 0 42463 250 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911295318288 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=10684360 memory=2424 CPUtime=429.25 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) S 10082 10085 7968 0 -1 1077944384 1277342 0 0 0 42695 230 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911294265744 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10684360 memory=1296 CPUtime=14.79 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) R 10082 10085 7968 0 -1 4202560 98009 0 0 0 1474 5 0 0 20 0 17 0 12662207 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911250846928 139911671783360 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10684360 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911249794784 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10684360 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911248741632 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10684360 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10684360 memory=1000 CPUtime=0.44 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 2113 0 0 0 44 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911246637344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10684360 memory=2012 CPUtime=0.45 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 3392 0 0 0 45 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911245584512 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10684360 memory=8286880 CPUtime=0.28 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 2952 0 0 0 28 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911042683776 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10684360 memory=8286880 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10684360 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 500 0 0 0 11 4 0 0 20 0 17 0 12662214 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10218] ppid=10082 vsize=10684360 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10218/stat : 10218 (java) S 10082 10085 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911039528880 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10219] ppid=10082 vsize=10684360 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10219/stat : 10219 (java) S 10082 10085 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911038476688 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 1745.1 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8286892 KiB

[startup+466.601 s]
/proc/loadavg: 7.65 7.39 7.15 9/217 10224
/proc/meminfo: memFree=14884128/32770624 swapFree=67108860/67108860
[pid=10085] ppid=10082 vsize=10684360 memory=8286892 CPUtime=1745.3 cores=0,2,4,6
/proc/10085/stat : 10085 (java) S 10082 10085 7968 0 -1 1077944320 5534086 0 0 0 173548 982 0 0 20 0 17 0 12662194 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 140726513284480 139911686786807 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
/proc/10085/statm: 2671090 2071723 3116 1 0 2660543 0
[pid=10085/tid=10087] ppid=10082 vsize=10684360 memory=1152 CPUtime=13.97 cores=0,2,4,6
/proc/10085/task/10087/stat : 10087 (java) S 10082 10085 7968 0 -1 1077944384 22010 0 0 0 1365 32 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911691027488 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10088] ppid=10082 vsize=10684360 memory=-8774313645642428999 CPUtime=431.14 cores=0,2,4,6
/proc/10085/task/10088/stat : 10088 (java) S 10082 10085 7968 0 -1 1077944384 1332058 0 0 0 42901 213 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911297423888 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10089] ppid=10082 vsize=10684360 memory=11164 CPUtime=427.4 cores=0,2,4,6
/proc/10085/task/10089/stat : 10089 (java) S 10082 10085 7968 0 -1 1077944384 1344320 0 0 0 42494 246 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911296371344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10090] ppid=10082 vsize=10684360 memory=-8774313645642428999 CPUtime=427.13 cores=0,2,4,6
/proc/10085/task/10090/stat : 10090 (java) S 10082 10085 7968 0 -1 1077944384 1449821 0 0 0 42463 250 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911295318288 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10091] ppid=10082 vsize=10684360 memory=8286880 CPUtime=429.25 cores=0,2,4,6
/proc/10085/task/10091/stat : 10091 (java) S 10082 10085 7968 0 -1 1077944384 1277342 0 0 0 42695 230 0 0 20 0 17 0 12662205 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911294265744 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10092] ppid=10082 vsize=10684360 memory=3868 CPUtime=14.99 cores=0,2,4,6
/proc/10085/task/10092/stat : 10092 (java) R 10082 10085 7968 0 -1 4202560 98009 0 0 0 1494 5 0 0 20 0 17 0 12662207 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911250846928 139911671244429 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10093] ppid=10082 vsize=10684360 memory=8286880 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10093/stat : 10093 (java) S 10082 10085 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911249794784 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10094] ppid=10082 vsize=10684360 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10094/stat : 10094 (java) S 10082 10085 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12662207 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911248741632 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10095] ppid=10082 vsize=10684360 memory=8286880 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10095/stat : 10095 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911247690192 139911686805403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10096] ppid=10082 vsize=10684360 memory=1228 CPUtime=0.44 cores=0,2,4,6
/proc/10085/task/10096/stat : 10096 (java) S 10082 10085 7968 0 -1 1077944384 2113 0 0 0 44 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911246637344 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10097] ppid=10082 vsize=10684360 memory=1000 CPUtime=0.45 cores=0,2,4,6
/proc/10085/task/10097/stat : 10097 (java) S 10082 10085 7968 0 -1 1077944384 3392 0 0 0 45 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911245584512 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10098] ppid=10082 vsize=10684360 memory=2012 CPUtime=0.28 cores=0,2,4,6
/proc/10085/task/10098/stat : 10098 (java) S 10082 10085 7968 0 -1 1077944384 2952 0 0 0 28 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911042683776 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10099] ppid=10082 vsize=10684360 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10099/stat : 10099 (java) S 10082 10085 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12662210 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911041636704 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10100] ppid=10082 vsize=10684360 memory=4040 CPUtime=0.15 cores=0,2,4,6
/proc/10085/task/10100/stat : 10100 (java) S 10082 10085 7968 0 -1 1077944384 500 0 0 0 11 4 0 0 20 0 17 0 12662214 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911040584752 139911686797954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10218] ppid=10082 vsize=10684360 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10218/stat : 10218 (java) S 10082 10085 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911039528880 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
[pid=10085/tid=10219] ppid=10082 vsize=10684360 memory=7584 CPUtime=0 cores=0,2,4,6
/proc/10085/task/10219/stat : 10219 (java) S 10082 10085 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 12705725 10940784640 2071723 18446744073709551615 4194304 4196468 140726513301936 139911038476688 139911686797013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22204416 140726513303953 140726513304106 140726513304106 140726513307599 0
Current children cumulated CPU time: 1745.3 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8286892 KiB

[startup+466.701 s]*
/proc/loadavg: 7.65 7.39 7.15 6/202 10224
/proc/meminfo: memFree=16064044/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: 1
Real time (s): 466.794
CPU time (s): 1745.51
CPU user time (s): 1735.56
CPU system time (s): 9.94872
CPU usage (%): 373.936
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8286892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1735.56
system time used= 9.94872
maximum resident set size= 8287060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5534266
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43590
involuntary context switches= 51459


# summary of solver processes directly reported to runsolver:
#   pid: 10085
#   total CPU time (s): 1745.51
#   total CPU user time (s): 1735.56
#   total CPU system time (s): 9.94872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.79219 second user time and 4.55213 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 03:15:58
IDJOB=4263103
IDBENCH=115661
IDSOLVER=2651
FILE ID=node128/4263103-1502587795
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= b9411981d46c6b6e2ab3102ec0acde87
RANDOM SEED=896024351

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:        23228760 kB
MemAvailable:   23722900 kB
Buffers:          102704 kB
Cached:           680628 kB
SwapCached:            0 kB
Active:          8514704 kB
Inactive:         605328 kB
Active(anon):    8337056 kB
Inactive(anon):    16776 kB
Active(file):     177648 kB
Inactive(file):   588552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             4 kB
AnonPages:       8336340 kB
Mapped:            43472 kB
Shmem:             17148 kB
Slab:             112132 kB
SReclaimable:      87548 kB
SUnreclaim:        24584 kB
KernelStack:        3456 kB
PageTables:        21484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8607304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8194048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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