Trace number 4301760

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 252.384 248.497

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark252.115
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
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.42/0.62	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.42/0.62	c This is free software under the dual EPL/GNU LGPL licenses.
1.42/0.62	c See www.sat4j.org for details.
1.42/0.62	c That software uses the Rhino library from the Mozilla project.
1.42/0.62	c version 2.3.6-SNAPSHOT
1.42/0.62	c java.runtime.name	Java(TM) SE Runtime Environment
1.42/0.62	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.42/0.62	c java.vm.version	25.131-b11
1.42/0.62	c java.vm.vendor	Oracle Corporation
1.42/0.62	c sun.arch.data.model	64
1.42/0.62	c java.version		1.8.0_131
1.42/0.62	c os.name		Linux
1.42/0.62	c os.version		3.10.0-514.16.1.el7.x86_64
1.42/0.62	c os.arch		amd64
1.42/0.62	c Free memory 		499604488
1.42/0.62	c Max memory 		7247757312
1.42/0.62	c Total memory 		504889344
1.42/0.62	c Number of processors 	4
1.42/0.62	c c --- Begin Solver configuration ---
1.42/0.62	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.42/0.62	c Learn all clauses as in MiniSAT
1.42/0.62	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.42/0.62	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.42/0.62	c No reason simplification
1.42/0.62	c Glucose 2.1 dynamic restart strategy
1.42/0.62	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.42/0.62	c timeout=2147483s
1.42/0.62	c DB Simplification allowed=false
1.42/0.62	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.42/0.62	c --- End Solver configuration ---
1.42/0.62	c constraints type 
1.42/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
1.42/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11845
1.42/0.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.42/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 151956
1.42/0.62	c org.sat4j.specs.Constr$1 => 2
1.42/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 310
1.42/0.62	c 164223 constraints processed.
2.42/1.03	o 121
2.60/1.11	o 117
2.85/1.36	o 116
3.04/1.41	o 110
3.04/1.44	o 108
3.26/1.51	o 107
3.42/1.60	o 106
3.42/1.66	o 103
3.53/1.72	o 102
3.53/1.78	o 101
3.66/1.82	o 96
3.66/1.85	o 95
3.66/1.87	o 81
3.85/1.94	o 76
4.06/2.02	o 74
4.25/2.16	o 72
4.34/2.23	o 71
4.34/2.26	o 67
4.44/2.33	o 64
4.44/2.36	o 62
4.54/2.43	o 59
4.54/2.46	o 56
4.67/2.55	o 54
4.80/2.60	o 52
5.47/3.25	o 51
5.88/3.66	o 50
6.30/4.08	o 49
8.40/6.15	o 48
8.80/6.51	o 46
9.20/6.97	o 45
12.13/9.86	o 44
14.56/12.30	o 42
252.36/248.48	c starts		: 3744
252.36/248.48	c conflicts		: 725878
252.36/248.48	c decisions		: 1952099
252.36/248.48	c propagations		: 335948415
252.36/248.48	c inspects		: 4009223410
252.36/248.48	c shortcuts		: 0
252.36/248.48	c learnt literals	: 297
252.36/248.48	c learnt binary clauses	: 1851
252.36/248.48	c learnt ternary clauses	: 1493
252.36/248.48	c learnt constraints	: 725581
252.36/248.48	c ignored constraints	: 0
252.36/248.48	c root simplifications	: 0
252.36/248.48	c removed literals (reason simplification)	: 0
252.36/248.48	c reason swapping (by a shorter reason)	: 0
252.36/248.48	c Calls to reduceDB	: 41
252.36/248.48	c Number of update (reduction) of LBD	: 547469
252.36/248.48	c Imported unit clauses	: 0
252.36/248.48	c number of reductions to clauses (during analyze)	: 0
252.36/248.48	c number of learned constraints concerned by reduction	: 0
252.36/248.48	c number of learning phase by resolution	: 0
252.36/248.48	c number of learning phase by cutting planes	: 0
252.36/248.48	c number of rounding to 1 operations	: 0
252.36/248.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.36/248.48	c number of reductions of the coefficients by power 2 	: 0
252.36/248.48	c number of right shift for reduction by power 2 	: 0
252.36/248.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.36/248.48	c number of ending skipping 	: 0
252.36/248.48	c number of internal skipping 	: 0
252.36/248.48	c number of derivation steps 	: 0
252.36/248.48	c number of skipped derivation steps 	: 0
252.36/248.48	c number of remaining unassigned 	: 0
252.36/248.48	c number of remaining assigned 	: 0
252.36/248.48	c speed (assignments/second)	: 1355395.848462842
252.36/248.48	c non guided choices	: 13799
252.36/248.48	s SATISFIABLE
252.36/248.48	v <instantiation type="solution">
252.36/248.48	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] 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] 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>
252.36/248.48	v 	<values> 13 12 2 -12 2 -2 12 -13 12 1 12 1 -12 -1 5 1 1 0 0 0 0 0 0 0 0 0 2 1 2 2 0 0 1 0 0 0 0 0 0 4 1 0 0 0 7 0 10 0 5 0 0 0 0 8 12 0 </values>
252.36/248.48	v </instantiation>
252.36/248.48	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301760-1532884315/watcher-4301760-1532884315 -o /tmp/evaluation-result-4301760-1532884315/solver-4301760-1532884315 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301760-1532884315.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
Current StackSize limit: 8192 KiB

