Trace number 4289866

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11OPT40 6.44458 4.56433

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark6.44458
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.11/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.11/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
1.11/0.55	c See www.sat4j.org for details.
1.11/0.55	c That software uses the Rhino library from the Mozilla project.
1.11/0.55	c version 2.3.6-SNAPSHOT
1.11/0.55	c java.runtime.name	Java(TM) SE Runtime Environment
1.11/0.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.11/0.55	c java.vm.version	25.131-b11
1.11/0.55	c java.vm.vendor	Oracle Corporation
1.11/0.55	c sun.arch.data.model	64
1.11/0.55	c java.version		1.8.0_131
1.11/0.55	c os.name		Linux
1.11/0.55	c os.version		3.10.0-514.16.1.el7.x86_64
1.11/0.55	c os.arch		amd64
1.11/0.55	c Free memory 		499604488
1.11/0.55	c Max memory 		7247757312
1.11/0.55	c Total memory 		504889344
1.11/0.55	c Number of processors 	4
1.11/0.55	c c --- Begin Solver configuration ---
1.11/0.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.11/0.55	c Learn all clauses as in MiniSAT
1.11/0.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.11/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.11/0.55	c No reason simplification
1.11/0.55	c Glucose 2.1 dynamic restart strategy
1.11/0.55	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.11/0.55	c timeout=2147483s
1.11/0.55	c DB Simplification allowed=false
1.11/0.55	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.11/0.55	c --- End Solver configuration ---
1.11/0.55	c constraints type 
1.11/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
1.11/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5864
1.11/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.11/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 59011
1.11/0.55	c org.sat4j.specs.Constr$1 => 1
1.11/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 211
1.11/0.55	c 65174 constraints processed.
1.71/0.72	o 97
1.99/0.84	o 93
2.13/0.92	o 92
2.13/0.94	o 88
2.13/0.96	o 87
2.13/1.00	o 84
2.28/1.01	o 72
2.28/1.10	o 70
2.39/1.12	o 66
2.39/1.13	o 62
2.39/1.15	o 58
2.50/1.22	o 57
2.50/1.25	o 53
2.82/1.47	o 52
3.14/1.66	o 47
3.54/2.00	o 46
3.65/2.06	o 45
3.65/2.09	o 44
4.08/2.42	o 43
4.36/2.62	o 41
5.25/3.38	o 40
6.42/4.55	c starts		: 149
6.42/4.55	c conflicts		: 30416
6.42/4.55	c decisions		: 105444
6.42/4.55	c propagations		: 8971387
6.42/4.55	c inspects		: 46170786
6.42/4.55	c shortcuts		: 0
6.42/4.55	c learnt literals	: 193
6.42/4.55	c learnt binary clauses	: 890
6.42/4.55	c learnt ternary clauses	: 632
6.42/4.55	c learnt constraints	: 30222
6.42/4.55	c ignored constraints	: 0
6.42/4.55	c root simplifications	: 0
6.42/4.55	c removed literals (reason simplification)	: 0
6.42/4.55	c reason swapping (by a shorter reason)	: 0
6.42/4.55	c Calls to reduceDB	: 4
6.42/4.55	c Number of update (reduction) of LBD	: 24525
6.42/4.55	c Imported unit clauses	: 0
6.42/4.55	c number of reductions to clauses (during analyze)	: 0
6.42/4.55	c number of learned constraints concerned by reduction	: 0
6.42/4.55	c number of learning phase by resolution	: 0
6.42/4.55	c number of learning phase by cutting planes	: 0
6.42/4.55	c number of rounding to 1 operations	: 0
6.42/4.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
6.42/4.55	c number of reductions of the coefficients by power 2 	: 0
6.42/4.55	c number of right shift for reduction by power 2 	: 0
6.42/4.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
6.42/4.55	c number of ending skipping 	: 0
6.42/4.55	c number of internal skipping 	: 0
6.42/4.55	c number of derivation steps 	: 0
6.42/4.55	c number of skipped derivation steps 	: 0
6.42/4.55	c number of remaining unassigned 	: 0
6.42/4.55	c number of remaining assigned 	: 0
6.42/4.55	c speed (assignments/second)	: 2242846.75
6.42/4.55	c non guided choices	: 5175
6.42/4.55	s OPTIMUM FOUND
6.42/4.55	v <instantiation type="optimum" cost="40">
6.42/4.55	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] </list>
6.42/4.55	v 	<values> -1 9 9 9 -9 1 1 9 9 9 -9 -9 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 5 0 0 0 10 0 0 0 0 0 12 13 </values>
6.42/4.55	v </instantiation>
6.42/4.55	

