Trace number 4289869

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-11SAT (TO)42 2400.19 2385.01

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15b_c18.xml
MD5SUMb017fe45b316a2eca4ba7804b3adba5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark517.492
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints163
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":36},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":15}]
Minimum variable degree2
Maximum variable degree47
Distribution of variable degrees[{"degree":2,"count":47},{"degree":46,"count":10},{"degree":47,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":131},{"arity":16,"count":32}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"count","count":32}]
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.41/0.65	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.41/0.65	c This is free software under the dual EPL/GNU LGPL licenses.
1.41/0.65	c See www.sat4j.org for details.
1.41/0.65	c That software uses the Rhino library from the Mozilla project.
1.41/0.65	c version 2.3.6-SNAPSHOT
1.41/0.65	c java.runtime.name	Java(TM) SE Runtime Environment
1.41/0.65	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.41/0.65	c java.vm.version	25.131-b11
1.41/0.65	c java.vm.vendor	Oracle Corporation
1.41/0.65	c sun.arch.data.model	64
1.41/0.65	c java.version		1.8.0_131
1.41/0.65	c os.name		Linux
1.41/0.65	c os.version		3.10.0-514.16.1.el7.x86_64
1.41/0.65	c os.arch		amd64
1.41/0.65	c Free memory 		499604488
1.41/0.65	c Max memory 		7247757312
1.41/0.65	c Total memory 		504889344
1.41/0.65	c Number of processors 	4
1.41/0.65	c c --- Begin Solver configuration ---
1.41/0.65	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.41/0.65	c Learn all clauses as in MiniSAT
1.41/0.65	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.41/0.65	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.41/0.65	c No reason simplification
1.41/0.65	c Glucose 2.1 dynamic restart strategy
1.41/0.65	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.41/0.65	c timeout=2147483s
1.41/0.65	c DB Simplification allowed=false
1.41/0.65	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.41/0.65	c --- End Solver configuration ---
1.41/0.65	c constraints type 
1.41/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
1.41/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17438
1.41/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.41/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 225244
1.41/0.65	c org.sat4j.specs.Constr$1 => 2
1.41/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 328
1.41/0.65	c 243134 constraints processed.
2.61/1.13	o 121
2.94/1.33	o 117
3.12/1.43	o 116
3.23/1.53	o 112
3.23/1.56	o 100
3.48/1.70	o 99
3.48/1.76	o 89
3.81/1.92	o 85
3.81/1.94	o 83
3.81/1.98	o 77
4.23/2.12	o 75
4.23/2.16	o 73
4.32/2.29	o 70
4.43/2.39	o 67
4.73/2.69	o 65
4.85/2.77	o 64
4.96/2.86	o 60
5.23/3.06	o 59
5.44/3.18	o 58
5.59/3.25	o 57
5.74/3.34	o 56
6.24/3.90	o 55
7.19/4.67	o 53
7.79/5.25	o 50
7.89/5.35	o 47
8.11/5.51	o 44
10.93/8.33	o 43
11.84/9.28	o 42
2400.11/2385.00	c starts		: 17359
2400.11/2385.00	c conflicts		: 3746448
2400.11/2385.00	c decisions		: 9285087
2400.11/2385.00	c propagations		: 1800048757
2400.11/2385.00	c inspects		: 38382064892
2400.11/2385.00	c shortcuts		: 0
2400.11/2385.00	c learnt literals	: 451
2400.11/2385.00	c learnt binary clauses	: 2433
2400.11/2385.00	c learnt ternary clauses	: 2708
2400.11/2385.00	c learnt constraints	: 3745997
2400.11/2385.00	c ignored constraints	: 0
2400.11/2385.00	c root simplifications	: 0
2400.11/2385.00	c removed literals (reason simplification)	: 0
2400.11/2385.00	c reason swapping (by a shorter reason)	: 0
2400.11/2385.00	c Calls to reduceDB	: 88
2400.11/2385.00	c Number of update (reduction) of LBD	: 2330826
2400.11/2385.00	c Imported unit clauses	: 0
2400.11/2385.00	c number of reductions to clauses (during analyze)	: 0
2400.11/2385.00	c number of learned constraints concerned by reduction	: 0
2400.11/2385.00	c number of learning phase by resolution	: 0
2400.11/2385.00	c number of learning phase by cutting planes	: 0
2400.11/2385.00	c number of rounding to 1 operations	: 0
2400.11/2385.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.11/2385.00	c number of reductions of the coefficients by power 2 	: 0
2400.11/2385.00	c number of right shift for reduction by power 2 	: 0
2400.11/2385.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.11/2385.00	c number of ending skipping 	: 0
2400.11/2385.00	c number of internal skipping 	: 0
2400.11/2385.00	c number of derivation steps 	: 0
2400.11/2385.00	c number of skipped derivation steps 	: 0
2400.11/2385.00	c number of remaining unassigned 	: 0
2400.11/2385.00	c number of remaining assigned 	: 0
2400.11/2385.00	c speed (assignments/second)	: 754942.5407825691
2400.11/2385.00	c non guided choices	: 13579
2400.11/2385.00	s SATISFIABLE
2400.11/2385.00	v <instantiation type="solution">
2400.11/2385.00	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] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] </list>
2400.11/2385.00	v 	<values> -5 -2 -15 15 15 -15 5 5 2 4 15 4 15 -4 8 0 1 0 1 1 0 0 0 0 0 0 0 0 0 2 0 0 1 0 2 2 0 0 1 0 0 0 0 0 0 4 0 5 6 9 0 0 10 0 0 0 0 0 0 0 12 0 </values>
2400.11/2385.00	v </instantiation>
2400.11/2385.00	

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289869-1532215794/watcher-4289869-1532215794 -o /tmp/evaluation-result-4289869-1532215794/solver-4289869-1532215794 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289869-1532215794.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28217, runsolver pid=28214

