Trace number 4301766

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 7.25647 5.23312

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
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 benchmark7.25647
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
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.14/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.14/0.54	c This is free software under the dual EPL/GNU LGPL licenses.
1.14/0.54	c See www.sat4j.org for details.
1.14/0.54	c That software uses the Rhino library from the Mozilla project.
1.14/0.54	c version 2.3.6-SNAPSHOT
1.14/0.54	c java.runtime.name	Java(TM) SE Runtime Environment
1.14/0.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.14/0.54	c java.vm.version	25.131-b11
1.14/0.54	c java.vm.vendor	Oracle Corporation
1.14/0.54	c sun.arch.data.model	64
1.14/0.54	c java.version		1.8.0_131
1.14/0.54	c os.name		Linux
1.14/0.54	c os.version		3.10.0-514.16.1.el7.x86_64
1.14/0.54	c os.arch		amd64
1.14/0.54	c Free memory 		499604488
1.14/0.54	c Max memory 		7247757312
1.14/0.54	c Total memory 		504889344
1.14/0.54	c Number of processors 	4
1.14/0.54	c c --- Begin Solver configuration ---
1.14/0.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.14/0.54	c Learn all clauses as in MiniSAT
1.14/0.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.14/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.14/0.54	c No reason simplification
1.14/0.54	c Glucose 2.1 dynamic restart strategy
1.14/0.54	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.14/0.54	c timeout=2147483s
1.14/0.54	c DB Simplification allowed=false
1.14/0.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.14/0.54	c --- End Solver configuration ---
1.14/0.54	c constraints type 
1.14/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
1.14/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5864
1.14/0.54	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.14/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 59011
1.14/0.54	c org.sat4j.specs.Constr$1 => 1
1.14/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 211
1.14/0.54	c 65174 constraints processed.
1.72/0.73	o 97
2.03/0.87	o 93
2.19/0.95	o 92
2.19/0.98	o 88
2.19/1.00	o 87
2.32/1.04	o 84
2.32/1.06	o 72
2.43/1.16	o 70
2.43/1.19	o 66
2.56/1.21	o 62
2.56/1.23	o 58
2.73/1.31	o 57
2.73/1.37	o 53
3.15/1.64	o 52
3.52/1.87	o 47
4.01/2.27	o 46
4.11/2.34	o 45
4.11/2.38	o 44
4.53/2.76	o 43
4.97/3.01	o 41
5.91/3.88	o 40
7.23/5.22	c starts		: 149
7.23/5.22	c conflicts		: 30416
7.23/5.22	c decisions		: 105444
7.23/5.22	c propagations		: 8971387
7.23/5.22	c inspects		: 46170786
7.23/5.22	c shortcuts		: 0
7.23/5.22	c learnt literals	: 193
7.23/5.22	c learnt binary clauses	: 890
7.23/5.22	c learnt ternary clauses	: 632
7.23/5.22	c learnt constraints	: 30222
7.23/5.22	c ignored constraints	: 0
7.23/5.22	c root simplifications	: 0
7.23/5.22	c removed literals (reason simplification)	: 0
7.23/5.22	c reason swapping (by a shorter reason)	: 0
7.23/5.22	c Calls to reduceDB	: 4
7.23/5.22	c Number of update (reduction) of LBD	: 24525
7.23/5.22	c Imported unit clauses	: 0
7.23/5.22	c number of reductions to clauses (during analyze)	: 0
7.23/5.22	c number of learned constraints concerned by reduction	: 0
7.23/5.22	c number of learning phase by resolution	: 0
7.23/5.22	c number of learning phase by cutting planes	: 0
7.23/5.22	c number of rounding to 1 operations	: 0
7.23/5.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.23/5.22	c number of reductions of the coefficients by power 2 	: 0
7.23/5.22	c number of right shift for reduction by power 2 	: 0
7.23/5.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.23/5.22	c number of ending skipping 	: 0
7.23/5.22	c number of internal skipping 	: 0
7.23/5.22	c number of derivation steps 	: 0
7.23/5.22	c number of skipped derivation steps 	: 0
7.23/5.22	c number of remaining unassigned 	: 0
7.23/5.22	c number of remaining assigned 	: 0
7.23/5.22	c speed (assignments/second)	: 1916144.1691584792
7.23/5.22	c non guided choices	: 5175
7.23/5.22	s OPTIMUM FOUND
7.23/5.22	v <instantiation type="optimum" cost="40">
7.23/5.22	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] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] 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>
7.23/5.22	v 	<values> -1 9 9 9 -9 1 1 9 9 9 -9 -9 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 5 0 0 0 10 0 0 0 0 0 12 13 </values>
7.23/5.22	v </instantiation>
7.23/5.22	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301766-1532884420/watcher-4301766-1532884420 -o /tmp/evaluation-result-4301766-1532884420/solver-4301766-1532884420 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301766-1532884420.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=28808, runsolver pid=28805
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.90 2.13 2.52 4/217 28823
/proc/meminfo: memFree=27595756/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10659012 memory=30096 CPUtime=0.13 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 6600 0 0 0 12 1 0 0 20 0 15 0 106005215 10914828288 7524 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2664753 7524 2845 1 0 2627263 0
[pid=28808/tid=28810] ppid=28805 vsize=10659012 memory=-8773748148830377346 CPUtime=0.09 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 4427 0 0 0 9 0 0 0 20 0 15 0 106005215 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458842908608 140458822767966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10659012 memory=140414003033728 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10659012 memory=140414003033728 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106005217 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106005218 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106005218 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106005220 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) S 28805 28808 22004 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 106005220 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458393672560 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) S 28805 28808 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106005220 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458392619760 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10659012 memory=140414003033728 CPUtime=0.02 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) R 28805 28808 22004 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 106005220 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458391566960 140458838708826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106005221 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10659012 memory=140414003033728 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005221 10914828288 7524 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.210751 s]*
/proc/loadavg: 1.90 2.13 2.52 5/217 28823
/proc/meminfo: memFree=27584628/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10659012 memory=42080 CPUtime=0.33 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 8094 0 0 0 31 2 0 0 20 0 15 0 106005215 10914828288 10520 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2664753 10520 3008 1 0 2627263 0
[pid=28808/tid=28810] ppid=28805 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 5012 0 0 0 19 1 0 0 20 0 15 0 106005215 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458842922448 140458820272074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10659012 memory=140414003672093 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106005216 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10659012 memory=140414003033728 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106005217 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106005218 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106005218 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106005220 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) S 28805 28808 22004 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 15 0 106005220 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458393672560 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) S 28805 28808 22004 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 15 0 106005220 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458392619760 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10659012 memory=140414003033728 CPUtime=0.07 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) R 28805 28808 22004 0 -1 4202560 684 0 0 0 7 0 0 0 20 0 15 0 106005220 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458391566960 140458838708826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106005221 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10659012 memory=140414003033728 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005221 10914828288 10520 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42080 KiB

