Trace number 4263621

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 69.310204 49.129101

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-4.xml
MD5SUMe176d1187697c9809d41bef962d277e0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.16116901
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size163
Maximum domain size163
Distribution of domain sizes[{"size":163,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

16.18/6.72	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
16.18/6.72	c This is free software under the dual EPL/GNU LGPL licenses.
16.18/6.72	c See www.sat4j.org for details.
16.18/6.72	c That software uses the Rhino library from the Mozilla project.
16.18/6.72	c version CUSTOM.v20170705
16.18/6.72	c java.runtime.name	Java(TM) SE Runtime Environment
16.18/6.72	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
16.18/6.72	c java.vm.version	25.131-b11
16.18/6.72	c java.vm.vendor	Oracle Corporation
16.18/6.72	c sun.arch.data.model	64
16.18/6.72	c java.version		1.8.0_131
16.18/6.72	c os.name		Linux
16.18/6.72	c os.version		3.10.0-514.16.1.el7.x86_64
16.18/6.72	c os.arch		amd64
16.18/6.72	c Free memory 		499604488
16.18/6.72	c Max memory 		7247757312
16.18/6.72	c Total memory 		504889344
16.18/6.72	c Number of processors 	4
16.18/6.72	c c --- Begin Solver configuration ---
16.18/6.72	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
16.18/6.72	c Learn all clauses as in MiniSAT
16.18/6.72	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
16.18/6.72	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
16.18/6.72	c No reason simplification
16.18/6.72	c Glucose 2.1 dynamic restart strategy
16.18/6.72	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
16.18/6.72	c timeout=2147483s
16.18/6.72	c DB Simplification allowed=false
16.18/6.72	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
16.18/6.72	c --- End Solver configuration ---
16.18/6.72	c constraints type 
16.18/6.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
16.18/6.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 96170
16.18/6.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13019900
16.18/6.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 630
16.18/6.72	c 13116800 constraints processed.
69.27/49.10	c starts		: 345
69.27/49.10	c conflicts		: 61532
69.27/49.10	c decisions		: 4714355
69.27/49.10	c propagations		: 50770685
69.27/49.10	c inspects		: 537800136
69.27/49.10	c shortcuts		: 0
69.27/49.10	c learnt literals	: 879
69.27/49.10	c learnt binary clauses	: 1593
69.27/49.10	c learnt ternary clauses	: 15639
69.27/49.10	c learnt constraints	: 60653
69.27/49.10	c ignored constraints	: 0
69.27/49.10	c root simplifications	: 0
69.27/49.10	c removed literals (reason simplification)	: 0
69.27/49.10	c reason swapping (by a shorter reason)	: 0
69.27/49.10	c Calls to reduceDB	: 7
69.27/49.10	c Number of update (reduction) of LBD	: 40126
69.27/49.10	c Imported unit clauses	: 0
69.27/49.10	c number of reductions to clauses (during analyze)	: 0
69.27/49.10	c number of learned constraints concerned by reduction	: 0
69.27/49.10	c number of learning phase by resolution	: 0
69.27/49.10	c number of learning phase by cutting planes	: 0
69.27/49.10	c number of rounding to 1 operations	: 0
69.27/49.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
69.27/49.10	c number of reductions of the coefficients by power 2 	: 0
69.27/49.10	c number of right shift for reduction by power 2 	: 0
69.27/49.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
69.27/49.10	c speed (assignments/second)	: 1198609.117522074
69.27/49.10	c non guided choices	569992
69.28/49.11	c learnt constraints type 
69.28/49.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1593
69.28/49.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21805
69.28/49.11	s SATISFIABLE
69.28/49.11	v <instantiation type="solution">
69.28/49.11	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
69.28/49.11	v 	<values> 7 18 28 107 130 18 32 44 140 144 24 52 82 118 127 0 3 12 134 140 32 56 95 115 151 39 61 74 82 88 55 66 107 119 127 4 53 58 75 149 66 113 130 142 151 60 107 115 135 144 </values>
69.28/49.11	v </instantiation>
69.28/49.11	

Verifier Data

OK	

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 (15369 MiB free)
  memory of node 1: 16384 MiB (15425 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263621-1502583773/watcher-4263621-1502583773 -o /tmp/evaluation-result-4263621-1502583773/solver-4263621-1502583773 -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-4263621-1502583773.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=8203, runsolver pid=8200
Current StackSize limit: 8192 KiB


[startup+0.105427 s]*
/proc/loadavg: 0.24 0.06 0.06 2/189 8211
/proc/meminfo: memFree=31525080/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10151672 memory=18748 CPUtime=0.02 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 4028 0 0 0 2 0 0 0 20 0 9 0 12260036 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2537918 4687 2101 1 0 2527415 0
[pid=8203/tid=8206] ppid=8200 vsize=10151672 memory=-7173518748810921374 CPUtime=0.01 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) R 8200 8203 7968 0 -1 4202560 2670 0 0 0 1 0 0 0 20 0 9 0 12260045 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383846429840 140383826269534 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12260046 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10151672 memory=140063202055808 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12260046 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12260046 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12260046 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10151672 memory=140063202055808 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12260047 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12260047 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383337145248 140383842199253 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12260048 10395312128 4687 18446744073709551615 4194304 4196468 140732031701680 140383336092720 140383842199253 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18748 KiB

[startup+0.209896 s]*
/proc/loadavg: 0.24 0.06 0.06 2/196 8220
/proc/meminfo: memFree=31518712/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10551156 memory=27440 CPUtime=0.09 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 5306 0 0 0 8 1 0 0 20 0 15 0 12260036 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2637789 6860 2764 1 0 2627261 0
[pid=8203/tid=8206] ppid=8200 vsize=10551156 memory=7882827048052850738 CPUtime=0.06 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) R 8200 8203 7968 0 -1 4202560 3276 0 0 0 6 0 0 0 20 0 15 0 12260045 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383846424016 140383842212637 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10551156 memory=310 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10551156 memory=140063202062384 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10551156 memory=140063202055808 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260047 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260047 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383337145248 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12260048 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383336092656 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) S 8200 8203 7968 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383333988848 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383332936304 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10551156 memory=140063202055808 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) R 8200 8203 7968 0 -1 4202560 238 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842210394 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8218] ppid=8200 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8218/stat : 8218 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383330831456 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8220] ppid=8200 vsize=10551156 memory=140063202055808 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8220/stat : 8220 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260055 10804383744 6860 18446744073709551615 4194304 4196468 140732031701680 140383329777968 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27440 KiB