[startup+0.100143 s]*
/proc/loadavg: 2.08 2.22 2.53 3/216 28232
/proc/meminfo: memFree=23108464/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10659012 memory=30268 CPUtime=0.13 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 6633 0 0 0 12 1 0 0 20 0 15 0 39142620 10914828288 7567 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2664753 7567 2825 1 0 2627263 0
[pid=28217/tid=28219] ppid=28214 vsize=10659012 memory=-8773748148829851521 CPUtime=0.08 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) R 28214 28217 24904 0 -1 4202560 4468 0 0 0 8 0 0 0 20 0 15 0 39142621 10914828288 7567 33554432000 4194304 4196468 140728621826864 139863371270672 139863367056790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 7567 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10659012 memory=140065289893504 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10659012 memory=140065289893504 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142623 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39142623 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39142624 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) S 28214 28217 24904 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862667791088 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862666738544 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10659012 memory=140065289893504 CPUtime=0.02 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) R 28214 28217 24904 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 39142626 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862665685488 139863367066202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28232] ppid=28214 vsize=10659012 memory=140065289893504 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28232/stat : 28232 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 7567 33554432000 4194304 4196468 140728621826864 139862663580208 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30268 KiB

[startup+0.210622 s]*
/proc/loadavg: 2.08 2.22 2.53 3/216 28232
/proc/meminfo: memFree=23097220/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10659012 memory=41964 CPUtime=0.33 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 8093 0 0 0 31 2 0 0 20 0 15 0 39142620 10914828288 10491 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2664753 10491 3004 1 0 2627263 0
[pid=28217/tid=28219] ppid=28214 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) R 28214 28217 24904 0 -1 4202560 5046 0 0 0 19 1 0 0 20 0 15 0 39142621 10914828288 10491 33554432000 4194304 4196468 140728621826864 139863371281136 139863367066202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 10491 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10659012 memory=288370441441605248 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142622 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10659012 memory=140065289893504 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142623 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39142623 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39142624 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) S 28214 28217 24904 0 -1 1077944384 635 0 0 0 2 0 0 0 20 0 15 0 39142626 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862667791088 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) S 28214 28217 24904 0 -1 1077944384 343 0 0 0 1 0 0 0 20 0 15 0 39142626 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862666738544 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10659012 memory=140065289893504 CPUtime=0.07 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) R 28214 28217 24904 0 -1 4202560 700 0 0 0 7 0 0 0 20 0 15 0 39142626 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862665685488 139863346180205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28232] ppid=28214 vsize=10659012 memory=140065289893504 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28232/stat : 28232 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142626 10914828288 10491 33554432000 4194304 4196468 140728621826864 139862663580208 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41964 KiB