solver pid=11224, runsolver pid=11221

[startup+0.100092 s]*
/proc/loadavg: 2.12 2.41 2.22 3/218 11239
/proc/meminfo: memFree=26428992/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10659012 memory=31508 CPUtime=0.13 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 6431 0 0 0 11 2 0 0 20 0 15 0 105994625 10914828288 7877 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2664753 7877 2823 1 0 2627263 0
[pid=11224/tid=11226] ppid=11221 vsize=10659012 memory=-8701690554792318078 CPUtime=0.09 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) R 11221 11224 10029 0 -1 4202560 4276 0 0 0 8 1 0 0 20 0 15 0 105994625 10914828288 7877 33554432000 4194304 4196468 140722627593744 140643021002576 140643000857950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10659012 memory=140129315567232 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10659012 memory=140129315567232 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994627 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994628 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994628 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994630 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) S 11221 11224 10029 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 105994630 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642504076144 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994630 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642503023344 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10659012 memory=140129315567232 CPUtime=0.02 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) S 11221 11224 10029 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 105994630 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642501970544 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994631 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10659012 memory=140129315567232 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994631 10914828288 7877 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31508 KiB

[startup+0.210764 s]*
/proc/loadavg: 2.12 2.41 2.22 3/218 11239
/proc/meminfo: memFree=26420532/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10659012 memory=41972 CPUtime=0.33 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 7623 0 0 0 31 2 0 0 20 0 15 0 105994625 10914828288 10493 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2664753 10493 2999 1 0 2627263 0
[pid=11224/tid=11226] ppid=11221 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) R 11221 11224 10029 0 -1 4202560 4614 0 0 0 19 1 0 0 20 0 15 0 105994625 10914828288 10493 33554432000 4194304 4196468 140722627593744 140643021014080 140643000821093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10659012 memory=3545937792525121184 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994626 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10659012 memory=140129315567232 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994627 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994628 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994628 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994630 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) S 11221 11224 10029 0 -1 1077944384 663 0 0 0 2 0 0 0 20 0 15 0 105994630 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642504076144 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) S 11221 11224 10029 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 15 0 105994630 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642503023344 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10659012 memory=140129315567232 CPUtime=0.07 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) R 11221 11224 10029 0 -1 4202560 654 0 0 0 7 0 0 0 20 0 15 0 105994630 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642501970544 140642995471056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994631 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10659012 memory=140129315567232 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994631 10914828288 10493 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41972 KiB

[startup+0.310544 s]*
/proc/loadavg: 2.12 2.41 2.22 4/218 11239
/proc/meminfo: memFree=26413336/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10659088 memory=47288 CPUtime=0.53 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 8396 0 0 0 50 3 0 0 20 0 15 0 105994625 10914906112 11822 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2664772 11822 3034 1 0 2627263 0
[pid=11224/tid=11226] ppid=11221 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) R 11221 11224 10029 0 -1 4202560 5146 0 0 0 28 1 0 0 20 0 15 0 105994625 10914906112 11822 33554432000 4194304 4196468 140722627593744 140643021014928 140643016789398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10659088 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994626 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10659088 memory=3546214869455320736 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994626 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994626 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994626 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10659088 memory=140129315567232 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994627 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994628 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994628 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994630 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) S 11221 11224 10029 0 -1 1077944384 714 0 0 0 5 0 0 0 20 0 15 0 105994630 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642504076144 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) S 11221 11224 10029 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 105994630 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642503023344 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10659088 memory=140129315567232 CPUtime=0.12 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) R 11221 11224 10029 0 -1 4202560 754 0 0 0 12 0 0 0 20 0 15 0 105994630 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642501970544 140642995482200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994631 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10659088 memory=140129315567232 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994631 10914906112 11822 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47288 KiB