[startup+0.310493 s]*
/proc/loadavg: 0.24 0.06 0.06 2/202 8233
/proc/meminfo: memFree=31506100/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10551156 memory=36740 CPUtime=0.24 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 8403 0 0 0 22 2 0 0 20 0 15 0 12260036 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2637789 9185 2865 1 0 2627261 0
[pid=8203/tid=8206] ppid=8200 vsize=10551156 memory=4872558044660077418 CPUtime=0.16 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) R 8200 8203 7968 0 -1 4202560 6070 0 0 0 15 1 0 0 20 0 15 0 12260045 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383846423856 140383826269534 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260046 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260047 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260047 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383337145248 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12260048 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383336092656 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) S 8200 8203 7968 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 12260050 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383333988848 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) S 8200 8203 7968 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383332936304 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) S 8200 8203 7968 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 15 0 12260050 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8218] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8218/stat : 8218 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383330831456 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8220] ppid=8200 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8220/stat : 8220 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260055 10804383744 9185 18446744073709551615 4194304 4196468 140732031701680 140383329777968 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36740 KiB

[startup+0.700765 s]
/proc/loadavg: 0.24 0.06 0.06 5/216 8247
/proc/meminfo: memFree=31466832/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10551232 memory=125500 CPUtime=1.28 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 12318 0 0 0 124 4 0 0 20 0 15 0 12260036 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2637808 31375 3050 1 0 2627261 0
[pid=8203/tid=8206] ppid=8200 vsize=10551232 memory=8751464017575753525 CPUtime=0.55 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) R 8200 8203 7968 0 -1 4202560 7465 0 0 0 52 3 0 0 20 0 15 0 12260045 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383846421872 140383441734916 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10551232 memory=8458433173657040949 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260046 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10551232 memory=5936685908820512849 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260046 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260046 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260046 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 12260047 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260047 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383337145248 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12260048 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383336092656 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10551232 memory=30 CPUtime=0.25 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) R 8200 8203 7968 0 -1 4202560 1315 0 0 0 25 0 0 0 20 0 15 0 12260050 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383333974872 140383821434846 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10551232 memory=2 CPUtime=0.24 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) R 8200 8203 7968 0 -1 4202560 1004 0 0 0 24 0 0 0 20 0 15 0 12260050 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383332922360 140383825600022 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) S 8200 8203 7968 0 -1 1077944384 1161 0 0 0 21 0 0 0 20 0 15 0 12260050 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8218] ppid=8200 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8218/stat : 8218 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383330831456 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8220] ppid=8200 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8220/stat : 8220 (java) S 8200 8203 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260055 10804461568 31375 18446744073709551615 4194304 4196468 140732031701680 140383329777968 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 125500 KiB