[startup+0.310415 s]*
/proc/loadavg: 2.08 2.22 2.53 3/216 28232
/proc/meminfo: memFree=23089900/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10659088 memory=47340 CPUtime=0.53 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 8899 0 0 0 50 3 0 0 20 0 15 0 39142620 10914906112 11835 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2664772 11835 3059 1 0 2627263 0
[pid=28217/tid=28219] ppid=28214 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) R 28214 28217 24904 0 -1 4202560 5652 0 0 0 28 1 0 0 20 0 15 0 39142621 10914906112 11835 33554432000 4194304 4196468 140728621826864 139863371281392 139863367056790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10659088 memory=4294979967 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142622 10914906112 11835 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10659088 memory=288370441441605248 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142622 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142622 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142622 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10659088 memory=140065289893504 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39142623 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39142623 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39142624 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) S 28214 28217 24904 0 -1 1077944384 680 0 0 0 5 0 0 0 20 0 15 0 39142626 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862667791088 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) R 28214 28217 24904 0 -1 1077944384 423 0 0 0 2 1 0 0 20 0 15 0 39142626 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862666738544 139863367056002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10659088 memory=140065289893504 CPUtime=0.12 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) R 28214 28217 24904 0 -1 4202560 775 0 0 0 12 0 0 0 20 0 15 0 39142626 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862665685488 139863367056790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28232] ppid=28214 vsize=10659088 memory=140065289893504 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28232/stat : 28232 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39142626 10914906112 11835 33554432000 4194304 4196468 140728621826864 139862663580208 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47340 KiB

[startup+0.700668 s]
/proc/loadavg: 2.08 2.22 2.53 6/216 28232
/proc/meminfo: memFree=23062836/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10727700 memory=116924 CPUtime=1.72 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 11640 0 0 0 167 5 0 0 20 0 16 0 39142620 10985164800 29231 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2681925 29231 3101 1 0 2644416 0
[pid=28217/tid=28219] ppid=28214 vsize=10727700 memory=8580 CPUtime=0.67 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) R 28214 28217 24904 0 -1 4202560 6106 0 0 0 65 2 0 0 20 0 16 0 39142621 10985164800 29231 33554432000 4194304 4196468 140728621826864 139863371280976 139863003003609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10727700 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 29231 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10727700 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10727700 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10727700 memory=952 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10727700 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39142623 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10727700 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39142623 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10727700 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39142624 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10727700 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10727700 memory=7013340940837610608 CPUtime=0.35 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) R 28214 28217 24904 0 -1 4202560 1420 0 0 0 35 0 0 0 20 0 16 0 39142626 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862667780560 139863350543825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10727700 memory=5788647689011156329 CPUtime=0.33 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) R 28214 28217 24904 0 -1 4202560 1192 0 0 0 32 1 0 0 20 0 16 0 39142626 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862666728336 139863367066202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10727700 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) S 28214 28217 24904 0 -1 1077944384 1529 0 0 0 34 0 0 0 20 0 16 0 39142626 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862665685488 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28232] ppid=28214 vsize=10727700 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28232/stat : 28232 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 29231 33554432000 4194304 4196468 140728621826864 139862663580208 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 116924 KiB

[startup+1.50076 s]
/proc/loadavg: 2.08 2.22 2.53 3/217 28233
/proc/meminfo: memFree=23013112/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10727700 memory=126880 CPUtime=3.23 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 15002 0 0 0 318 5 0 0 20 0 16 0 39142620 10985164800 31720 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2681925 31720 3118 1 0 2644416 0
[pid=28217/tid=28219] ppid=28214 vsize=10727700 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) R 28214 28217 24904 0 -1 4202560 6546 0 0 0 144 3 0 0 20 0 16 0 39142621 10985164800 31720 33554432000 4194304 4196468 140728621826864 139863371283160 139863007063593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 31720 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10727700 memory=-2247047206207641111 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 31720 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10727700 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 31720 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39142622 10985164800 31720 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39142623 10985164800 31720 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0

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