[startup+0.700768 s]
/proc/loadavg: 2.12 2.41 2.22 6/218 11239
/proc/meminfo: memFree=26385808/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10727700 memory=103212 CPUtime=1.73 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 11768 0 0 0 168 5 0 0 20 0 16 0 105994625 10985164800 25803 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2681925 25803 3106 1 0 2644416 0
[pid=11224/tid=11226] ppid=11221 vsize=10727700 memory=188365991329598 CPUtime=0.67 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) R 11221 11224 10029 0 -1 4202560 5588 0 0 0 65 2 0 0 20 0 16 0 105994625 10985164800 25803 33554432000 4194304 4196468 140722627593744 140643021005904 140643002165392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10727700 memory=446152 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10727700 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 105994627 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10727700 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994630 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10727700 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) R 11221 11224 10029 0 -1 4202560 1612 0 0 0 36 0 0 0 20 0 16 0 105994630 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642504056208 140642994372240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10727700 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) R 11221 11224 10029 0 -1 4202560 1185 0 0 0 33 0 0 0 20 0 16 0 105994630 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642503013200 140642995926076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10727700 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) S 11221 11224 10029 0 -1 1077944384 1992 0 0 0 33 0 0 0 20 0 16 0 105994630 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642501970544 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994631 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10727700 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105994631 10985164800 25803 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 103212 KiB

[startup+1.50079 s]
/proc/loadavg: 2.27 2.44 2.23 3/219 11240
/proc/meminfo: memFree=26354268/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10727700 memory=112248 CPUtime=3.26 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 16708 0 0 0 321 5 0 0 20 0 16 0 105994625 10985164800 28062 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2681925 28062 3120 1 0 2644416 0
[pid=11224/tid=11226] ppid=11221 vsize=10727700 memory=9169 CPUtime=1.48 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) R 11221 11224 10029 0 -1 4202560 6518 0 0 0 145 3 0 0 20 0 16 0 105994625 10985164800 28062 33554432000 4194304 4196468 140722627593744 140643021009040 140642614335251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 28062 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 28062 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 28062 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105994626 10985164800 28062 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 16 0 105994627 10985164800 28062 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0

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

/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 760 0 0 0 19 9 0 0 20 0 16 0 105994626 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10727700 memory=495572 CPUtime=0.29 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1421 0 0 0 20 9 0 0 20 0 16 0 105994626 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10727700 memory=495572 CPUtime=0.03 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 3225 0 0 0 3 0 0 0 20 0 16 0 105994627 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10727700 memory=-7662980745959663245 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10727700 memory=495572 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10727700 memory=495572 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994630 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10727700 memory=776 CPUtime=1.05 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) S 11221 11224 10029 0 -1 1077944384 5693 0 0 0 105 0 0 0 20 0 16 0 105994630 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642504076144 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10727700 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) S 11221 11224 10029 0 -1 1077944384 3706 0 0 0 94 0 0 0 20 0 16 0 105994630 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642503023344 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10727700 memory=280258428142720 CPUtime=0.42 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) S 11221 11224 10029 0 -1 1077944384 3342 0 0 0 41 1 0 0 20 0 16 0 105994630 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642501970544 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10727700 memory=495572 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994631 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10727700 memory=495572 CPUtime=0.08 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 816 0 0 0 5 3 0 0 20 0 16 0 105994631 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11240] ppid=11221 vsize=10727700 memory=495572 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11240/stat : 11240 (java) S 11221 11224 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105994688 10985164800 123893 33554432000 4194304 4196468 140722627593744 140642496713648 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 165.67 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 495572 KiB