[startup+0.310568 s]*
/proc/loadavg: 1.90 2.13 2.52 3/217 28823
/proc/meminfo: memFree=27577060/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10659088 memory=47244 CPUtime=0.52 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 8941 0 0 0 49 3 0 0 20 0 15 0 106005215 10914906112 11811 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2664772 11811 3040 1 0 2627263 0
[pid=28808/tid=28810] ppid=28805 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 5636 0 0 0 28 2 0 0 20 0 15 0 106005215 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458842922160 140458838699414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10659088 memory=140414003672092 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005216 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106005216 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10659088 memory=140414003033728 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106005217 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106005218 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106005218 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106005220 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) S 28805 28808 22004 0 -1 1077944384 591 0 0 0 4 0 0 0 20 0 15 0 106005220 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458393672560 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) S 28805 28808 22004 0 -1 1077944384 577 0 0 0 3 0 0 0 20 0 15 0 106005220 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458392619760 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10659088 memory=140414003033728 CPUtime=0.12 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) R 28805 28808 22004 0 -1 4202560 771 0 0 0 12 0 0 0 20 0 15 0 106005220 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458391566960 140458817611468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106005221 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10659088 memory=140414003033728 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106005221 10914906112 11811 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47244 KiB

[startup+0.70075 s]
/proc/loadavg: 1.90 2.13 2.52 6/217 28823
/proc/meminfo: memFree=27552840/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10727700 memory=81892 CPUtime=1.72 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 11607 0 0 0 168 4 0 0 20 0 16 0 106005215 10985164800 20473 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2681925 20473 3103 1 0 2644416 0
[pid=28808/tid=28810] ppid=28805 vsize=10727700 memory=1840 CPUtime=0.67 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 6057 0 0 0 65 2 0 0 20 0 16 0 106005215 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458842923664 140458469981191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10727700 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10727700 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10727700 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10727700 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10727700 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106005217 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10727700 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10727700 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10727700 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005220 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10727700 memory=7590935255203861604 CPUtime=0.36 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) R 28805 28808 22004 0 -1 4202560 1292 0 0 0 36 0 0 0 20 0 16 0 106005220 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458393662480 140458823812544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10727700 memory=5788647689011156329 CPUtime=0.34 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) R 28805 28808 22004 0 -1 4202560 1100 0 0 0 34 0 0 0 20 0 16 0 106005220 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458392609936 140458823111120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10727700 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) S 28805 28808 22004 0 -1 1077944384 1767 0 0 0 31 0 0 0 20 0 16 0 106005220 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458391566960 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10727700 memory=33 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 20473 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 81892 KiB