[startup+1.50151 s]
/proc/loadavg: 0.24 0.06 0.06 8/216 8247
/proc/meminfo: memFree=31146048/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10551232 memory=531032 CPUtime=3.11 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 13432 0 0 0 272 39 0 0 20 0 15 0 12260036 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2637808 132758 3085 1 0 2627261 0
[pid=8203/tid=8206] ppid=8200 vsize=10551232 memory=33 CPUtime=1.02 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) S 8200 8203 7968 0 -1 1077944384 7548 0 0 0 97 5 0 0 20 0 15 0 12260045 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383846425120 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10551232 memory=7307776904782828392 CPUtime=0.32 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) R 8200 8203 7968 0 -1 4202560 206 0 0 0 24 8 0 0 20 0 15 0 12260046 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383827213097 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10551232 memory=7307776904782828392 CPUtime=0.32 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) R 8200 8203 7968 0 -1 4202560 215 0 0 0 24 8 0 0 20 0 15 0 12260046 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383771556640 140383827216466 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10551232 memory=7307776904782828392 CPUtime=0.3 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) R 8200 8203 7968 0 -1 4202560 210 0 0 0 23 7 0 0 20 0 15 0 12260046 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383770504408 140383823814873 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10551232 memory=7307776904782828392 CPUtime=0.31 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) R 8200 8203 7968 0 -1 4202560 247 0 0 0 23 8 0 0 20 0 15 0 12260046 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383827215960 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10551232 memory=148 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 12260047 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383338197536 140383842199253 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10551232 memory=11845 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260047 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383337145312 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10551232 memory=20825 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12260048 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383336092656 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260050 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) S 8200 8203 7968 0 -1 1077944384 1328 0 0 0 28 0 0 0 20 0 15 0 12260050 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383333988848 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10551232 memory=7680170660397595203 CPUtime=0.27 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) S 8200 8203 7968 0 -1 1077944384 1019 0 0 0 27 0 0 0 20 0 15 0 12260050 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383332936304 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10551232 memory=1399101730491701635 CPUtime=0.24 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) S 8200 8203 7968 0 -1 1077944384 1212 0 0 0 24 0 0 0 20 0 15 0 12260050 10804461568 132758 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0

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

