Trace number 4301757

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 2018-07-11OPT40 9.81484 7.89998

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12b_c18.xml
MD5SUM8890b3c4968b86b21e69352acb96ed82
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark9.81484
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints111
Number of domains18
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":26},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":25,"count":12}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":35,"count":6},{"degree":36,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":87},{"arity":13,"count":24}]
Number of extensional constraints0
Number of intensional constraints87
Distribution of constraint types[{"type":"intension","count":87},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.10/0.57	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.10/0.57	c This is free software under the dual EPL/GNU LGPL licenses.
1.10/0.57	c See www.sat4j.org for details.
1.10/0.57	c That software uses the Rhino library from the Mozilla project.
1.10/0.57	c version 2.3.6-SNAPSHOT
1.10/0.57	c java.runtime.name	Java(TM) SE Runtime Environment
1.10/0.57	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.10/0.57	c java.vm.version	25.131-b11
1.10/0.57	c java.vm.vendor	Oracle Corporation
1.10/0.57	c sun.arch.data.model	64
1.10/0.57	c java.version		1.8.0_131
1.10/0.57	c os.name		Linux
1.10/0.57	c os.version		3.10.0-514.16.1.el7.x86_64
1.10/0.57	c os.arch		amd64
1.10/0.57	c Free memory 		499604488
1.10/0.57	c Max memory 		7247757312
1.10/0.57	c Total memory 		504889344
1.10/0.57	c Number of processors 	4
1.10/0.57	c c --- Begin Solver configuration ---
1.10/0.57	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.10/0.57	c Learn all clauses as in MiniSAT
1.10/0.57	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.10/0.57	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.10/0.57	c No reason simplification
1.10/0.57	c Glucose 2.1 dynamic restart strategy
1.10/0.57	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
1.10/0.57	c timeout=2147483s
1.10/0.57	c DB Simplification allowed=false
1.10/0.57	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.10/0.57	c --- End Solver configuration ---
1.10/0.57	c constraints type 
1.10/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 94
1.10/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8178
1.10/0.57	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.10/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 82817
1.10/0.57	c org.sat4j.specs.Constr$1 => 1
1.10/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 223
1.10/0.57	c 91314 constraints processed.
1.69/0.79	o 97
1.99/0.85	o 93
2.16/0.90	o 92
2.16/0.94	o 87
2.16/0.95	o 80
2.16/0.98	o 76
2.31/1.04	o 75
2.31/1.06	o 68
2.47/1.16	o 65
2.60/1.26	o 62
2.60/1.29	o 60
2.71/1.35	o 57
2.85/1.42	o 54
3.11/1.61	o 51
3.11/1.62	o 48
3.21/1.73	o 47
4.15/2.50	o 45
5.09/3.23	o 44
5.40/3.54	o 43
6.19/4.17	o 42
7.69/5.60	o 41
7.89/5.86	o 40
9.79/7.88	c starts		: 240
9.79/7.88	c conflicts		: 45426
9.79/7.88	c decisions		: 159717
9.79/7.88	c propagations		: 15971653
9.79/7.88	c inspects		: 88786588
9.79/7.88	c shortcuts		: 0
9.79/7.88	c learnt literals	: 188
9.79/7.88	c learnt binary clauses	: 1048
9.79/7.88	c learnt ternary clauses	: 612
9.79/7.88	c learnt constraints	: 45237
9.79/7.88	c ignored constraints	: 0
9.79/7.88	c root simplifications	: 0
9.79/7.88	c removed literals (reason simplification)	: 0
9.79/7.88	c reason swapping (by a shorter reason)	: 0
9.79/7.88	c Calls to reduceDB	: 5
9.79/7.88	c Number of update (reduction) of LBD	: 39230
9.79/7.88	c Imported unit clauses	: 0
9.79/7.88	c number of reductions to clauses (during analyze)	: 0
9.79/7.88	c number of learned constraints concerned by reduction	: 0
9.79/7.88	c number of learning phase by resolution	: 0
9.79/7.88	c number of learning phase by cutting planes	: 0
9.79/7.88	c number of rounding to 1 operations	: 0
9.79/7.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.79/7.88	c number of reductions of the coefficients by power 2 	: 0
9.79/7.88	c number of right shift for reduction by power 2 	: 0
9.79/7.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.79/7.88	c number of ending skipping 	: 0
9.79/7.88	c number of internal skipping 	: 0
9.79/7.88	c number of derivation steps 	: 0
9.79/7.88	c number of skipped derivation steps 	: 0
9.79/7.88	c number of remaining unassigned 	: 0
9.79/7.88	c number of remaining assigned 	: 0
9.79/7.88	c speed (assignments/second)	: 2186100.875992335
9.79/7.88	c non guided choices	: 5228
9.79/7.88	s OPTIMUM FOUND
9.79/7.88	v <instantiation type="optimum" cost="40">
9.79/7.88	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] </list>
9.79/7.88	v 	<values> 11 11 -11 11 -11 11 11 11 1 -11 1 -1 1 0 0 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 0 0 6 0 0 0 9 0 10 0 0 0 0 8 0 13 </values>
9.79/7.88	v </instantiation>
9.79/7.88	

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301757-1532884306/watcher-4301757-1532884306 -o /tmp/evaluation-result-4301757-1532884306/solver-4301757-1532884306 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301757-1532884306.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11146, runsolver pid=11143
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 2.13 2.42 2.22 4/218 11161
/proc/meminfo: memFree=26431096/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10659012 memory=30216 CPUtime=0.12 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 6615 0 0 0 11 1 0 0 20 0 15 0 105993763 10914828288 7554 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2664753 7554 2821 1 0 2627263 0
[pid=11146/tid=11148] ppid=11143 vsize=10659012 memory=-8773748148829983873 CPUtime=0.09 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 4452 0 0 0 8 1 0 0 20 0 15 0 105993763 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020744804208 140020724680030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10659012 memory=139670472652416 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10659012 memory=139670472652416 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993765 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105993766 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105993766 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105993768 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) S 11143 11146 10029 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 105993768 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020228811376 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105993768 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020227758576 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10659012 memory=139670472652416 CPUtime=0.01 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) R 11143 11146 10029 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 15 0 105993768 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020226706288 140020740620890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105993768 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10659012 memory=139670472652416 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993769 10914828288 7554 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30216 KiB

