Trace number 4292058

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)15845 2400.26 2371.04

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex2_c18.xml
MD5SUMbecbd2d91dde2be36fb4b4a471bae430
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13871
Best CPU time to get the best result obtained on this benchmark2.40972
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints34
Number of domains13
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":6,"count":2},{"size":8,"count":1},{"size":11,"count":14},{"size":12,"count":1},{"size":16,"count":2},{"size":26,"count":1},{"size":65,"count":1},{"size":76,"count":4},{"size":100,"count":12}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":4},{"degree":4,"count":6},{"degree":5,"count":4},{"degree":6,"count":1},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":14},{"arity":6,"count":14}]
Number of extensional constraints14
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":14},{"type":"intension","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

12.93/5.96	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
12.93/5.96	c This is free software under the dual EPL/GNU LGPL licenses.
12.93/5.96	c See www.sat4j.org for details.
12.93/5.96	c That software uses the Rhino library from the Mozilla project.
12.93/5.96	c version 2.3.6-SNAPSHOT
12.93/5.96	c java.runtime.name	Java(TM) SE Runtime Environment
12.93/5.96	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
12.93/5.96	c java.vm.version	25.131-b11
12.93/5.96	c java.vm.vendor	Oracle Corporation
12.93/5.96	c sun.arch.data.model	64
12.93/5.96	c java.version		1.8.0_131
12.93/5.96	c os.name		Linux
12.93/5.96	c os.version		3.10.0-514.16.1.el7.x86_64
12.93/5.96	c os.arch		amd64
12.93/5.96	c Free memory 		499604488
12.93/5.96	c Max memory 		7247757312
12.93/5.96	c Total memory 		504889344
12.93/5.96	c Number of processors 	4
12.93/5.96	c c --- Begin Solver configuration ---
12.93/5.96	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
12.93/5.96	c Learn all clauses as in MiniSAT
12.93/5.96	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
12.93/5.96	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
12.93/5.96	c No reason simplification
12.93/5.96	c Glucose 2.1 dynamic restart strategy
12.93/5.96	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
12.93/5.96	c timeout=2147483s
12.93/5.96	c DB Simplification allowed=false
12.93/5.96	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
12.93/5.96	c --- End Solver configuration ---
12.93/5.96	c constraints type 
12.93/5.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 118
12.93/5.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4035915
12.93/5.96	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
12.93/5.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 952157
12.93/5.96	c org.sat4j.specs.Constr$1 => 2
12.93/5.96	c org.sat4j.minisat.constraints.cnf.UnitClause => 4125
12.93/5.96	c 4992319 constraints processed.
27.04/18.83	o 22331
33.47/23.82	o 21889
86.73/76.12	o 21734
92.93/82.36	o 21587
302.94/289.00	o 15853
309.55/295.57	o 15845
2400.20/2371.00	c starts		: 1151
2400.20/2371.00	c conflicts		: 698288
2400.20/2371.00	c decisions		: 87978862
2400.20/2371.00	c propagations		: 7140061513
2400.20/2371.00	c inspects		: 9452596362
2400.20/2371.00	c shortcuts		: 0
2400.20/2371.00	c learnt literals	: 701
2400.20/2371.00	c learnt binary clauses	: 8196
2400.20/2371.00	c learnt ternary clauses	: 5622
2400.20/2371.00	c learnt constraints	: 697587
2400.20/2371.00	c ignored constraints	: 0
2400.20/2371.00	c root simplifications	: 0
2400.20/2371.00	c removed literals (reason simplification)	: 0
2400.20/2371.00	c reason swapping (by a shorter reason)	: 0
2400.20/2371.00	c Calls to reduceDB	: 40
2400.20/2371.00	c Number of update (reduction) of LBD	: 537669
2400.20/2371.00	c Imported unit clauses	: 0
2400.20/2371.00	c number of reductions to clauses (during analyze)	: 0
2400.20/2371.00	c number of learned constraints concerned by reduction	: 0
2400.20/2371.00	c number of learning phase by resolution	: 0
2400.20/2371.00	c number of learning phase by cutting planes	: 0
2400.20/2371.00	c number of rounding to 1 operations	: 0
2400.20/2371.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.20/2371.00	c number of reductions of the coefficients by power 2 	: 0
2400.20/2371.00	c number of right shift for reduction by power 2 	: 0
2400.20/2371.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.20/2371.00	c number of ending skipping 	: 0
2400.20/2371.00	c number of internal skipping 	: 0
2400.20/2371.00	c number of derivation steps 	: 0
2400.20/2371.00	c number of skipped derivation steps 	: 0
2400.20/2371.00	c number of remaining unassigned 	: 0
2400.20/2371.00	c number of remaining assigned 	: 0
2400.20/2371.00	c speed (assignments/second)	: 3019076.4720408022
2400.20/2371.00	c non guided choices	: 13339121
2400.20/2371.00	s SATISFIABLE
2400.22/2371.01	v <instantiation type="solution">
2400.22/2371.01	v 	<list> f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] k v1[0] v1[1] v1[2] v1[3] v1[4] v1[5] v1[6] v1[7] v1[8] v1[9] v1[10] v1[11] v1[12] v1[13] v2[0] v2[1] v2[2] v2[3] v2[4] v2[5] v2[6] v2[7] v2[8] v2[9] v2[10] v2[11] v2[12] v2[13] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] </list>
2400.22/2371.01	v 	<values> 27 27 63 57 100 2 56 36 77 0 1 1 1 0 0 1 1 1 8 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 2 1 7 0 0 0 5 0 3 5 0 0 36 50 30 73 25 37 61 43 1 98 23 34 75 41 </values>
2400.22/2371.01	v </instantiation>
2400.22/2371.01	