[startup+48.0007 s]*
/proc/loadavg: 1.38 0.41 0.18 3/217 8250
/proc/meminfo: memFree=27603672/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10617796 memory=2288320 CPUtime=68.31 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 47981 0 0 0 6645 186 0 0 20 0 16 0 12260036 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2654449 572080 3129 1 0 2643902 0
[pid=8203/tid=8206] ppid=8200 vsize=10617796 memory=7680170660397595203 CPUtime=39.67 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) R 8200 8203 7968 0 -1 4202560 13769 0 0 0 3958 9 0 0 20 0 16 0 12260045 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383846425736 140383442513496 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10617796 memory=9126232286719478932 CPUtime=6.11 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 4288 0 0 0 568 43 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10617796 memory=15536336346046921 CPUtime=6.1 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 3288 0 0 0 567 43 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10617796 memory=0 CPUtime=6.02 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 4524 0 0 0 558 44 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10617796 memory=7680170660397595203 CPUtime=6.06 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 3770 0 0 0 565 41 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10617796 memory=15872 CPUtime=2.02 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 5089 0 0 0 202 0 0 0 20 0 16 0 12260047 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10617796 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 12260047 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383337145312 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10617796 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12260048 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383336092672 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10617796 memory=7480 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10617796 memory=1236 CPUtime=1.08 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) S 8200 8203 7968 0 -1 1077944384 5699 0 0 0 108 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383333988848 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10617796 memory=640 CPUtime=0.79 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) S 8200 8203 7968 0 -1 1077944384 3181 0 0 0 79 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383332936304 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10617796 memory=1792 CPUtime=0.33 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) S 8200 8203 7968 0 -1 1077944384 2591 0 0 0 33 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8218] ppid=8200 vsize=10617796 memory=960 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8218/stat : 8218 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383330831456 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8220] ppid=8200 vsize=10617796 memory=2248 CPUtime=0.02 cores=1,3,5,7
/proc/8203/task/8220/stat : 8220 (java) S 8200 8203 7968 0 -1 1077944384 376 0 0 0 1 1 0 0 20 0 16 0 12260055 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383329777968 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8248] ppid=8200 vsize=10617796 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8248/stat : 8248 (java) S 8200 8203 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12260711 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383328723760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 68.31 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2288320 KiB

[startup+48.8007 s]
/proc/loadavg: 1.38 0.41 0.18 3/217 8250
/proc/meminfo: memFree=27603672/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10617796 memory=2288320 CPUtime=69.1 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 48006 0 0 0 6724 186 0 0 20 0 16 0 12260036 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2654449 572080 3129 1 0 2643902 0
[pid=8203/tid=8206] ppid=8200 vsize=10617796 memory=2288320 CPUtime=40.46 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) R 8200 8203 7968 0 -1 4202560 13781 0 0 0 4037 9 0 0 20 0 16 0 12260045 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383846425736 140383442381809 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10617796 memory=2288320 CPUtime=6.11 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 4288 0 0 0 568 43 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10617796 memory=7680170660397595203 CPUtime=6.1 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 3288 0 0 0 567 43 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10617796 memory=9916 CPUtime=6.02 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 4524 0 0 0 558 44 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10617796 memory=1200 CPUtime=6.06 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 3770 0 0 0 565 41 0 0 20 0 16 0 12260046 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10617796 memory=15872 CPUtime=2.03 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 5089 0 0 0 203 0 0 0 20 0 16 0 12260047 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10617796 memory=2288320 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 12260047 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383337145312 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10617796 memory=7480 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12260048 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383336092672 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10617796 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10617796 memory=640 CPUtime=1.08 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) S 8200 8203 7968 0 -1 1077944384 5706 0 0 0 108 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383333988848 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10617796 memory=1792 CPUtime=0.79 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) S 8200 8203 7968 0 -1 1077944384 3184 0 0 0 79 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383332936304 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10617796 memory=960 CPUtime=0.33 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) S 8200 8203 7968 0 -1 1077944384 2594 0 0 0 33 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8218] ppid=8200 vsize=10617796 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8218/stat : 8218 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383330831456 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8220] ppid=8200 vsize=10617796 memory=4304 CPUtime=0.02 cores=1,3,5,7
/proc/8203/task/8220/stat : 8220 (java) S 8200 8203 7968 0 -1 1077944384 376 0 0 0 1 1 0 0 20 0 16 0 12260055 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383329777968 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8248] ppid=8200 vsize=10617796 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8248/stat : 8248 (java) S 8200 8203 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12260711 10872623104 572080 18446744073709551615 4194304 4196468 140732031701680 140383328723760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 69.1 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2288320 KiB