[startup+222.301 s]
/proc/loadavg: 3.04 2.45 2.27 6/216 11320
/proc/meminfo: memFree=18420536/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10727700 memory=681132 CPUtime=226.1 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 34482 0 0 0 22536 74 0 0 20 0 16 0 105994625 10985164800 170283 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2681925 170283 3179 1 0 2644416 0
[pid=11224/tid=11226] ppid=11221 vsize=10727700 memory=681132 CPUtime=221.81 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) R 11221 11224 10029 0 -1 4202560 9704 0 0 0 22177 4 0 0 20 0 16 0 105994625 10985164800 170283 33554432000 4194304 4196468 140722627593744 140643021016416 140642617265416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10727700 memory=681132 CPUtime=0.41 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 1768 0 0 0 26 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10727700 memory=681132 CPUtime=0.41 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 1859 0 0 0 26 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10727700 memory=681132 CPUtime=0.41 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 1023 0 0 0 26 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10727700 memory=681132 CPUtime=0.42 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1661 0 0 0 27 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10727700 memory=681132 CPUtime=0.03 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 3463 0 0 0 3 0 0 0 20 0 16 0 105994627 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10727700 memory=681132 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10727700 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10727700 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10727700 memory=26956 CPUtime=1.05 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) S 11221 11224 10029 0 -1 1077944384 5693 0 0 0 105 0 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642504076144 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10727700 memory=1876 CPUtime=0.94 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) S 11221 11224 10029 0 -1 1077944384 3706 0 0 0 94 0 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642503023344 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10727700 memory=1664 CPUtime=0.42 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) S 11221 11224 10029 0 -1 1077944384 3342 0 0 0 41 1 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642501970544 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10727700 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994631 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10727700 memory=26956 CPUtime=0.11 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 820 0 0 0 6 5 0 0 20 0 16 0 105994631 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11240] ppid=11221 vsize=10727700 memory=681132 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11240/stat : 11240 (java) S 11221 11224 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105994688 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642496713648 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 226.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 681132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+248.201 s]
/proc/loadavg: 3.41 2.58 2.31 3/216 11321
/proc/meminfo: memFree=17774848/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10727700 memory=681132 CPUtime=252.01 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 34676 0 0 0 25126 75 0 0 20 0 16 0 105994625 10985164800 170283 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2681925 170283 3179 1 0 2644416 0
[pid=11224/tid=11226] ppid=11221 vsize=10727700 memory=288230621803970871 CPUtime=247.71 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) R 11221 11224 10029 0 -1 4202560 9868 0 0 0 24767 4 0 0 20 0 16 0 105994625 10985164800 170283 33554432000 4194304 4196468 140722627593744 140643021016416 140642617254325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10727700 memory=14412609709410693 CPUtime=0.41 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 1768 0 0 0 26 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10727700 memory=1508 CPUtime=0.41 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 1859 0 0 0 26 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10727700 memory=3328 CPUtime=0.41 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 1023 0 0 0 26 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10727700 memory=3008 CPUtime=0.42 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 1661 0 0 0 27 15 0 0 20 0 16 0 105994626 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10727700 memory=2764 CPUtime=0.04 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 3468 0 0 0 4 0 0 0 20 0 16 0 105994627 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10727700 memory=796 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10727700 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 105994628 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10727700 memory=15316 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10727700 memory=3604 CPUtime=1.05 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) S 11221 11224 10029 0 -1 1077944384 5697 0 0 0 105 0 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642504076144 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10727700 memory=13720 CPUtime=0.94 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) S 11221 11224 10029 0 -1 1077944384 3711 0 0 0 94 0 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642503023344 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10727700 memory=15128 CPUtime=0.42 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) S 11221 11224 10029 0 -1 1077944384 3346 0 0 0 41 1 0 0 20 0 16 0 105994630 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642501970544 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10727700 memory=640 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105994631 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10727700 memory=2164 CPUtime=0.13 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 832 0 0 0 7 6 0 0 20 0 16 0 105994631 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11240] ppid=11221 vsize=10727700 memory=3700 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11240/stat : 11240 (java) S 11221 11224 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105994688 10985164800 170283 33554432000 4194304 4196468 140722627593744 140642496713648 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 681132 KiB

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

[startup+248.497 s]
# the end of solver process 11224 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.494 s, system=0.890338 s

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