Verifier Data

OK	15845

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

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

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

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

solver pid=1983, runsolver pid=1980

[startup+0.100121 s]*
/proc/loadavg: 4.40 4.21 3.51 3/217 1998
/proc/meminfo: memFree=21659212/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10659012 memory=31488 CPUtime=0.12 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 6437 0 0 0 11 1 0 0 20 0 15 0 44151520 10914828288 7872 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2664753 7872 2840 1 0 2627263 0
[pid=1983/tid=1985] ppid=1980 vsize=10659012 memory=7970124041166878227 CPUtime=0.09 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) R 1980 1983 877 0 -1 4202560 4271 0 0 0 8 1 0 0 20 0 15 0 44151520 10914828288 7872 33554432000 4194304 4196468 140727872617168 140482170730512 140482150581598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 7872 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 7872 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 7872 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 7872 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151523 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44151523 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481657779616 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44151523 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481656727024 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151525 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) S 1980 1983 877 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 44151525 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481654622192 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) S 1980 1983 877 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 44151525 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481653569648 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0.02 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) S 1980 1983 877 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 44151525 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481652517104 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151526 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151526 10914828288 7872 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31488 KiB

[startup+0.21068 s]*
/proc/loadavg: 4.40 4.21 3.51 4/217 1998
/proc/meminfo: memFree=21647540/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10659012 memory=42220 CPUtime=0.33 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 7647 0 0 0 31 2 0 0 20 0 15 0 44151520 10914828288 10555 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2664753 10555 3003 1 0 2627263 0
[pid=1983/tid=1985] ppid=1980 vsize=10659012 memory=7970124041166878227 CPUtime=0.2 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) R 1980 1983 877 0 -1 4202560 4620 0 0 0 19 1 0 0 20 0 15 0 44151520 10914828288 10555 33554432000 4194304 4196468 140727872617168 140482170737392 140482166513046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10659012 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 10555 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 10555 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 10555 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914828288 10555 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151523 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44151523 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481657779616 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44151523 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481656727024 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151525 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) S 1980 1983 877 0 -1 1077944384 555 0 0 0 1 0 0 0 20 0 15 0 44151525 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481654622192 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) S 1980 1983 877 0 -1 1077944384 444 0 0 0 2 0 0 0 20 0 15 0 44151525 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481653569648 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0.07 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) R 1980 1983 877 0 -1 4202560 669 0 0 0 7 0 0 0 20 0 15 0 44151525 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481652517104 140482166522458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151526 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10659012 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151526 10914828288 10555 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42220 KiB