[startup+49.0007 s]*
/proc/loadavg: 1.38 0.41 0.18 2/217 8252
/proc/meminfo: memFree=27603672/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10750924 memory=2288452 CPUtime=69.27 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 49947 0 0 0 6741 186 0 0 20 0 16 0 12260036 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2687731 572113 3131 1 0 2677184 0
[pid=8203/tid=8206] ppid=8200 vsize=10750924 memory=7680170660397595203 CPUtime=40.56 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) S 8200 8203 7968 0 -1 1077944384 14170 0 0 0 4047 9 0 0 20 0 16 0 12260045 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383846429728 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10750924 memory=734262197990077233 CPUtime=6.11 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 4288 0 0 0 568 43 0 0 20 0 16 0 12260046 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10750924 memory=7589240748751480128 CPUtime=6.1 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 3288 0 0 0 567 43 0 0 20 0 16 0 12260046 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10750924 memory=0 CPUtime=6.02 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 4524 0 0 0 558 44 0 0 20 0 16 0 12260046 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10750924 memory=0 CPUtime=6.06 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 3770 0 0 0 565 41 0 0 20 0 16 0 12260046 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10750924 memory=140063045124144 CPUtime=2.03 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 5108 0 0 0 203 0 0 0 20 0 16 0 12260047 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10750924 memory=280126090285536 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 12260047 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383337145312 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10750924 memory=280126089375512 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12260048 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383336092672 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10750924 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) S 8200 8203 7968 0 -1 1077944384 6473 0 0 0 111 0 0 0 20 0 16 0 12260050 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383333988848 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10750924 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) S 8200 8203 7968 0 -1 1077944384 3643 0 0 0 82 0 0 0 20 0 16 0 12260050 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383332936304 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10750924 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) S 8200 8203 7968 0 -1 1077944384 2758 0 0 0 34 0 0 0 20 0 16 0 12260050 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8218] ppid=8200 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8218/stat : 8218 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383330831456 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8220] ppid=8200 vsize=10750924 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8203/task/8220/stat : 8220 (java) S 8200 8203 7968 0 -1 1077944384 376 0 0 0 1 1 0 0 20 0 16 0 12260055 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383329777968 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8251] ppid=8200 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8251/stat : 8251 (java) S 8200 8203 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 12264927 11008946176 572113 18446744073709551615 4194304 4196468 140732031701680 140383327671440 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 69.27 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 2288452 KiB