/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 7030 0 0 0 335 21 0 0 20 0 16 0 39142622 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10727700 memory=476244 CPUtime=3.57 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 7552 0 0 0 335 22 0 0 20 0 16 0 39142622 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10727700 memory=476244 CPUtime=0.34 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 26425 0 0 0 29 5 0 0 20 0 16 0 39142623 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10727700 memory=475220 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 39142623 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10727700 memory=6944656591801720226 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39142624 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10727700 memory=13952 CPUtime=1.07 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) S 28214 28217 24904 0 -1 1077944384 5814 0 0 0 106 1 0 0 20 0 16 0 39142626 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862667791088 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10727700 memory=474164 CPUtime=1.22 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) S 28214 28217 24904 0 -1 1077944384 5359 0 0 0 120 2 0 0 20 0 16 0 39142626 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862666738544 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10727700 memory=474164 CPUtime=0.44 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) S 28214 28217 24904 0 -1 1077944384 3555 0 0 0 44 0 0 0 20 0 16 0 39142626 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862665685488 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28232] ppid=28214 vsize=10727700 memory=792 CPUtime=1.4 cores=0,2,4,6
/proc/28217/task/28232/stat : 28232 (java) S 28214 28217 24904 0 -1 1077944384 1213 0 0 0 71 69 0 0 20 0 16 0 39142626 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862663580208 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28233] ppid=28214 vsize=10727700 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28233/stat : 28233 (java) S 28214 28217 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39142686 10985164800 118156 33554432000 4194304 4196468 140728621826864 139862660428848 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 2337.11 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 472624 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/217 28409
/proc/meminfo: memFree=18983096/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10727700 memory=465984 CPUtime=2397.5 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 92744 0 0 0 239595 155 0 0 20 0 16 0 39142620 10985164800 116496 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2681925 116496 3173 1 0 2644416 0
[pid=28217/tid=28219] ppid=28214 vsize=10727700 memory=465984 CPUtime=2378.16 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) R 28214 28217 24904 0 -1 4202560 18361 0 0 0 237810 6 0 0 20 0 16 0 39142621 10985164800 116496 33554432000 4194304 4196468 140728621826864 139863371283808 139863007083798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10727700 memory=481884 CPUtime=3.66 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 8272 0 0 0 344 22 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10727700 memory=471628 CPUtime=3.69 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 6924 0 0 0 346 23 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10727700 memory=471628 CPUtime=3.67 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 7088 0 0 0 346 21 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10727700 memory=471628 CPUtime=3.69 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 7612 0 0 0 347 22 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10727700 memory=237650 CPUtime=0.35 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 27067 0 0 0 30 5 0 0 20 0 16 0 39142623 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10727700 memory=280130384749616 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 39142623 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10727700 memory=465984 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39142624 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10727700 memory=472624 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10727700 memory=13952 CPUtime=1.07 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) S 28214 28217 24904 0 -1 1077944384 5816 0 0 0 106 1 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862667791088 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10727700 memory=471628 CPUtime=1.22 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) S 28214 28217 24904 0 -1 1077944384 5362 0 0 0 120 2 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862666738544 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10727700 memory=471628 CPUtime=0.44 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) S 28214 28217 24904 0 -1 1077944384 3557 0 0 0 44 0 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862665685488 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10727700 memory=471628 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28232] ppid=28214 vsize=10727700 memory=4140 CPUtime=1.44 cores=0,2,4,6
/proc/28217/task/28232/stat : 28232 (java) S 28214 28217 24904 0 -1 1077944384 1243 0 0 0 72 72 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862663580208 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28233] ppid=28214 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28233/stat : 28233 (java) S 28214 28217 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39142686 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862660428848 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 2397.5 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 465984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384.8 s]
/proc/loadavg: 2.02 2.02 2.05 3/217 28409
/proc/meminfo: memFree=18983140/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10727700 memory=465984 CPUtime=2400 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 92744 0 0 0 239845 155 0 0 20 0 16 0 39142620 10985164800 116496 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2681925 116496 3173 1 0 2644416 0
[pid=28217/tid=28219] ppid=28214 vsize=10727700 memory=465984 CPUtime=2380.66 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) R 28214 28217 24904 0 -1 4202560 18361 0 0 0 238060 6 0 0 20 0 16 0 39142621 10985164800 116496 33554432000 4194304 4196468 140728621826864 139863371283808 139863007062656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10727700 memory=472624 CPUtime=3.66 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 8272 0 0 0 344 22 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10727700 memory=6791534058613427641 CPUtime=3.69 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 6924 0 0 0 346 23 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10727700 memory=13952 CPUtime=3.67 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 7088 0 0 0 346 21 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10727700 memory=1296 CPUtime=3.69 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 7612 0 0 0 347 22 0 0 20 0 16 0 39142622 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10727700 memory=2412 CPUtime=0.35 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 27067 0 0 0 30 5 0 0 20 0 16 0 39142623 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10727700 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 39142623 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10727700 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39142624 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10727700 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10727700 memory=1196 CPUtime=1.07 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) S 28214 28217 24904 0 -1 1077944384 5816 0 0 0 106 1 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862667791088 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10727700 memory=6791534058613427641 CPUtime=1.22 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) S 28214 28217 24904 0 -1 1077944384 5362 0 0 0 120 2 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862666738544 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10727700 memory=4616 CPUtime=0.44 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) S 28214 28217 24904 0 -1 1077944384 3557 0 0 0 44 0 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862665685488 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10727700 memory=11960 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28232] ppid=28214 vsize=10727700 memory=1008 CPUtime=1.44 cores=0,2,4,6
/proc/28217/task/28232/stat : 28232 (java) S 28214 28217 24904 0 -1 1077944384 1243 0 0 0 72 72 0 0 20 0 16 0 39142626 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862663580208 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28233] ppid=28214 vsize=10727700 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28233/stat : 28233 (java) S 28214 28217 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39142686 10985164800 116496 33554432000 4194304 4196468 140728621826864 139862660428848 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 465984 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2385.01 s]
# the end of solver process 28217 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.63 s, system=1.55735 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2385 s]*
/proc/loadavg: 2.02 2.02 2.05 2/218 28412
/proc/meminfo: memFree=18983016/32770624 swapFree=67108860/67108860
[pid=28217] ppid=28214 vsize=10927392 memory=466040 CPUtime=2400.17 cores=0,2,4,6
/proc/28217/stat : 28217 (java) S 28214 28217 24904 0 -1 1077944320 93082 0 0 0 239862 155 0 0 20 0 17 0 39142620 11189649408 116510 33554432000 4194304 4196468 140728621826864 140728621809408 139863367044855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
/proc/28217/statm: 2731848 116510 3175 1 0 2694339 0
[pid=28217/tid=28219] ppid=28214 vsize=10927392 memory=6791534058613427641 CPUtime=2380.8 cores=0,2,4,6
/proc/28217/task/28219/stat : 28219 (java) S 28214 28217 24904 0 -1 1077944384 18390 0 0 0 238074 6 0 0 20 0 17 0 39142621 11189649408 116513 33554432000 4194304 4196468 140728621826864 139863371287728 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28220] ppid=28214 vsize=10927392 memory=4126316290023845779 CPUtime=3.66 cores=0,2,4,6
/proc/28217/task/28220/stat : 28220 (java) S 28214 28217 24904 0 -1 1077944384 8272 0 0 0 344 22 0 0 20 0 17 0 39142622 11189649408 116513 33554432000 4194304 4196468 140728621826864 139863330151440 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28221] ppid=28214 vsize=10927392 memory=4169840 CPUtime=3.69 cores=0,2,4,6
/proc/28217/task/28221/stat : 28221 (java) S 28214 28217 24904 0 -1 1077944384 6924 0 0 0 346 23 0 0 20 0 17 0 39142622 11189649408 116521 33554432000 4194304 4196468 140728621826864 139862972488848 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28222] ppid=28214 vsize=10927392 memory=6791534058613427641 CPUtime=3.67 cores=0,2,4,6
/proc/28217/task/28222/stat : 28222 (java) S 28214 28217 24904 0 -1 1077944384 7088 0 0 0 346 21 0 0 20 0 16 0 39142622 11189649408 116521 33554432000 4194304 4196468 140728621826864 139862971435792 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28223] ppid=28214 vsize=10927392 memory=4126316290023845779 CPUtime=3.69 cores=0,2,4,6
/proc/28217/task/28223/stat : 28223 (java) S 28214 28217 24904 0 -1 1077944384 7612 0 0 0 347 22 0 0 20 0 16 0 39142622 11189649408 116521 33554432000 4194304 4196468 140728621826864 139862970383248 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28224] ppid=28214 vsize=10927392 memory=7392 CPUtime=0.35 cores=0,2,4,6
/proc/28217/task/28224/stat : 28224 (java) S 28214 28217 24904 0 -1 1077944384 27067 0 0 0 30 5 0 0 20 0 16 0 39142623 11189649408 116521 33554432000 4194304 4196468 140728621826864 139862672001264 139863367056002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28225] ppid=28214 vsize=10927392 memory=840 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28225/stat : 28225 (java) S 28214 28217 24904 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 39142623 11189649408 116521 33554432000 4194304 4196468 140728621826864 139862670947488 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28226] ppid=28214 vsize=10927392 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28226/stat : 28226 (java) S 28214 28217 24904 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39142624 11189649408 116521 33554432000 4194304 4196468 140728621826864 139862669894384 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28227] ppid=28214 vsize=10927392 memory=912 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28227/stat : 28227 (java) R 28214 28217 24904 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 39142626 11189649408 116521 33554432000 4194304 4196468 140728621826864 139862668842960 139863367063451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28228] ppid=28214 vsize=10927392 memory=3852 CPUtime=1.07 cores=0,2,4,6
/proc/28217/task/28228/stat : 28228 (java) S 28214 28217 24904 0 -1 1077944384 5830 0 0 0 106 1 0 0 20 0 15 0 39142626 11189649408 116545 33554432000 4194304 4196468 140728621826864 139862667791088 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28229] ppid=28214 vsize=10927392 memory=2580 CPUtime=1.24 cores=0,2,4,6
/proc/28217/task/28229/stat : 28229 (java) S 28214 28217 24904 0 -1 1077944384 5422 0 0 0 122 2 0 0 20 0 15 0 39142626 11189649408 116545 33554432000 4194304 4196468 140728621826864 139862666738544 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28230] ppid=28214 vsize=10927392 memory=2900 CPUtime=0.44 cores=0,2,4,6
/proc/28217/task/28230/stat : 28230 (java) S 28214 28217 24904 0 -1 1077944384 3618 0 0 0 44 0 0 0 20 0 15 0 39142626 11189649408 116545 33554432000 4194304 4196468 140728621826864 139862665685488 139863367056002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28231] ppid=28214 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28231/stat : 28231 (java) S 28214 28217 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39142626 11189649408 116545 33554432000 4194304 4196468 140728621826864 139862664633184 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
[pid=28217/tid=28410] ppid=28214 vsize=10927392 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28217/task/28410/stat : 28410 (java) S 28214 28217 24904 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 39381101 11189649408 116545 33554432000 4194304 4196468 140728621826864 139862659375088 139863367055061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25010176 140728621835377 140728621835529 140728621835529 140728621838287 0
Current children cumulated CPU time: 2400.17 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 466040 KiB