[startup+0.31081 s]*
/proc/loadavg: 4.40 4.21 3.51 6/217 1998
/proc/meminfo: memFree=21643136/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10659088 memory=47648 CPUtime=0.54 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 8461 0 0 0 52 2 0 0 20 0 15 0 44151520 10914906112 11912 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2664772 11912 3053 1 0 2627263 0
[pid=1983/tid=1985] ppid=1980 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) R 1980 1983 877 0 -1 4202560 5130 0 0 0 29 1 0 0 20 0 15 0 44151520 10914906112 11954 33554432000 4194304 4196468 140727872617168 140482170732208 140482150544741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10659088 memory=140337989385455 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 11954 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10659088 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 11954 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10659088 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 11954 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 11954 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10659088 memory=140333844563584 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151523 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44151523 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481657779616 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10659088 memory=280667388871408 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44151523 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481656727024 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10659088 memory=2273 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151525 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) S 1980 1983 877 0 -1 1077944384 618 0 0 0 5 0 0 0 20 0 15 0 44151525 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481654622192 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10659088 memory=140333694457407 CPUtime=0.05 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) R 1980 1983 877 0 -1 4202560 607 0 0 0 5 0 0 0 20 0 15 0 44151525 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481653551216 140482148020880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10659088 memory=140333844563584 CPUtime=0.12 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) S 1980 1983 877 0 -1 1077944384 747 0 0 0 12 0 0 0 20 0 15 0 44151525 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481652517104 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10659088 memory=140333694462575 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151526 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10659088 memory=140333888715104 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151526 10914906112 11954 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47648 KiB

[startup+0.701015 s]
/proc/loadavg: 4.40 4.21 3.51 5/217 1998
/proc/meminfo: memFree=21593672/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10659088 memory=133500 CPUtime=1.79 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 11157 0 0 0 175 4 0 0 20 0 15 0 44151520 10914906112 33375 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2664772 33375 3108 1 0 2627263 0
[pid=1983/tid=1985] ppid=1980 vsize=10659088 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) R 1980 1983 877 0 -1 4202560 5572 0 0 0 65 2 0 0 20 0 15 0 44151520 10914906112 33375 33554432000 4194304 4196468 140727872617168 140482170734032 140481756787931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 33375 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 33375 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10659088 memory=148880679246629 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 33375 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10659088 memory=247536 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44151521 10914906112 33375 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44151523 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44151523 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481657779616 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44151523 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481656727024 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151525 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10659088 memory=9049869770540351661 CPUtime=0.4 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) R 1980 1983 877 0 -1 4202560 1343 0 0 0 40 0 0 0 20 0 15 0 44151525 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481654611184 140482159600958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10659088 memory=6943526294502006880 CPUtime=0.4 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) R 1980 1983 877 0 -1 4202560 1453 0 0 0 40 0 0 0 20 0 15 0 44151525 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481653569648 140482151624734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10659088 memory=6944656592455360604 CPUtime=0.27 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) S 1980 1983 877 0 -1 1077944384 1420 0 0 0 27 0 0 0 20 0 15 0 44151525 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481652517104 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44151526 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44151526 10914906112 33375 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 133500 KiB

[startup+1.50681 s]
/proc/loadavg: 4.40 4.21 3.51 5/217 1998
/proc/meminfo: memFree=21464728/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10659088 memory=291648 CPUtime=4.32 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 22510 0 0 0 421 11 0 0 20 0 15 0 44151520 10914906112 72912 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2664772 72912 3139 1 0 2627263 0
[pid=1983/tid=1985] ppid=1980 vsize=10659088 memory=274580 CPUtime=1.39 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) R 1980 1983 877 0 -1 4202560 5618 0 0 0 136 3 0 0 20 0 15 0 44151520 10914906112 72912 33554432000 4194304 4196468 140727872617168 140482170735800 140481757066319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 150 0 0 0 6 1 0 0 20 0 15 0 44151521 10914906112 72912 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 128 0 0 0 6 1 0 0 20 0 15 0 44151521 10914906112 72912 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10659088 memory=55 CPUtime=0.03 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 123 0 0 0 3 0 0 0 20 0 15 0 44151521 10914906112 72912 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10659088 memory=12898 CPUtime=0.05 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 15 0 44151521 10914906112 72912 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10659088 memory=20674 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 44151523 10914906112 72912 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0

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