Verifier Data

OK	40

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7816 MiB free)
  memory of node 1: 16384 MiB (13789 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289866-1532215865/watcher-4289866-1532215865 -o /tmp/evaluation-result-4289866-1532215865/solver-4289866-1532215865 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289866-1532215865.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
solver pid=27176, runsolver pid=27173
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 4.93 4.40 3.39 4/217 27191
/proc/meminfo: memFree=22104024/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10659012 memory=32996 CPUtime=0.13 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 6785 0 0 0 11 2 0 0 20 0 15 0 39149763 10914828288 8249 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2664753 8249 2845 1 0 2627263 0
[pid=27176/tid=27178] ppid=27173 vsize=10659012 memory=-8629632960754125946 CPUtime=0.09 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) R 27173 27176 23514 0 -1 4202560 4651 0 0 0 8 1 0 0 20 0 15 0 39149763 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050942535616 140050938326422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10659012 memory=140229125756544 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10659012 memory=140229125756544 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149765 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39149766 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149766 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39149768 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) S 27173 27176 23514 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39149768 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050036673392 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) S 27173 27176 23514 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39149768 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050035620592 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10659012 memory=140229125756544 CPUtime=0.01 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) S 27173 27176 23514 0 -1 1077944384 332 0 0 0 1 0 0 0 20 0 15 0 39149768 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050034567792 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39149769 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10659012 memory=140229125756544 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149769 10914828288 8249 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 32996 KiB

[startup+0.211536 s]*
/proc/loadavg: 4.93 4.40 3.39 3/217 27191
/proc/meminfo: memFree=22095216/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10659012 memory=43948 CPUtime=0.33 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 8072 0 0 0 30 3 0 0 20 0 15 0 39149763 10914828288 10987 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2664753 10987 3004 1 0 2627263 0
[pid=27176/tid=27178] ppid=27173 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) R 27173 27176 23514 0 -1 4202560 5037 0 0 0 18 2 0 0 20 0 15 0 39149763 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050942550768 140050922358117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10659012 memory=140229125962482 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149764 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10659012 memory=140229125756544 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149765 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39149766 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149766 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39149768 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) S 27173 27176 23514 0 -1 1077944384 645 0 0 0 2 0 0 0 20 0 15 0 39149768 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050036673392 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) S 27173 27176 23514 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 15 0 39149768 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050035620592 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10659012 memory=140229125756544 CPUtime=0.07 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) R 27173 27176 23514 0 -1 4202560 667 0 0 0 7 0 0 0 20 0 15 0 39149768 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050034565600 140050922394974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39149769 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10659012 memory=140229125756544 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149769 10914828288 10987 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 43948 KiB

[startup+0.310612 s]*
/proc/loadavg: 4.93 4.40 3.39 3/217 27191
/proc/meminfo: memFree=22087648/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10659088 memory=49592 CPUtime=0.52 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 8876 0 0 0 49 3 0 0 20 0 15 0 39149763 10914906112 12398 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2664772 12398 3056 1 0 2627263 0
[pid=27176/tid=27178] ppid=27173 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) R 27173 27176 23514 0 -1 4202560 5645 0 0 0 28 2 0 0 20 0 15 0 39149763 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050942547248 140050922394974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10659088 memory=4294977867 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149764 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10659088 memory=140229125962424 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149764 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149764 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149764 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10659088 memory=140229125756544 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39149765 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39149766 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149766 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39149768 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) S 27173 27176 23514 0 -1 1077944384 669 0 0 0 4 0 0 0 20 0 15 0 39149768 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050036673392 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) S 27173 27176 23514 0 -1 1077944384 476 0 0 0 4 0 0 0 20 0 15 0 39149768 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050035620592 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10659088 memory=140229125756544 CPUtime=0.11 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) R 27173 27176 23514 0 -1 4202560 737 0 0 0 11 0 0 0 20 0 15 0 39149768 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050034567792 140050917282614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39149769 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10659088 memory=140229125756544 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39149769 10914906112 12398 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49592 KiB