Child status: 143
Real time (s): 2385.01
CPU time (s): 2400.19
CPU user time (s): 2398.63
CPU system time (s): 1.55735
CPU usage (%): 100.636
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 793424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.63
system time used= 1.55735
maximum resident set size= 793444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56100
involuntary context switches= 2463


# summary of solver processes directly reported to runsolver:
#   pid: 28217
#   total CPU time (s): 2400.19
#   total CPU user time (s): 2398.63
#   total CPU system time (s): 1.55735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7962 second user time and 23.3307 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 01:29:54
IDJOB=4289869
IDBENCH=141324
IDSOLVER=2742
FILE ID=node103/4289869-1532215794
RUNJOBID= node103-1532209718-27131
PBS_JOBID= 21018940
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15b_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289869-1532215794/watcher-4289869-1532215794 -o /tmp/evaluation-result-4289869-1532215794/solver-4289869-1532215794 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289869-1532215794.xml

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

MD5SUM BENCH= b017fe45b316a2eca4ba7804b3adba5f
RANDOM SEED=1668428270

node103.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.48
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.48
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.48
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.48
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:        23123740 kB
MemAvailable:   31451284 kB
Buffers:          216528 kB
Cached:          8317192 kB
SwapCached:            0 kB
Active:          1814888 kB
Inactive:        7260752 kB
Active(anon):     544752 kB
Inactive(anon):    16984 kB
Active(file):    1270136 kB
Inactive(file):  7243768 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2452 kB
Writeback:             0 kB
AnonPages:        573292 kB
Mapped:            46868 kB
Shmem:             17036 kB
Slab:             269736 kB
SReclaimable:     242100 kB
SUnreclaim:        27636 kB
KernelStack:        3808 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 02:09:40