[startup+1.50079 s]
/proc/loadavg: 1.90 2.13 2.52 3/218 28824
/proc/meminfo: memFree=27541036/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10727700 memory=88624 CPUtime=3.02 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 15817 0 0 0 297 5 0 0 20 0 16 0 106005215 10985164800 22156 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2681925 22156 3114 1 0 2644416 0
[pid=28808/tid=28810] ppid=28805 vsize=10727700 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 6636 0 0 0 145 2 0 0 20 0 16 0 106005215 10985164800 22156 33554432000 4194304 4196468 140721268887936 140458842905888 140458470316023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 22156 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 22156 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 22156 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 22156 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106005217 10985164800 22156 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0

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

Dumping a history of the last processes samples

[startup+3.20093 s]
/proc/loadavg: 1.90 2.13 2.52 3/218 28824
/proc/meminfo: memFree=27529060/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10727700 memory=95160 CPUtime=5.2 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 16292 0 0 0 515 5 0 0 20 0 16 0 106005215 10985164800 23790 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2681925 23790 3119 1 0 2644416 0
[pid=28808/tid=28810] ppid=28805 vsize=10727700 memory=0 CPUtime=3.17 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 6727 0 0 0 315 2 0 0 20 0 16 0 106005215 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458842923440 140458470316023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10727700 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106005217 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005220 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10727700 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) S 28805 28808 22004 0 -1 1077944384 2713 0 0 0 73 0 0 0 20 0 16 0 106005220 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458393672560 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10727700 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) S 28805 28808 22004 0 -1 1077944384 3385 0 0 0 90 0 0 0 20 0 16 0 106005220 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458392619760 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10727700 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) S 28805 28808 22004 0 -1 1077944384 2013 0 0 0 36 0 0 0 20 0 16 0 106005220 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458391566960 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28824] ppid=28805 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28824/stat : 28824 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005269 10985164800 23790 33554432000 4194304 4196468 140721268887936 140458388407216 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 95160 KiB