[startup+0.210734 s]*
/proc/loadavg: 2.13 2.42 2.22 3/218 11161
/proc/meminfo: memFree=26420552/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10659012 memory=41912 CPUtime=0.33 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 8080 0 0 0 31 2 0 0 20 0 15 0 105993763 10914828288 10478 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2664753 10478 3005 1 0 2627263 0
[pid=11146/tid=11148] ppid=11143 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 5028 0 0 0 19 1 0 0 20 0 15 0 105993763 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020744836160 140020724643173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10659012 memory=3545937333682206368 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993764 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10659012 memory=139670472652416 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993765 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105993766 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105993766 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105993768 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) S 11143 11146 10029 0 -1 1077944384 776 0 0 0 2 0 0 0 20 0 15 0 105993768 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020228811376 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) S 11143 11146 10029 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 105993768 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020227758576 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10659012 memory=139670472652416 CPUtime=0.07 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) R 11143 11146 10029 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 105993768 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020226706288 140020733784291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105993768 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10659012 memory=139670472652416 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993769 10914828288 10478 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41912 KiB

[startup+0.310487 s]*
/proc/loadavg: 2.13 2.42 2.22 5/218 11161
/proc/meminfo: memFree=26413108/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10659088 memory=47296 CPUtime=0.51 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 8914 0 0 0 49 2 0 0 20 0 15 0 105993763 10914906112 11824 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2664772 11824 3059 1 0 2627263 0
[pid=11146/tid=11148] ppid=11143 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 5643 0 0 0 28 1 0 0 20 0 15 0 105993763 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020744835504 140020740611478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10659088 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993764 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10659088 memory=3546214410612405920 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993764 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993764 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993764 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10659088 memory=139670472652416 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105993765 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105993766 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105993766 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105993768 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) S 11143 11146 10029 0 -1 1077944384 806 0 0 0 4 0 0 0 20 0 15 0 105993768 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020228811376 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) S 11143 11146 10029 0 -1 1077944384 315 0 0 0 3 0 0 0 20 0 15 0 105993768 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020227758576 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10659088 memory=139670472652416 CPUtime=0.11 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) R 11143 11146 10029 0 -1 4202560 782 0 0 0 11 0 0 0 20 0 15 0 105993768 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020226706288 140020726923921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105993768 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10659088 memory=139670472652416 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105993769 10914906112 11824 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47296 KiB