/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 17333 0 0 0 183 4 0 0 20 0 16 0 44151523 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10727700 memory=4168536 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44151523 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481657779680 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10727700 memory=4168536 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 44151523 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481656727040 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10727700 memory=4168536 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10727700 memory=4140 CPUtime=3.22 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) S 1980 1983 877 0 -1 1077944384 17787 0 0 0 320 2 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481654622192 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10727700 memory=4168536 CPUtime=3.27 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) S 1980 1983 877 0 -1 1077944384 16521 0 0 0 324 3 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481653569648 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10727700 memory=4168536 CPUtime=0.57 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) S 1980 1983 877 0 -1 1077944384 8164 0 0 0 55 2 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481652517104 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44151526 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10727700 memory=15012 CPUtime=1.48 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 2167 0 0 0 73 75 0 0 20 0 16 0 44151526 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1999] ppid=1980 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1999/stat : 1999 (java) S 1980 1983 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44152123 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481647260976 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 2291.5 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4168536 KiB

[startup+2322.3 s]
/proc/loadavg: 2.07 2.16 2.22 3/217 2196
/proc/meminfo: memFree=18333168/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10727700 memory=4168536 CPUtime=2351.55 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 195389 0 0 0 234702 453 0 0 20 0 16 0 44151520 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2681925 1042134 3191 1 0 2644416 0
[pid=1983/tid=1985] ppid=1980 vsize=10727700 memory=4168536 CPUtime=2313.35 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) R 1980 1983 877 0 -1 4202560 89996 0 0 0 231309 26 0 0 20 0 16 0 44151520 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140482170739744 140481753589611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10727700 memory=8112282956445269571 CPUtime=6.9 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 10884 0 0 0 601 89 0 0 20 0 16 0 44151521 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10727700 memory=4168536 CPUtime=6.94 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 10928 0 0 0 607 87 0 0 20 0 16 0 44151521 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10727700 memory=4168536 CPUtime=6.86 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 10153 0 0 0 597 89 0 0 20 0 16 0 44151521 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10727700 memory=4168536 CPUtime=6.95 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 9896 0 0 0 606 89 0 0 20 0 16 0 44151521 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10727700 memory=4168536 CPUtime=1.87 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 17348 0 0 0 183 4 0 0 20 0 16 0 44151523 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10727700 memory=4168536 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44151523 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481657779680 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10727700 memory=4168536 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 44151523 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481656727040 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10727700 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10727700 memory=2340 CPUtime=3.22 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) S 1980 1983 877 0 -1 1077944384 17796 0 0 0 320 2 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481654622192 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10727700 memory=4168536 CPUtime=3.27 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) S 1980 1983 877 0 -1 1077944384 16534 0 0 0 324 3 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481653569648 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10727700 memory=18484 CPUtime=0.57 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) S 1980 1983 877 0 -1 1077944384 8178 0 0 0 55 2 0 0 20 0 16 0 44151525 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481652517104 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10727700 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44151526 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10727700 memory=1196 CPUtime=1.52 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 2242 0 0 0 75 77 0 0 20 0 16 0 44151526 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1999] ppid=1980 vsize=10727700 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1999/stat : 1999 (java) S 1980 1983 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44152123 10985164800 1042134 33554432000 4194304 4196468 140727872617168 140481647260976 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 2351.55 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4168536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.8 s]
/proc/loadavg: 2.03 2.13 2.21 3/217 2197
/proc/meminfo: memFree=18332288/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10727700 memory=4168616 CPUtime=2400.09 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 198368 0 0 0 239554 455 0 0 20 0 16 0 44151520 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2681925 1042154 3191 1 0 2644416 0
[pid=1983/tid=1985] ppid=1980 vsize=10727700 memory=288230621803970871 CPUtime=2361.85 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) R 1980 1983 877 0 -1 4202560 92843 0 0 0 236159 26 0 0 20 0 16 0 44151520 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140482170739744 140481759601261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10727700 memory=16097061506385263 CPUtime=6.9 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 10884 0 0 0 601 89 0 0 20 0 16 0 44151521 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10727700 memory=916 CPUtime=6.94 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 10928 0 0 0 607 87 0 0 20 0 16 0 44151521 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10727700 memory=3848 CPUtime=6.86 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 10153 0 0 0 597 89 0 0 20 0 16 0 44151521 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10727700 memory=2872 CPUtime=6.95 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 9896 0 0 0 606 89 0 0 20 0 16 0 44151521 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10727700 memory=2612 CPUtime=1.87 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 17366 0 0 0 183 4 0 0 20 0 16 0 44151523 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10727700 memory=644 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44151523 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481657779680 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10727700 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 44151523 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481656727040 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10727700 memory=952 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44151525 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10727700 memory=1240 CPUtime=3.22 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) S 1980 1983 877 0 -1 1077944384 17802 0 0 0 320 2 0 0 20 0 16 0 44151525 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481654622192 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10727700 memory=2340 CPUtime=3.27 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) S 1980 1983 877 0 -1 1077944384 16540 0 0 0 324 3 0 0 20 0 16 0 44151525 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481653569648 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10727700 memory=4100 CPUtime=0.57 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) S 1980 1983 877 0 -1 1077944384 8206 0 0 0 55 2 0 0 20 0 16 0 44151525 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481652517104 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10727700 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44151526 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10727700 memory=-7522837583129502606 CPUtime=1.55 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 2316 0 0 0 76 79 0 0 20 0 16 0 44151526 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1999] ppid=1980 vsize=10727700 memory=6944613755445342871 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1999/stat : 1999 (java) S 1980 1983 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44152123 10985164800 1042154 33554432000 4194304 4196468 140727872617168 140481647260976 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4168616 KiB

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