[startup+248.401 s]
/proc/loadavg: 3.41 2.58 2.31 3/216 11321
/proc/meminfo: memFree=17774848/32770624 swapFree=67028788/67108860
[pid=11224] ppid=11221 vsize=10927392 memory=779808 CPUtime=252.36 cores=0,2,4,6
/proc/11224/stat : 11224 (java) S 11221 11224 10029 0 -1 1077944320 36767 0 0 0 25148 88 0 0 20 0 17 0 105994625 11189649408 194952 33554432000 4194304 4196468 140722627593744 140722627576288 140643016777463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
/proc/11224/statm: 2731848 194952 3183 1 0 2694339 0
[pid=11224/tid=11226] ppid=11221 vsize=10927392 memory=6791534058613427641 CPUtime=247.74 cores=0,2,4,6
/proc/11224/task/11226/stat : 11226 (java) S 11221 11224 10029 0 -1 1077944384 10016 0 0 0 24770 4 0 0 20 0 17 0 105994625 11189649408 194952 33554432000 4194304 4196468 140722627593744 140643021020336 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11227] ppid=11221 vsize=10927392 memory=4 CPUtime=0.49 cores=0,2,4,6
/proc/11224/task/11227/stat : 11227 (java) S 11221 11224 10029 0 -1 1077944384 1847 0 0 0 31 18 0 0 20 0 17 0 105994626 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642942852240 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11228] ppid=11221 vsize=10927392 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/11224/task/11228/stat : 11228 (java) S 11221 11224 10029 0 -1 1077944384 2089 0 0 0 30 19 0 0 20 0 17 0 105994626 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642941799440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11229] ppid=11221 vsize=10927392 memory=298 CPUtime=0.49 cores=0,2,4,6
/proc/11224/task/11229/stat : 11229 (java) S 11221 11224 10029 0 -1 1077944384 1143 0 0 0 31 18 0 0 20 0 17 0 105994626 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642940746640 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11230] ppid=11221 vsize=10927392 memory=8534 CPUtime=0.49 cores=0,2,4,6
/proc/11224/task/11230/stat : 11230 (java) S 11221 11224 10029 0 -1 1077944384 2088 0 0 0 31 18 0 0 20 0 17 0 105994626 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642939693840 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11231] ppid=11221 vsize=10927392 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11224/task/11231/stat : 11231 (java) S 11221 11224 10029 0 -1 1077944384 3523 0 0 0 4 0 0 0 20 0 17 0 105994627 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642508286320 140643016788610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11232] ppid=11221 vsize=10927392 memory=824 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11232/stat : 11232 (java) S 11221 11224 10029 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 105994628 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642507232288 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11233] ppid=11221 vsize=10927392 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11233/stat : 11233 (java) S 11221 11224 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 105994628 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642506179440 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11234] ppid=11221 vsize=10927392 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11234/stat : 11234 (java) S 11221 11224 10029 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 17 0 105994630 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642505127760 140643016796059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11235] ppid=11221 vsize=10927392 memory=916 CPUtime=1.05 cores=0,2,4,6
/proc/11224/task/11235/stat : 11235 (java) S 11221 11224 10029 0 -1 1077944384 5816 0 0 0 105 0 0 0 20 0 17 0 105994630 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642504076144 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11236] ppid=11221 vsize=10927392 memory=3852 CPUtime=0.94 cores=0,2,4,6
/proc/11224/task/11236/stat : 11236 (java) S 11221 11224 10029 0 -1 1077944384 3816 0 0 0 94 0 0 0 20 0 17 0 105994630 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642503023344 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11237] ppid=11221 vsize=10927392 memory=2588 CPUtime=0.42 cores=0,2,4,6
/proc/11224/task/11237/stat : 11237 (java) S 11221 11224 10029 0 -1 1077944384 3622 0 0 0 41 1 0 0 20 0 17 0 105994630 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642501970544 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11238] ppid=11221 vsize=10927392 memory=2700 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11238/stat : 11238 (java) S 11221 11224 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105994631 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642500917984 140643016787669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
[pid=11224/tid=11239] ppid=11221 vsize=10927392 memory=1408 CPUtime=0.13 cores=0,2,4,6
/proc/11224/task/11239/stat : 11239 (java) S 11221 11224 10029 0 -1 1077944384 832 0 0 0 7 6 0 0 20 0 17 0 105994631 11189649408 194952 33554432000 4194304 4196468 140722627593744 140642499865264 140643016788610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14024704 140722627597430 140722627597582 140722627597582 140722627600335 0
Current children cumulated CPU time: 252.36 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 779808 KiB

Child status: 143
Real time (s): 248.497
CPU time (s): 252.384
CPU user time (s): 251.494
CPU system time (s): 0.890338
CPU usage (%): 101.564
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 779808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.494
system time used= 0.890338
maximum resident set size= 780088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7629
involuntary context switches= 194


# summary of solver processes directly reported to runsolver:
#   pid: 11224
#   total CPU time (s): 252.384
#   total CPU user time (s): 251.494
#   total CPU system time (s): 0.890338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79365 second user time and 2.12904 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:11:55
IDJOB=4301760
IDBENCH=141323
IDSOLVER=2773
FILE ID=node102/4301760-1532884315
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

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

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=2105511659

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26448792 kB
MemAvailable:   31621808 kB
Buffers:          230440 kB
Cached:          5187188 kB
SwapCached:        53064 kB
Active:          1478076 kB
Inactive:        4321208 kB
Active(anon):     307900 kB
Inactive(anon):    99168 kB
Active(file):    1170176 kB
Inactive(file):  4222040 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2692 kB
Writeback:             0 kB
AnonPages:        346644 kB
Mapped:            49652 kB
Shmem:             22552 kB
Slab:             222156 kB
SReclaimable:     193268 kB
SUnreclaim:        28888 kB
KernelStack:        3840 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

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