[startup+0.700775 s]
/proc/loadavg: 2.13 2.42 2.22 5/218 11161
/proc/meminfo: memFree=26390524/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10727700 memory=86516 CPUtime=1.69 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 11732 0 0 0 166 3 0 0 20 0 16 0 105993763 10985164800 21629 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2681925 21629 3109 1 0 2644416 0
[pid=11146/tid=11148] ppid=11143 vsize=10727700 memory=187572093468400 CPUtime=0.67 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 6077 0 0 0 65 2 0 0 20 0 16 0 105993763 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020744836032 140020381449593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10727700 memory=446152 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10727700 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 105993765 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10727700 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10727700 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) R 11143 11146 10029 0 -1 4202560 1907 0 0 0 34 0 0 0 20 0 16 0 105993768 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020228802352 140020722121767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10727700 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) R 11143 11146 10029 0 -1 4202560 996 0 0 0 33 0 0 0 20 0 16 0 105993768 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020227749904 140020740613430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10727700 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) S 11143 11146 10029 0 -1 1077944384 1360 0 0 0 31 0 0 0 20 0 16 0 105993768 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020226706288 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10727700 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993769 10985164800 21629 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 86516 KiB

[startup+1.50077 s]
/proc/loadavg: 2.13 2.42 2.22 4/219 11162
/proc/meminfo: memFree=26371088/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10727700 memory=92616 CPUtime=3 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 14882 0 0 0 296 4 0 0 20 0 16 0 105993763 10985164800 23154 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2681925 23154 3114 1 0 2644416 0
[pid=11146/tid=11148] ppid=11143 vsize=10727700 memory=9169 CPUtime=1.47 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 6602 0 0 0 145 2 0 0 20 0 16 0 105993763 10985164800 23154 33554432000 4194304 4196468 140735605049120 140020744831120 140020381449593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 23154 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 23154 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 23154 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 23154 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 105993765 10985164800 23154 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0

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

Dumping a history of the last processes samples

[startup+6.40101 s]
/proc/loadavg: 2.12 2.41 2.22 3/219 11162
/proc/meminfo: memFree=26347776/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10727700 memory=112576 CPUtime=8.51 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 18401 0 0 0 846 5 0 0 20 0 16 0 105993763 10985164800 28144 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2681925 28144 3127 1 0 2644416 0
[pid=11146/tid=11148] ppid=11143 vsize=10727700 memory=776 CPUtime=6.37 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 7220 0 0 0 635 2 0 0 20 0 16 0 105993763 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020744835824 140020381449593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10727700 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10727700 memory=1664 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10727700 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10727700 memory=279340646777424 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 16 0 105993765 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10727700 memory=288230600312357161 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10727700 memory=14134428955837770 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10727700 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) S 11143 11146 10029 0 -1 1077944384 4192 0 0 0 105 0 0 0 20 0 16 0 105993768 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020228811376 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10727700 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) S 11143 11146 10029 0 -1 1077944384 3070 0 0 0 68 0 0 0 20 0 16 0 105993768 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020227758576 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10727700 memory=92616 CPUtime=0.36 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) S 11143 11146 10029 0 -1 1077944384 1860 0 0 0 36 0 0 0 20 0 16 0 105993768 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020226706288 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10727700 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10727700 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 16 0 105993769 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11162] ppid=11143 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11162/stat : 11162 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993820 10985164800 28144 33554432000 4194304 4196468 140735605049120 140020223546032 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 112576 KiB