[startup+2371.04 s]
# the end of solver process 1983 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.68 s, system=4.57888 s

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

[startup+2371 s]*
/proc/loadavg: 2.03 2.13 2.21 2/218 2200
/proc/meminfo: memFree=18332288/32770624 swapFree=67108860/67108860
[pid=1983] ppid=1980 vsize=10927392 memory=4168940 CPUtime=2400.22 cores=0,2,4,6
/proc/1983/stat : 1983 (java) S 1980 1983 877 0 -1 1077944320 200590 0 0 0 239567 455 0 0 20 0 17 0 44151520 11189649408 1042235 33554432000 4194304 4196468 140727872617168 140727872599712 140482166501111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
/proc/1983/statm: 2731848 1042235 3193 1 0 2694339 0
[pid=1983/tid=1985] ppid=1980 vsize=10927392 memory=1399051139730258233 CPUtime=2361.97 cores=0,2,4,6
/proc/1983/task/1985/stat : 1985 (java) S 1980 1983 877 0 -1 1077944384 93326 0 0 0 236171 26 0 0 20 0 17 0 44151520 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140482170743984 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1986] ppid=1980 vsize=10927392 memory=-7003737579269690708 CPUtime=6.9 cores=0,2,4,6
/proc/1983/task/1986/stat : 1986 (java) S 1980 1983 877 0 -1 1077944384 10884 0 0 0 601 89 0 0 20 0 17 0 44151521 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140482092574992 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1987] ppid=1980 vsize=10927392 memory=1788 CPUtime=6.94 cores=0,2,4,6
/proc/1983/task/1987/stat : 1987 (java) S 1980 1983 877 0 -1 1077944384 10928 0 0 0 607 87 0 0 20 0 17 0 44151521 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140482091522448 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1988] ppid=1980 vsize=10927392 memory=952 CPUtime=6.86 cores=0,2,4,6
/proc/1983/task/1988/stat : 1988 (java) S 1980 1983 877 0 -1 1077944384 10153 0 0 0 597 89 0 0 20 0 17 0 44151521 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140482090469904 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1989] ppid=1980 vsize=10927392 memory=1240 CPUtime=6.95 cores=0,2,4,6
/proc/1983/task/1989/stat : 1989 (java) S 1980 1983 877 0 -1 1077944384 9896 0 0 0 606 89 0 0 20 0 17 0 44151521 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140482089417360 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1990] ppid=1980 vsize=10927392 memory=2340 CPUtime=1.87 cores=0,2,4,6
/proc/1983/task/1990/stat : 1990 (java) S 1980 1983 877 0 -1 1077944384 17425 0 0 0 183 4 0 0 20 0 17 0 44151523 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481658833392 140482166512258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1991] ppid=1980 vsize=10927392 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1991/stat : 1991 (java) S 1980 1983 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 44151523 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481657779680 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1992] ppid=1980 vsize=10927392 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1992/stat : 1992 (java) S 1980 1983 877 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 44151523 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481656727040 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1993] ppid=1980 vsize=10927392 memory=928 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1993/stat : 1993 (java) S 1980 1983 877 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 17 0 44151525 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481655675600 140482166519707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1994] ppid=1980 vsize=10927392 memory=1408 CPUtime=3.23 cores=0,2,4,6
/proc/1983/task/1994/stat : 1994 (java) R 1980 1983 877 0 -1 4202560 18005 0 0 0 321 2 0 0 20 0 17 0 44151525 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481654622192 140482158790493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1995] ppid=1980 vsize=10927392 memory=3248 CPUtime=3.27 cores=0,2,4,6
/proc/1983/task/1995/stat : 1995 (java) R 1980 1983 877 0 -1 4202560 16682 0 0 0 324 3 0 0 20 0 17 0 44151525 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481653569648 140482145834901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1996] ppid=1980 vsize=10927392 memory=4168616 CPUtime=0.58 cores=0,2,4,6
/proc/1983/task/1996/stat : 1996 (java) R 1980 1983 877 0 -1 1077944384 8991 0 0 0 56 2 0 0 20 0 17 0 44151525 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481652517104 140482166512258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1997] ppid=1980 vsize=10927392 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/1983/task/1997/stat : 1997 (java) S 1980 1983 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44151526 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481651464800 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=1998] ppid=1980 vsize=10927392 memory=3240 CPUtime=1.56 cores=0,2,4,6
/proc/1983/task/1998/stat : 1998 (java) S 1980 1983 877 0 -1 1077944384 2316 0 0 0 76 80 0 0 20 0 17 0 44151526 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481650412336 140482166512258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=2198] ppid=1980 vsize=10927392 memory=1042364 CPUtime=0 cores=0,2,4,6
/proc/1983/task/2198/stat : 2198 (java) S 1980 1983 877 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 17 0 44388601 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481646207728 140482166511317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
[pid=1983/tid=2199] ppid=1980 vsize=10927392 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/1983/task/2199/stat : 2199 (java) R 1980 1983 877 0 -1 4202560 247 0 0 0 0 0 0 0 20 0 17 0 44388601 11189649408 1042240 33554432000 4194304 4196468 140727872617168 140481645156112 140482150581598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10096640 140727872623729 140727872623881 140727872623881 140727872626639 0
Current children cumulated CPU time: 2400.22 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4168940 KiB