[startup+0.701492 s]
/proc/loadavg: 4.93 4.40 3.39 5/217 27191
/proc/meminfo: memFree=22064508/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10727700 memory=83836 CPUtime=1.71 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 12024 0 0 0 166 5 0 0 20 0 16 0 39149763 10985164800 20959 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2681925 20959 3104 1 0 2644416 0
[pid=27176/tid=27178] ppid=27173 vsize=10727700 memory=256979100532110 CPUtime=0.68 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) R 27173 27176 23514 0 -1 4202560 6074 0 0 0 65 3 0 0 20 0 16 0 39149763 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050942550928 140050921668795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10727700 memory=4265253205551874080 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10727700 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39149765 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10727700 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39149766 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149766 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149768 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10727700 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) R 27173 27176 23514 0 -1 4202560 1349 0 0 0 34 0 0 0 20 0 16 0 39149768 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050036659936 140050918007579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10727700 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) R 27173 27176 23514 0 -1 4202560 1660 0 0 0 34 0 0 0 20 0 16 0 39149768 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050035610448 140050922710945 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10727700 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) S 27173 27176 23514 0 -1 1077944384 1567 0 0 0 32 1 0 0 20 0 16 0 39149768 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050034567792 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149769 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10727700 memory=18464 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149769 10985164800 20959 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 83836 KiB

[startup+1.50073 s]
/proc/loadavg: 4.86 4.39 3.39 3/218 27192
/proc/meminfo: memFree=22051400/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10727700 memory=93188 CPUtime=3 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 13994 0 0 0 294 6 0 0 20 0 16 0 39149763 10985164800 23297 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2681925 23297 3113 1 0 2644416 0
[pid=27176/tid=27178] ppid=27173 vsize=10727700 memory=10799 CPUtime=1.47 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) R 27173 27176 23514 0 -1 4202560 6196 0 0 0 144 3 0 0 20 0 16 0 39149763 10985164800 23297 33554432000 4194304 4196468 140733098900880 140050942553024 140050578157065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 23297 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 23297 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 23297 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 23297 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39149765 10985164800 23297 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0

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

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

[startup+3.20093 s]
/proc/loadavg: 4.86 4.39 3.39 3/218 27192
/proc/meminfo: memFree=22038140/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10727700 memory=100752 CPUtime=5.09 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 16140 0 0 0 503 6 0 0 20 0 16 0 39149763 10985164800 25188 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2681925 25188 3121 1 0 2644416 0
[pid=27176/tid=27178] ppid=27173 vsize=10727700 memory=280458009051712 CPUtime=3.17 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) R 27173 27176 23514 0 -1 4202560 6733 0 0 0 314 3 0 0 20 0 16 0 39149763 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050942551160 140050578157434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10727700 memory=-1161699032755964503 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10727700 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10727700 memory=-4051592751533505334 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 39149765 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10727700 memory=1414355462422710185 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39149766 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10727700 memory=9050434889435480237 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149766 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149768 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10727700 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) S 27173 27176 23514 0 -1 1077944384 3140 0 0 0 80 0 0 0 20 0 16 0 39149768 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050036673392 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10727700 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) S 27173 27176 23514 0 -1 1077944384 3100 0 0 0 71 1 0 0 20 0 16 0 39149768 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050035620592 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10727700 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) S 27173 27176 23514 0 -1 1077944384 1747 0 0 0 36 1 0 0 20 0 16 0 39149768 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050034567792 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10727700 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149769 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 39149769 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27192] ppid=27173 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27192/stat : 27192 (java) S 27173 27176 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39149819 10985164800 25188 33554432000 4194304 4196468 140733098900880 140050029310896 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 100752 KiB