[startup+4.00073 s]*
/proc/loadavg: 1.90 2.13 2.52 3/218 28824
/proc/meminfo: memFree=27524972/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10727700 memory=99148 CPUtime=6.21 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 16800 0 0 0 616 5 0 0 20 0 16 0 106005215 10985164800 24787 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2681925 24787 3119 1 0 2644416 0
[pid=28808/tid=28810] ppid=28805 vsize=10727700 memory=5450919713671312938 CPUtime=3.98 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 6729 0 0 0 396 2 0 0 20 0 16 0 106005215 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458842919056 140458470574968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10727700 memory=7372762370857263680 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10727700 memory=3762397836208368304 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10727700 memory=5796251937517557865 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10727700 memory=2321667417642770479 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10727700 memory=3907348665672001203 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106005217 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10727700 memory=3684006309284491807 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10727700 memory=7663021277481905817 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10727700 memory=6082203009019570775 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005220 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10727700 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) S 28805 28808 22004 0 -1 1077944384 3204 0 0 0 89 0 0 0 20 0 16 0 106005220 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458393672560 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10727700 memory=3684006309284491807 CPUtime=0.93 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) S 28805 28808 22004 0 -1 1077944384 3388 0 0 0 93 0 0 0 20 0 16 0 106005220 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458392619760 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10727700 memory=3474724933877821113 CPUtime=0.36 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) S 28805 28808 22004 0 -1 1077944384 2023 0 0 0 36 0 0 0 20 0 16 0 106005220 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458391566960 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10727700 memory=3467824627896561951 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10727700 memory=2315025944437332984 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28824] ppid=28805 vsize=10727700 memory=8243931520942415919 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28824/stat : 28824 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005269 10985164800 24787 33554432000 4194304 4196468 140721268887936 140458388407216 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 99148 KiB

[startup+4.80072 s]
/proc/loadavg: 1.90 2.13 2.52 3/218 28824
/proc/meminfo: memFree=27524972/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10727700 memory=101216 CPUtime=7 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 16987 0 0 0 695 5 0 0 20 0 16 0 106005215 10985164800 25304 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2681925 25304 3123 1 0 2644416 0
[pid=28808/tid=28810] ppid=28805 vsize=10727700 memory=7230361399055769703 CPUtime=4.78 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) R 28805 28808 22004 0 -1 4202560 6732 0 0 0 475 3 0 0 20 0 16 0 106005215 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458842923600 140458470337418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10727700 memory=6442517281453002838 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10727700 memory=8242264893812663142 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10727700 memory=22177 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10727700 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106005216 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10727700 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 16 0 106005217 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10727700 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10727700 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005218 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10727700 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005220 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10727700 memory=15460 CPUtime=0.89 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) S 28805 28808 22004 0 -1 1077944384 3204 0 0 0 89 0 0 0 20 0 16 0 106005220 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458393672560 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10727700 memory=17668 CPUtime=0.93 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) S 28805 28808 22004 0 -1 1077944384 3388 0 0 0 93 0 0 0 20 0 16 0 106005220 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458392619760 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10727700 memory=19876 CPUtime=0.36 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) S 28805 28808 22004 0 -1 1077944384 2023 0 0 0 36 0 0 0 20 0 16 0 106005220 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458391566960 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10727700 memory=7378595185890263056 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10727700 memory=280827778903968 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 106005221 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28824] ppid=28805 vsize=10727700 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28824/stat : 28824 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005269 10985164800 25304 33554432000 4194304 4196468 140721268887936 140458388407216 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 7 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 101216 KiB