Child status: 143
Real time (s): 2371.04
CPU time (s): 2400.26
CPU user time (s): 2395.68
CPU system time (s): 4.57888
CPU usage (%): 101.232
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4168940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.68
system time used= 4.57888
maximum resident set size= 4169704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54783
involuntary context switches= 2336


# summary of solver processes directly reported to runsolver:
#   pid: 1983
#   total CPU time (s): 2400.26
#   total CPU user time (s): 2395.68
#   total CPU system time (s): 4.57888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2639 second user time and 22.9412 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 15:24:43
IDJOB=4292058
IDBENCH=141275
IDSOLVER=2742
FILE ID=node103/4292058-1532265883
RUNJOBID= node103-1532257777-913
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292058-1532265883/watcher-4292058-1532265883 -o /tmp/evaluation-result-4292058-1532265883/solver-4292058-1532265883 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292058-1532265883.xml

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

MD5SUM BENCH= becbd2d91dde2be36fb4b4a471bae430
RANDOM SEED=835092503

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21678672 kB
MemAvailable:   30084352 kB
Buffers:          235300 kB
Cached:          8373400 kB
SwapCached:            0 kB
Active:          3240776 kB
Inactive:        7274828 kB
Active(anon):    1909252 kB
Inactive(anon):    16976 kB
Active(file):    1331524 kB
Inactive(file):  7257852 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2668 kB
Writeback:             0 kB
AnonPages:       1913576 kB
Mapped:            47584 kB
Shmem:             17036 kB
Slab:             272508 kB
SReclaimable:     244764 kB
SUnreclaim:        27744 kB
KernelStack:        3680 kB
PageTables:         9420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3467564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1798144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 16:04:15