[startup+4.00072 s]*
/proc/loadavg: 4.86 4.39 3.39 3/218 27192
/proc/meminfo: memFree=22033192/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10727700 memory=103368 CPUtime=6.07 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 16508 0 0 0 601 6 0 0 20 0 16 0 39149763 10985164800 25842 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2681925 25842 3121 1 0 2644416 0
[pid=27176/tid=27178] ppid=27173 vsize=10727700 memory=5450919713671312938 CPUtime=3.98 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) R 27173 27176 23514 0 -1 4202560 6793 0 0 0 395 3 0 0 20 0 16 0 39149763 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050942550592 140050578156865 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10727700 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10727700 memory=140229125831520 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10727700 memory=280458009257680 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10727700 memory=3472592183261933599 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10727700 memory=3472477338727058360 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39149765 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10727700 memory=3473735671178403895 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39149766 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10727700 memory=2 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149766 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10727700 memory=3078 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149768 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10727700 memory=110 CPUtime=0.97 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) S 27173 27176 23514 0 -1 1077944384 3314 0 0 0 97 0 0 0 20 0 16 0 39149768 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050036673392 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10727700 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) S 27173 27176 23514 0 -1 1077944384 3100 0 0 0 71 1 0 0 20 0 16 0 39149768 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050035620592 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10727700 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) S 27173 27176 23514 0 -1 1077944384 1868 0 0 0 36 1 0 0 20 0 16 0 39149768 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050034567792 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10727700 memory=1 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149769 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10727700 memory=1062 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 39149769 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27192] ppid=27173 vsize=10727700 memory=140229004879097 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27192/stat : 27192 (java) S 27173 27176 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39149819 10985164800 25842 33554432000 4194304 4196468 140733098900880 140050029310896 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 103368 KiB

[startup+4.4007 s]
/proc/loadavg: 4.86 4.39 3.39 3/218 27192
/proc/meminfo: memFree=22033192/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10860828 memory=107552 CPUtime=6.42 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 17334 0 0 0 636 6 0 0 20 0 16 0 39149763 11121487872 26888 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2715207 26888 3127 1 0 2677698 0
[pid=27176/tid=27178] ppid=27173 vsize=10860828 memory=233508782003294 CPUtime=4.33 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) S 27173 27176 23514 0 -1 1077944384 7092 0 0 0 430 3 0 0 20 0 16 0 39149763 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050942555168 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10860828 memory=7825734864442108491 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10860828 memory=6576565900033960618 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10860828 memory=-8774291307573972840 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10860828 memory=7686721470247706567 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10860828 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 16 0 39149765 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10860828 memory=-8388677020596316723 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39149766 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10860828 memory=7588684550706915689 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149766 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10860828 memory=4638778398332834916 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10860828 memory=19773152 CPUtime=0.97 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) S 27173 27176 23514 0 -1 1077944384 3358 0 0 0 97 0 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050036673392 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10860828 memory=140229004564697 CPUtime=0.72 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) S 27173 27176 23514 0 -1 1077944384 3157 0 0 0 71 1 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050035620592 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10860828 memory=576600982724503323 CPUtime=0.37 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) S 27173 27176 23514 0 -1 1077944384 1936 0 0 0 36 1 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050034567792 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10860828 memory=24619 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149769 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10860828 memory=3775254976909964320 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 39149769 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 6.42 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 107552 KiB