[startup+49.1098 s]
/proc/loadavg: 1.38 0.41 0.18 2/217 8252
/proc/meminfo: memFree=27603672/32770624 swapFree=67108860/67108860
[pid=8203] ppid=8200 vsize=10750924 memory=2288544 CPUtime=69.28 cores=1,3,5,7
/proc/8203/stat : 8203 (java) S 8200 8203 7968 0 -1 1077944320 50208 0 0 0 6742 186 0 0 20 0 16 0 12260036 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140732031684224 140383842189047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
/proc/8203/statm: 2687731 572136 3131 1 0 2677184 0
[pid=8203/tid=8206] ppid=8200 vsize=10750924 memory=2288320 CPUtime=40.56 cores=1,3,5,7
/proc/8203/task/8206/stat : 8206 (java) S 8200 8203 7968 0 -1 1077944384 14170 0 0 0 4047 9 0 0 20 0 16 0 12260045 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383846429728 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8207] ppid=8200 vsize=10750924 memory=2288320 CPUtime=6.11 cores=1,3,5,7
/proc/8203/task/8207/stat : 8207 (java) S 8200 8203 7968 0 -1 1077944384 4288 0 0 0 568 43 0 0 20 0 16 0 12260046 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383772609296 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8208] ppid=8200 vsize=10750924 memory=2288316 CPUtime=6.1 cores=1,3,5,7
/proc/8203/task/8208/stat : 8208 (java) S 8200 8203 7968 0 -1 1077944384 3288 0 0 0 567 43 0 0 20 0 16 0 12260046 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383771556752 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8209] ppid=8200 vsize=10750924 memory=2288320 CPUtime=6.02 cores=1,3,5,7
/proc/8203/task/8209/stat : 8209 (java) S 8200 8203 7968 0 -1 1077944384 4524 0 0 0 558 44 0 0 20 0 16 0 12260046 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383770504208 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8210] ppid=8200 vsize=10750924 memory=2288392 CPUtime=6.06 cores=1,3,5,7
/proc/8203/task/8210/stat : 8210 (java) S 8200 8203 7968 0 -1 1077944384 3770 0 0 0 565 41 0 0 20 0 16 0 12260046 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383769451664 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8211] ppid=8200 vsize=10750924 memory=1588 CPUtime=2.03 cores=1,3,5,7
/proc/8203/task/8211/stat : 8211 (java) S 8200 8203 7968 0 -1 1077944384 5108 0 0 0 203 0 0 0 20 0 16 0 12260047 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383338199024 140383842200194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8212] ppid=8200 vsize=10750924 memory=2288320 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8212/stat : 8212 (java) S 8200 8203 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 12260047 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383337145312 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8213] ppid=8200 vsize=10750924 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8213/stat : 8213 (java) S 8200 8203 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12260048 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383336092672 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8214] ppid=8200 vsize=10750924 memory=10956 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8214/stat : 8214 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383335041232 140383842207643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8215] ppid=8200 vsize=10750924 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/8203/task/8215/stat : 8215 (java) R 8200 8203 7968 0 -1 4202560 6476 0 0 0 111 0 0 0 20 0 16 0 12260050 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383333988848 140383842210394 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8216] ppid=8200 vsize=10750924 memory=-2970219127293634922 CPUtime=0.82 cores=1,3,5,7
/proc/8203/task/8216/stat : 8216 (java) R 8200 8203 7968 0 -1 4202560 3643 0 0 0 82 0 0 0 20 0 16 0 12260050 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383332936304 140383842200982 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8217] ppid=8200 vsize=10750924 memory=1296 CPUtime=0.34 cores=1,3,5,7
/proc/8203/task/8217/stat : 8217 (java) S 8200 8203 7968 0 -1 1077944384 2760 0 0 0 34 0 0 0 20 0 16 0 12260050 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383331883760 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8218] ppid=8200 vsize=10750924 memory=2288320 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8218/stat : 8218 (java) S 8200 8203 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260050 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383330831456 140383842199253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8220] ppid=8200 vsize=10750924 memory=288230574492221466 CPUtime=0.02 cores=1,3,5,7
/proc/8203/task/8220/stat : 8220 (java) S 8200 8203 7968 0 -1 1077944384 376 0 0 0 1 1 0 0 20 0 16 0 12260055 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383329777968 140383842200194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
[pid=8203/tid=8251] ppid=8200 vsize=10750924 memory=302022887072858421 CPUtime=0 cores=1,3,5,7
/proc/8203/task/8251/stat : 8251 (java) R 8200 8203 7968 0 -1 4202560 288 0 0 0 0 0 0 0 20 0 16 0 12264927 11008946176 572136 18446744073709551615 4194304 4196468 140732031701680 140383327667440 140383842200982 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26288128 140732031709585 140732031709738 140732031709738 140732031713231 0
Current children cumulated CPU time: 69.28 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 2288544 KiB

Child status: 0
Real time (s): 49.1291
CPU time (s): 69.3102
CPU user time (s): 67.4336
CPU system time (s): 1.87663
CPU usage (%): 141.078
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 2293164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.4336
system time used= 1.87663
maximum resident set size= 2293164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50373
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3256
involuntary context switches= 320


# summary of solver processes directly reported to runsolver:
#   pid: 8203
#   total CPU time (s): 69.3102
#   total CPU user time (s): 67.4336
#   total CPU system time (s): 1.87663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.331225 second user time and 0.514931 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:08:57
IDJOB=4263621
IDBENCH=115536
IDSOLVER=2651
FILE ID=node128/4263621-1502583773
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-enddr1-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263621-1502583773/watcher-4263621-1502583773 -o /tmp/evaluation-result-4263621-1502583773/solver-4263621-1502583773 -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-4263621-1502583773.xml

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

MD5SUM BENCH= e176d1187697c9809d41bef962d277e0
RANDOM SEED=1086617265

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:        31533952 kB
MemAvailable:   32017576 kB
Buffers:           98592 kB
Cached:           674600 kB
SwapCached:            0 kB
Active:           228348 kB
Inactive:         599636 kB
Active(anon):      55016 kB
Inactive(anon):    16764 kB
Active(file):     173332 kB
Inactive(file):   582872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1728 kB
Writeback:             4 kB
AnonPages:         53824 kB
Mapped:            31300 kB
Shmem:             17116 kB
Slab:             110708 kB
SReclaimable:      86512 kB
SUnreclaim:        24196 kB
KernelStack:        3280 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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 02:09:46