[startup+7.2008 s]
/proc/loadavg: 2.12 2.41 2.22 3/219 11162
/proc/meminfo: memFree=26345728/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10727700 memory=114624 CPUtime=9.31 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 18412 0 0 0 926 5 0 0 20 0 16 0 105993763 10985164800 28656 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2681925 28656 3127 1 0 2644416 0
[pid=11146/tid=11148] ppid=11143 vsize=10727700 memory=6944656592455359580 CPUtime=7.17 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 7231 0 0 0 715 2 0 0 20 0 16 0 105993763 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020744836472 140020381449456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10727700 memory=5220 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10727700 memory=12772 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10727700 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 16 0 105993765 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10727700 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10727700 memory=3328 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10727700 memory=3008 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10727700 memory=2764 CPUtime=1.05 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) S 11143 11146 10029 0 -1 1077944384 4192 0 0 0 105 0 0 0 20 0 16 0 105993768 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020228811376 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10727700 memory=796 CPUtime=0.68 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) S 11143 11146 10029 0 -1 1077944384 3070 0 0 0 68 0 0 0 20 0 16 0 105993768 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020227758576 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10727700 memory=1008 CPUtime=0.36 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) S 11143 11146 10029 0 -1 1077944384 1860 0 0 0 36 0 0 0 20 0 16 0 105993768 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020226706288 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10727700 memory=15316 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10727700 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 16 0 105993769 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11162] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11162/stat : 11162 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993820 10985164800 28656 33554432000 4194304 4196468 140735605049120 140020223546032 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 9.31 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 114624 KiB

[startup+7.60079 s]
/proc/loadavg: 2.12 2.41 2.22 3/219 11162
/proc/meminfo: memFree=26345728/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10727700 memory=116672 CPUtime=9.71 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 18414 0 0 0 966 5 0 0 20 0 16 0 105993763 10985164800 29168 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2681925 29168 3127 1 0 2644416 0
[pid=11146/tid=11148] ppid=11143 vsize=10727700 memory=7157735280213449041 CPUtime=7.57 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) R 11143 11146 10029 0 -1 4202560 7233 0 0 0 755 2 0 0 20 0 16 0 105993763 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020744836472 140020381449593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10727700 memory=7305218370954355801 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10727700 memory=7014751519583459665 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10727700 memory=6225489096523344233 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10727700 memory=279340646689696 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10727700 memory=2 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 16 0 105993765 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10727700 memory=7588671287711522900 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993766 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10727700 memory=7373916858537504097 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10727700 memory=4640467282836869200 CPUtime=1.05 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) S 11143 11146 10029 0 -1 1077944384 4192 0 0 0 105 0 0 0 20 0 16 0 105993768 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020228811376 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10727700 memory=7093353202261946630 CPUtime=0.68 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) S 11143 11146 10029 0 -1 1077944384 3070 0 0 0 68 0 0 0 20 0 16 0 105993768 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020227758576 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10727700 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) S 11143 11146 10029 0 -1 1077944384 1860 0 0 0 36 0 0 0 20 0 16 0 105993768 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020226706288 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10727700 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10727700 memory=1664 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 16 0 105993769 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11162] ppid=11143 vsize=10727700 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11162/stat : 11162 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993820 10985164800 29168 33554432000 4194304 4196468 140735605049120 140020223546032 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 116672 KiB