[startup+5.2008 s]
/proc/loadavg: 1.83 2.11 2.52 3/218 28824
/proc/meminfo: memFree=27522668/32770624 swapFree=67108860/67108860
[pid=28808] ppid=28805 vsize=10860828 memory=105612 CPUtime=7.23 cores=0,2,4,6
/proc/28808/stat : 28808 (java) S 28805 28808 22004 0 -1 1077944320 18439 0 0 0 718 5 0 0 20 0 16 0 106005215 11121487872 26403 33554432000 4194304 4196468 140721268887936 140721268870480 140458838687479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
/proc/28808/statm: 2715207 26403 3127 1 0 2677698 0
[pid=28808/tid=28810] ppid=28805 vsize=10860828 memory=0 CPUtime=5 cores=0,2,4,6
/proc/28808/task/28810/stat : 28810 (java) S 28805 28808 22004 0 -1 1077944384 7273 0 0 0 497 3 0 0 20 0 16 0 106005215 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458842928160 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28811] ppid=28805 vsize=10860828 memory=7739788251784964204 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28811/stat : 28811 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458791308432 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28812] ppid=28805 vsize=10860828 memory=7230074353487995240 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28812/stat : 28812 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458790255632 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28813] ppid=28805 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28813/stat : 28813 (java) S 28805 28808 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106005216 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458789202832 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28814] ppid=28805 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28814/stat : 28814 (java) S 28805 28808 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106005216 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458788150032 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28815] ppid=28805 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28815/stat : 28815 (java) S 28805 28808 22004 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 16 0 106005217 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458397882736 140458838698626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28816] ppid=28805 vsize=10860828 memory=288424903223870264 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28816/stat : 28816 (java) S 28805 28808 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106005218 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458396828704 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28817] ppid=28805 vsize=10860828 memory=675484 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28817/stat : 28817 (java) S 28805 28808 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106005218 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458395775856 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28818] ppid=28805 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28818/stat : 28818 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005220 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458394724176 140458838706075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28819] ppid=28805 vsize=10860828 memory=3906091209194891114 CPUtime=0.89 cores=0,2,4,6
/proc/28808/task/28819/stat : 28819 (java) S 28805 28808 22004 0 -1 1077944384 3281 0 0 0 89 0 0 0 20 0 16 0 106005220 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458393672560 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28820] ppid=28805 vsize=10860828 memory=7957689449132282197 CPUtime=0.93 cores=0,2,4,6
/proc/28808/task/28820/stat : 28820 (java) S 28805 28808 22004 0 -1 1077944384 3481 0 0 0 93 0 0 0 20 0 16 0 106005220 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458392619760 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28821] ppid=28805 vsize=10860828 memory=7883944108235712103 CPUtime=0.36 cores=0,2,4,6
/proc/28808/task/28821/stat : 28821 (java) S 28805 28808 22004 0 -1 1077944384 2305 0 0 0 36 0 0 0 20 0 16 0 106005220 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458391566960 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28822] ppid=28805 vsize=10860828 memory=7233150864263768144 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28822/stat : 28822 (java) S 28805 28808 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106005221 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458390514400 140458838697685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
[pid=28808/tid=28823] ppid=28805 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28808/task/28823/stat : 28823 (java) S 28805 28808 22004 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 16 0 106005221 11121487872 26403 33554432000 4194304 4196468 140721268887936 140458389461680 140458838698626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140721268892790 140721268892942 140721268892942 140721268895695 0
Current children cumulated CPU time: 7.23 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 105612 KiB

Child status: 0
Real time (s): 5.23312
CPU time (s): 7.25647
CPU user time (s): 7.18994
CPU system time (s): 0.066536
CPU usage (%): 138.664
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 105612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.18994
system time used= 0.066536
maximum resident set size= 107880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19242
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= 1962
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 28808
#   total CPU time (s): 7.25647
#   total CPU user time (s): 7.18994
#   total CPU system time (s): 0.066536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056739 second user time and 0.096307 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:13:40
IDJOB=4301766
IDBENCH=141325
IDSOLVER=2773
FILE ID=node151/4301766-1532884420
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

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

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=2075910148

node151.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.87
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.87
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.87
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.87
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:        27612068 kB
MemAvailable:   31262824 kB
Buffers:          212500 kB
Cached:          3712484 kB
SwapCached:            0 kB
Active:          2062684 kB
Inactive:        2626276 kB
Active(anon):     713928 kB
Inactive(anon):    78188 kB
Active(file):    1348756 kB
Inactive(file):  2548088 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2440 kB
Writeback:             0 kB
AnonPages:        788640 kB
Mapped:            56316 kB
Shmem:             25224 kB
Slab:             167508 kB
SReclaimable:     139496 kB
SUnreclaim:        28012 kB
KernelStack:        3824 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1653776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 19:13:46