[startup+4.50074 s]
/proc/loadavg: 4.86 4.39 3.39 3/218 27192
/proc/meminfo: memFree=22033192/32770624 swapFree=67108860/67108860
[pid=27176] ppid=27173 vsize=10860828 memory=107552 CPUtime=6.42 cores=0,2,4,6
/proc/27176/stat : 27176 (java) S 27173 27176 23514 0 -1 1077944320 17334 0 0 0 636 6 0 0 20 0 16 0 39149763 11121487872 26888 33554432000 4194304 4196468 140733098900880 140733098883424 140050938314487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
/proc/27176/statm: 2715207 26888 3127 1 0 2677698 0
[pid=27176/tid=27178] ppid=27173 vsize=10860828 memory=0 CPUtime=4.33 cores=0,2,4,6
/proc/27176/task/27178/stat : 27178 (java) S 27173 27176 23514 0 -1 1077944384 7092 0 0 0 430 3 0 0 20 0 16 0 39149763 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050942555168 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27179] ppid=27173 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27179/stat : 27179 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050899274896 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27180] ppid=27173 vsize=10860828 memory=256933533635670 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27180/stat : 27180 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050543909904 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27181] ppid=27173 vsize=10860828 memory=256933533635671 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27181/stat : 27181 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050542857104 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27182] ppid=27173 vsize=10860828 memory=256933533635672 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27182/stat : 27182 (java) S 27173 27176 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39149764 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050541804304 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27183] ppid=27173 vsize=10860828 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27183/stat : 27183 (java) S 27173 27176 23514 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 16 0 39149765 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050497902960 140050938325634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27184] ppid=27173 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27184/stat : 27184 (java) S 27173 27176 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39149766 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050496848928 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27185] ppid=27173 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27185/stat : 27185 (java) S 27173 27176 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39149766 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050038776688 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27186] ppid=27173 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27186/stat : 27186 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050037725008 140050938333083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27187] ppid=27173 vsize=10860828 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/27176/task/27187/stat : 27187 (java) S 27173 27176 23514 0 -1 1077944384 3358 0 0 0 97 0 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050036673392 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27188] ppid=27173 vsize=10860828 memory=4136 CPUtime=0.72 cores=0,2,4,6
/proc/27176/task/27188/stat : 27188 (java) S 27173 27176 23514 0 -1 1077944384 3157 0 0 0 71 1 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050035620592 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27189] ppid=27173 vsize=10860828 memory=13984 CPUtime=0.37 cores=0,2,4,6
/proc/27176/task/27189/stat : 27189 (java) S 27173 27176 23514 0 -1 1077944384 1936 0 0 0 36 1 0 0 20 0 16 0 39149768 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050034567792 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27190] ppid=27173 vsize=10860828 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27190/stat : 27190 (java) S 27173 27176 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39149769 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050033515232 140050938324693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
[pid=27176/tid=27191] ppid=27173 vsize=10860828 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/27176/task/27191/stat : 27191 (java) S 27173 27176 23514 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 39149769 11121487872 26888 33554432000 4194304 4196468 140733098900880 140050032462512 140050938325634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140733098902641 140733098902793 140733098902793 140733098905551 0
Current children cumulated CPU time: 6.42 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 107552 KiB

Child status: 0
Real time (s): 4.56433
CPU time (s): 6.44458
CPU user time (s): 6.37405
CPU system time (s): 0.070531
CPU usage (%): 141.194
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 107552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.37405
system time used= 0.070531
maximum resident set size= 109896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1984
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 27176
#   total CPU time (s): 6.44458
#   total CPU user time (s): 6.37405
#   total CPU system time (s): 0.070531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052992 second user time and 0.083956 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 01:31:05
IDJOB=4289866
IDBENCH=141325
IDSOLVER=2742
FILE ID=node150/4289866-1532215865
RUNJOBID= node150-1532207966-25848
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289866-1532215865/watcher-4289866-1532215865 -o /tmp/evaluation-result-4289866-1532215865/solver-4289866-1532215865 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289866-1532215865.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=1914128927

node150.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.76
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.76
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.76
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.76
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:        22124880 kB
MemAvailable:   31612016 kB
Buffers:          222048 kB
Cached:          9478564 kB
SwapCached:            0 kB
Active:          1350864 kB
Inactive:        8730176 kB
Active(anon):     383696 kB
Inactive(anon):    16868 kB
Active(file):     967168 kB
Inactive(file):  8713308 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:        435792 kB
Mapped:            46988 kB
Shmem:             17032 kB
Slab:             261656 kB
SReclaimable:     235120 kB
SUnreclaim:        26536 kB
KernelStack:        3840 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1243720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57248 MiB
End job on node150 at 2018-07-22 01:31:10