[startup+7.80075 s]
/proc/loadavg: 2.12 2.41 2.22 3/219 11162
/proc/meminfo: memFree=26345728/32770624 swapFree=67028788/67108860
[pid=11146] ppid=11143 vsize=10860828 memory=120824 CPUtime=9.79 cores=0,2,4,6
/proc/11146/stat : 11146 (java) S 11143 11146 10029 0 -1 1077944320 18914 0 0 0 974 5 0 0 20 0 16 0 105993763 11121487872 30206 33554432000 4194304 4196468 140735605049120 140735605031664 140020740599543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
/proc/11146/statm: 2715207 30206 3129 1 0 2677698 0
[pid=11146/tid=11148] ppid=11143 vsize=10860828 memory=5220 CPUtime=7.65 cores=0,2,4,6
/proc/11146/task/11148/stat : 11148 (java) S 11143 11146 10029 0 -1 1077944384 7578 0 0 0 763 2 0 0 20 0 16 0 105993763 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020744840224 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11149] ppid=11143 vsize=10860828 memory=12772 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11149/stat : 11149 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020347120528 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11150] ppid=11143 vsize=10860828 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11150/stat : 11150 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020346067728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11151] ppid=11143 vsize=10860828 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11151/stat : 11151 (java) S 11143 11146 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105993764 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020345015440 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11152] ppid=11143 vsize=10860828 memory=3328 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11152/stat : 11152 (java) S 11143 11146 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105993764 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020343962640 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11153] ppid=11143 vsize=10860828 memory=3008 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11153/stat : 11153 (java) S 11143 11146 10029 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 16 0 105993765 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020300384368 140020740610690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11154] ppid=11143 vsize=10860828 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11154/stat : 11154 (java) S 11143 11146 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105993766 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020299330336 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11155] ppid=11143 vsize=10860828 memory=796 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11155/stat : 11155 (java) S 11143 11146 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105993766 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020298278000 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11156] ppid=11143 vsize=10860828 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11156/stat : 11156 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020297226320 140020740618139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11157] ppid=11143 vsize=10860828 memory=15316 CPUtime=1.05 cores=0,2,4,6
/proc/11146/task/11157/stat : 11157 (java) S 11143 11146 10029 0 -1 1077944384 4195 0 0 0 105 0 0 0 20 0 16 0 105993768 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020228811376 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11158] ppid=11143 vsize=10860828 memory=1460 CPUtime=0.68 cores=0,2,4,6
/proc/11146/task/11158/stat : 11158 (java) S 11143 11146 10029 0 -1 1077944384 3070 0 0 0 68 0 0 0 20 0 16 0 105993768 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020227758576 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11159] ppid=11143 vsize=10860828 memory=2160 CPUtime=0.37 cores=0,2,4,6
/proc/11146/task/11159/stat : 11159 (java) S 11143 11146 10029 0 -1 1077944384 1870 0 0 0 37 0 0 0 20 0 16 0 105993768 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020226706288 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11160] ppid=11143 vsize=10860828 memory=6768 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11160/stat : 11160 (java) S 11143 11146 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105993768 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020225653728 140020740609749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
[pid=11146/tid=11161] ppid=11143 vsize=10860828 memory=824 CPUtime=0 cores=0,2,4,6
/proc/11146/task/11161/stat : 11161 (java) S 11143 11146 10029 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 16 0 105993769 11121487872 30206 33554432000 4194304 4196468 140735605049120 140020224600496 140020740610690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34091008 140735605052534 140735605052686 140735605052686 140735605055439 0
Current children cumulated CPU time: 9.79 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 120824 KiB

Child status: 0
Real time (s): 7.89998
CPU time (s): 9.81484
CPU user time (s): 9.75456
CPU system time (s): 0.060287
CPU usage (%): 124.239
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 120824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.75456
system time used= 0.060287
maximum resident set size= 123164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2050
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 11146
#   total CPU time (s): 9.81484
#   total CPU user time (s): 9.75456
#   total CPU system time (s): 0.060287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.073661 second user time and 0.114718 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:11:46
IDJOB=4301757
IDBENCH=141322
IDSOLVER=2773
FILE ID=node102/4301757-1532884306
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12b_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301757-1532884306/watcher-4301757-1532884306 -o /tmp/evaluation-result-4301757-1532884306/solver-4301757-1532884306 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301757-1532884306.xml

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

MD5SUM BENCH= 8890b3c4968b86b21e69352acb96ed82
RANDOM SEED=2133386005

node102.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.51
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.51
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.51
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.51
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:        26447528 kB
MemAvailable:   31619684 kB
Buffers:          230436 kB
Cached:          5186616 kB
SwapCached:        53064 kB
Active:          1477816 kB
Inactive:        4320656 kB
Active(anon):     307940 kB
Inactive(anon):    99168 kB
Active(file):    1169876 kB
Inactive(file):  4221488 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2200 kB
Writeback:             0 kB
AnonPages:        430220 kB
Mapped:            49776 kB
Shmem:             22552 kB
Slab:             222252 kB
SReclaimable:     193252 kB
SUnreclaim:        29000 kB
KernelStack:        3888 kB
PageTables:         6564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 19:11:54