Trace number 4301844

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)44 252.185 247.818

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark11.6408
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

1.71/0.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.71/0.78	c This is free software under the dual EPL/GNU LGPL licenses.
1.71/0.78	c See www.sat4j.org for details.
1.71/0.78	c That software uses the Rhino library from the Mozilla project.
1.71/0.78	c version 2.3.6-SNAPSHOT
1.71/0.78	c java.runtime.name	Java(TM) SE Runtime Environment
1.71/0.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.71/0.78	c java.vm.version	25.131-b11
1.71/0.78	c java.vm.vendor	Oracle Corporation
1.71/0.78	c sun.arch.data.model	64
1.71/0.78	c java.version		1.8.0_131
1.71/0.78	c os.name		Linux
1.71/0.78	c os.version		3.10.0-514.16.1.el7.x86_64
1.71/0.78	c os.arch		amd64
1.71/0.78	c Free memory 		499604488
1.71/0.78	c Max memory 		7247757312
1.71/0.78	c Total memory 		504889344
1.71/0.78	c Number of processors 	4
1.71/0.78	c c --- Begin Solver configuration ---
1.71/0.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.71/0.78	c Learn all clauses as in MiniSAT
1.71/0.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.71/0.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.71/0.78	c No reason simplification
1.71/0.78	c Glucose 2.1 dynamic restart strategy
1.71/0.78	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.71/0.78	c timeout=2147483s
1.71/0.78	c DB Simplification allowed=false
1.71/0.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.71/0.78	c --- End Solver configuration ---
1.71/0.78	c constraints type 
1.71/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1.71/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51030
1.71/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 717336
1.71/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
1.71/0.78	c 768528 constraints processed.
5.07/2.51	o 79
7.21/4.39	o 74
8.36/5.41	o 71
12.38/9.44	o 69
19.01/16.10	o 67
22.94/19.90	o 65
23.39/20.39	o 64
26.61/23.50	o 63
27.51/24.48	o 62
28.91/25.86	o 61
31.76/28.51	o 60
32.41/29.19	o 59
33.35/30.01	o 58
33.95/30.69	o 53
42.15/38.85	o 51
59.17/55.81	o 48
82.62/79.01	o 46
111.23/107.61	o 45
131.96/128.11	o 44
252.17/247.80	c starts		: 1584
252.17/247.80	c conflicts		: 902009
252.17/247.80	c decisions		: 6496043
252.17/247.80	c propagations		: 515044215
252.17/247.80	c inspects		: 3008163538
252.17/247.80	c shortcuts		: 0
252.17/247.80	c learnt literals	: 1030
252.17/247.80	c learnt binary clauses	: 1330
252.17/247.80	c learnt ternary clauses	: 1493
252.17/247.80	c learnt constraints	: 900979
252.17/247.80	c ignored constraints	: 0
252.17/247.80	c root simplifications	: 0
252.17/247.80	c removed literals (reason simplification)	: 0
252.17/247.80	c reason swapping (by a shorter reason)	: 0
252.17/247.80	c Calls to reduceDB	: 87
252.17/247.80	c Number of update (reduction) of LBD	: 670427
252.17/247.80	c Imported unit clauses	: 0
252.17/247.80	c number of reductions to clauses (during analyze)	: 0
252.17/247.80	c number of learned constraints concerned by reduction	: 0
252.17/247.80	c number of learning phase by resolution	: 0
252.17/247.80	c number of learning phase by cutting planes	: 0
252.17/247.80	c number of rounding to 1 operations	: 0
252.17/247.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.17/247.80	c number of reductions of the coefficients by power 2 	: 0
252.17/247.80	c number of right shift for reduction by power 2 	: 0
252.17/247.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.17/247.80	c number of ending skipping 	: 0
252.17/247.80	c number of internal skipping 	: 0
252.17/247.80	c number of derivation steps 	: 0
252.17/247.80	c number of skipped derivation steps 	: 0
252.17/247.80	c number of remaining unassigned 	: 0
252.17/247.80	c number of remaining assigned 	: 0
252.17/247.80	c speed (assignments/second)	: 2085021.9819367586
252.17/247.80	c non guided choices	: 77591
252.17/247.80	s SATISFIABLE
252.17/247.80	v <instantiation type="solution">
252.17/247.80	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] </list>
252.17/247.80	v 	<values> 0 1 5 12 25 27 35 41 44 1 1 5 12 25 27 35 41 44 1 1 4 11 24 26 34 40 43 1 1 1 7 20 22 30 36 39 1 1 1 1 13 15 23 29 32 1 1 1 1 1 2 10 16 19 1 1 1 1 1 1 8 14 17 1 1 1 1 1 1 1 6 9 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 </values>
252.17/247.80	v </instantiation>
252.17/247.80	

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301844-1532884945/watcher-4301844-1532884945 -o /tmp/evaluation-result-4301844-1532884945/solver-4301844-1532884945 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301844-1532884945.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100107 s]*
/proc/loadavg: 2.13 2.75 2.67 5/217 18477
/proc/meminfo: memFree=27994920/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10659012 memory=30992 CPUtime=0.12 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 6823 0 0 0 11 1 0 0 20 0 15 0 106057660 10914828288 7748 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2664753 7748 2815 1 0 2627263 0
[pid=18462/tid=18464] ppid=18459 vsize=10659012 memory=-8773748148829981818 CPUtime=0.09 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) R 18459 18462 13514 0 -1 4202560 4650 0 0 0 8 1 0 0 20 0 15 0 106057660 10914828288 7748 33554432000 4194304 4196468 140726780073552 140688618100592 140688613907862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 7748 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10659012 memory=140409624671872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 7748 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 7748 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 7748 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10659012 memory=140409624671872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106057662 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106057663 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687917757728 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106057663 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687916705392 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057665 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) S 18459 18462 13514 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 106057665 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687914600560 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057665 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687913547760 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10659012 memory=140409624671872 CPUtime=0.01 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) R 18459 18462 13514 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 15 0 106057665 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687912495472 140688592555171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057666 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10659012 memory=140409624671872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057666 10914828288 7748 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30992 KiB

[startup+0.21087 s]*
/proc/loadavg: 2.13 2.75 2.67 4/217 18477
/proc/meminfo: memFree=27983756/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10659012 memory=41880 CPUtime=0.33 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 8130 0 0 0 31 2 0 0 20 0 15 0 106057660 10914828288 10470 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2664753 10470 3004 1 0 2627263 0
[pid=18462/tid=18464] ppid=18459 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) R 18459 18462 13514 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 106057660 10914828288 10470 33554432000 4194304 4196468 140726780073552 140688618132544 140688597939557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 10470 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10659012 memory=140409625303281 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 10470 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 10470 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106057661 10914828288 10470 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10659012 memory=140409624671872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106057662 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106057663 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687917757728 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106057663 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687916705392 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057665 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) S 18459 18462 13514 0 -1 1077944384 647 0 0 0 2 0 0 0 20 0 15 0 106057665 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687914600560 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) S 18459 18462 13514 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 106057665 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687913547760 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10659012 memory=140409624671872 CPUtime=0.07 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) R 18459 18462 13514 0 -1 4202560 711 0 0 0 7 0 0 0 20 0 15 0 106057665 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687912495472 140688593207806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057666 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10659012 memory=140409624671872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057666 10914828288 10470 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41880 KiB

[startup+0.318078 s]*
/proc/loadavg: 2.13 2.75 2.67 3/217 18477
/proc/meminfo: memFree=27975940/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10659088 memory=47620 CPUtime=0.53 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 9098 0 0 0 50 3 0 0 20 0 15 0 106057660 10914906112 11905 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2664772 11905 3061 1 0 2627263 0
[pid=18462/tid=18464] ppid=18459 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) R 18459 18462 13514 0 -1 4202560 5816 0 0 0 28 2 0 0 20 0 15 0 106057660 10914906112 11905 33554432000 4194304 4196468 140726780073552 140688618128208 140688613917274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 11905 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10659088 memory=140409625301007 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 11905 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 11905 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 11905 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10659088 memory=140409624671872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106057662 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106057663 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687917757728 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106057663 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687916705392 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057665 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) S 18459 18462 13514 0 -1 1077944384 745 0 0 0 4 0 0 0 20 0 15 0 106057665 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687914600560 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) S 18459 18462 13514 0 -1 1077944384 413 0 0 0 5 0 0 0 20 0 15 0 106057665 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687913547760 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10659088 memory=140409624671872 CPUtime=0.12 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) R 18459 18462 13514 0 -1 4202560 759 0 0 0 12 0 0 0 20 0 15 0 106057665 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687912495472 140688613907862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057666 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10659088 memory=140409624671872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057666 10914906112 11905 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47620 KiB

[startup+0.700696 s]
/proc/loadavg: 2.20 2.75 2.67 5/217 18477
/proc/meminfo: memFree=27949016/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10659088 memory=136148 CPUtime=1.71 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 13319 0 0 0 166 5 0 0 20 0 15 0 106057660 10914906112 34037 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2664772 34037 3099 1 0 2627263 0
[pid=18462/tid=18464] ppid=18459 vsize=10659088 memory=16868 CPUtime=0.67 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) R 18459 18462 13514 0 -1 4202560 6011 0 0 0 64 3 0 0 20 0 15 0 106057660 10914906112 34037 33554432000 4194304 4196468 140726780073552 140688618130944 140688613907862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10659088 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 34037 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10659088 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 34037 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10659088 memory=496 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 34037 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106057661 10914906112 34037 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10659088 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106057662 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10659088 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106057663 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687917757728 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10659088 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106057663 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687916705392 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057665 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10659088 memory=6081108994580573287 CPUtime=0.4 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) R 18459 18462 13514 0 -1 4202560 2105 0 0 0 40 0 0 0 20 0 15 0 106057665 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687914600688 140688593739472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10659088 memory=6220993253238723945 CPUtime=0.4 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) R 18459 18462 13514 0 -1 4202560 2338 0 0 0 40 0 0 0 20 0 15 0 106057665 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687913538736 140688595417318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10659088 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) R 18459 18462 13514 0 -1 1077944384 1495 0 0 0 21 0 0 0 20 0 15 0 106057665 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687912495472 140688613907074 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106057666 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10659088 memory=756 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106057666 10914906112 34037 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 136148 KiB

[startup+1.50082 s]
/proc/loadavg: 2.20 2.75 2.67 4/218 18478
/proc/meminfo: memFree=27843460/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10725652 memory=184816 CPUtime=3.53 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 17363 0 0 0 347 6 0 0 20 0 16 0 106057660 10983067648 46204 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2681413 46204 3114 1 0 2643904 0
[pid=18462/tid=18464] ppid=18459 vsize=10725652 memory=33 CPUtime=1.47 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) R 18459 18462 13514 0 -1 4202560 6205 0 0 0 143 4 0 0 20 0 16 0 106057660 10983067648 46204 33554432000 4194304 4196468 140726780073552 140688618132168 140688250948379 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106057661 10983067648 46204 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106057661 10983067648 46204 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106057661 10983067648 46204 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10725652 memory=-2247047206207641111 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106057661 10983067648 46204 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10725652 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106057662 10983067648 46204 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0

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

/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 1447 0 0 0 16 10 0 0 20 0 16 0 106057661 10983067648 151473 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10725652 memory=600928 CPUtime=0.26 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 777 0 0 0 17 9 0 0 20 0 16 0 106057661 10983067648 151473 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10725652 memory=600928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 1047 0 0 0 0 0 0 0 20 0 16 0 106057662 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10725652 memory=605892 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 106057663 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687917757792 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 106057663 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687916705408 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10725652 memory=600928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106057665 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10725652 memory=792360 CPUtime=1.32 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) S 18459 18462 13514 0 -1 1077944384 6118 0 0 0 132 0 0 0 20 0 16 0 106057665 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687914600560 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10725652 memory=1240 CPUtime=1.35 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) S 18459 18462 13514 0 -1 1077944384 7087 0 0 0 134 1 0 0 20 0 16 0 106057665 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687913547760 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10725652 memory=1520 CPUtime=0.33 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) S 18459 18462 13514 0 -1 1077944384 2815 0 0 0 32 1 0 0 20 0 16 0 106057665 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687912495472 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10725652 memory=600928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106057666 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10725652 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 405 0 0 0 4 4 0 0 20 0 16 0 106057666 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18478] ppid=18459 vsize=10725652 memory=600928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18478/stat : 18478 (java) S 18459 18462 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106057738 10983067648 151473 33554432000 4194304 4196468 140726780073552 140687909336240 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 166.16 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 605892 KiB

[startup+222.301 s]
/proc/loadavg: 2.01 2.36 2.53 3/217 18482
/proc/meminfo: memFree=26666828/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10725652 memory=984928 CPUtime=226.76 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 40757 0 0 0 22597 79 0 0 20 0 16 0 106057660 10983067648 246232 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2681413 246232 3175 1 0 2643904 0
[pid=18462/tid=18464] ppid=18459 vsize=10725652 memory=984928 CPUtime=221.75 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) R 18459 18462 13514 0 -1 4202560 12323 0 0 0 22165 10 0 0 20 0 16 0 106057660 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688618134816 140688250609728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10725652 memory=984928 CPUtime=0.45 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1076 0 0 0 31 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10725652 memory=984928 CPUtime=0.44 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1462 0 0 0 30 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10725652 memory=984928 CPUtime=0.44 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 2226 0 0 0 30 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10725652 memory=984928 CPUtime=0.45 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2149 0 0 0 31 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10725652 memory=984928 CPUtime=0.04 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 3612 0 0 0 3 1 0 0 20 0 16 0 106057662 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10725652 memory=984928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 106057663 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687917757792 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10725652 memory=984928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 106057663 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687916705408 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10725652 memory=984928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10725652 memory=1037836 CPUtime=1.32 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) S 18459 18462 13514 0 -1 1077944384 6118 0 0 0 132 0 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687914600560 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10725652 memory=984928 CPUtime=1.35 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) S 18459 18462 13514 0 -1 1077944384 7087 0 0 0 134 1 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687913547760 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10725652 memory=4140 CPUtime=0.33 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) S 18459 18462 13514 0 -1 1077944384 2815 0 0 0 32 1 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687912495472 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10725652 memory=984928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106057666 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10725652 memory=2724 CPUtime=0.12 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 409 0 0 0 6 6 0 0 20 0 16 0 106057666 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18478] ppid=18459 vsize=10725652 memory=984928 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18478/stat : 18478 (java) S 18459 18462 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106057738 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687909336240 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 226.76 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 984928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.601 s]
/proc/loadavg: 2.07 2.35 2.52 3/217 18561
/proc/meminfo: memFree=27568176/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10725652 memory=984928 CPUtime=252.08 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 40816 0 0 0 25128 80 0 0 20 0 16 0 106057660 10983067648 246232 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2681413 246232 3175 1 0 2643904 0
[pid=18462/tid=18464] ppid=18459 vsize=10725652 memory=844 CPUtime=247.05 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) R 18459 18462 13514 0 -1 4202560 12370 0 0 0 24695 10 0 0 20 0 16 0 106057660 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688618134816 140688250854085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10725652 memory=3360 CPUtime=0.45 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1076 0 0 0 31 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10725652 memory=2724 CPUtime=0.44 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1462 0 0 0 30 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10725652 memory=1256 CPUtime=0.44 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 2226 0 0 0 30 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10725652 memory=4140 CPUtime=0.45 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2149 0 0 0 31 14 0 0 20 0 16 0 106057661 10983067648 246232 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10725652 memory=30228 CPUtime=0.04 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 3614 0 0 0 3 1 0 0 20 0 16 0 106057662 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10725652 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 106057663 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687917757792 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10725652 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 106057663 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687916705408 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10725652 memory=1520 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10725652 memory=844 CPUtime=1.32 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) S 18459 18462 13514 0 -1 1077944384 6120 0 0 0 132 0 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687914600560 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10725652 memory=3360 CPUtime=1.35 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) S 18459 18462 13514 0 -1 1077944384 7089 0 0 0 134 1 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687913547760 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10725652 memory=2724 CPUtime=0.33 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) S 18459 18462 13514 0 -1 1077944384 2817 0 0 0 32 1 0 0 20 0 16 0 106057665 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687912495472 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10725652 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106057666 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10725652 memory=10368 CPUtime=0.13 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 413 0 0 0 6 7 0 0 20 0 16 0 106057666 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18478] ppid=18459 vsize=10725652 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18478/stat : 18478 (java) S 18459 18462 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106057738 10983067648 246232 33554432000 4194304 4196468 140726780073552 140687909336240 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 984928 KiB

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

[startup+247.818 s]
# the end of solver process 18462 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.378 s, system=0.807132 s

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

[startup+247.801 s]
/proc/loadavg: 2.07 2.35 2.52 3/217 18561
/proc/meminfo: memFree=27568176/32770624 swapFree=67108860/67108860
[pid=18462] ppid=18459 vsize=10925344 memory=985160 CPUtime=252.17 cores=1,3,5,7
/proc/18462/stat : 18462 (java) S 18459 18462 13514 0 -1 1077944320 41586 0 0 0 25137 80 0 0 20 0 17 0 106057660 11187552256 246290 33554432000 4194304 4196468 140726780073552 140726780056096 140688613895927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
/proc/18462/statm: 2731336 246290 3178 1 0 2693827 0
[pid=18462/tid=18464] ppid=18459 vsize=10925344 memory=1812 CPUtime=247.13 cores=1,3,5,7
/proc/18462/task/18464/stat : 18464 (java) S 18459 18462 13514 0 -1 1077944384 12544 0 0 0 24703 10 0 0 20 0 17 0 106057660 11187552256 246290 33554432000 4194304 4196468 140726780073552 140688618138800 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18465] ppid=18459 vsize=10925344 memory=1020 CPUtime=0.45 cores=1,3,5,7
/proc/18462/task/18465/stat : 18465 (java) S 18459 18462 13514 0 -1 1077944384 1076 0 0 0 31 14 0 0 20 0 17 0 106057661 11187552256 246290 33554432000 4194304 4196468 140726780073552 140688220674448 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18466] ppid=18459 vsize=10925344 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/18462/task/18466/stat : 18466 (java) S 18459 18462 13514 0 -1 1077944384 1462 0 0 0 30 14 0 0 20 0 17 0 106057661 11187552256 246290 33554432000 4194304 4196468 140726780073552 140688219621648 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18467] ppid=18459 vsize=10925344 memory=756 CPUtime=0.44 cores=1,3,5,7
/proc/18462/task/18467/stat : 18467 (java) S 18459 18462 13514 0 -1 1077944384 2226 0 0 0 30 14 0 0 20 0 17 0 106057661 11187552256 246290 33554432000 4194304 4196468 140726780073552 140688218569360 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18468] ppid=18459 vsize=10925344 memory=14572 CPUtime=0.45 cores=1,3,5,7
/proc/18462/task/18468/stat : 18468 (java) S 18459 18462 13514 0 -1 1077944384 2149 0 0 0 31 14 0 0 20 0 17 0 106057661 11187552256 246290 33554432000 4194304 4196468 140726780073552 140688217516560 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18469] ppid=18459 vsize=10925344 memory=12708 CPUtime=0.04 cores=1,3,5,7
/proc/18462/task/18469/stat : 18469 (java) S 18459 18462 13514 0 -1 1077944384 3614 0 0 0 3 1 0 0 20 0 17 0 106057662 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687918811760 140688613907074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18470] ppid=18459 vsize=10925344 memory=16872 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18470/stat : 18470 (java) S 18459 18462 13514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 106057663 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687917757792 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18471] ppid=18459 vsize=10925344 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18471/stat : 18471 (java) S 18459 18462 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 106057663 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687916705408 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18472] ppid=18459 vsize=10925344 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18472/stat : 18472 (java) S 18459 18462 13514 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 17 0 106057665 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687915653712 140688613914523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18473] ppid=18459 vsize=10925344 memory=496 CPUtime=1.32 cores=1,3,5,7
/proc/18462/task/18473/stat : 18473 (java) S 18459 18462 13514 0 -1 1077944384 6169 0 0 0 132 0 0 0 20 0 17 0 106057665 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687914600560 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18474] ppid=18459 vsize=10925344 memory=928 CPUtime=1.35 cores=1,3,5,7
/proc/18462/task/18474/stat : 18474 (java) S 18459 18462 13514 0 -1 1077944384 7157 0 0 0 134 1 0 0 20 0 17 0 106057665 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687913547760 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18475] ppid=18459 vsize=10925344 memory=1172 CPUtime=0.33 cores=1,3,5,7
/proc/18462/task/18475/stat : 18475 (java) S 18459 18462 13514 0 -1 1077944384 2935 0 0 0 32 1 0 0 20 0 17 0 106057665 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687912495472 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18476] ppid=18459 vsize=10925344 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/18462/task/18476/stat : 18476 (java) S 18459 18462 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106057666 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687911442912 140688613906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
[pid=18462/tid=18477] ppid=18459 vsize=10925344 memory=1572 CPUtime=0.13 cores=1,3,5,7
/proc/18462/task/18477/stat : 18477 (java) S 18459 18462 13514 0 -1 1077944384 413 0 0 0 6 7 0 0 20 0 17 0 106057666 11187552256 246290 33554432000 4194304 4196468 140726780073552 140687910390704 140688613907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39575552 140726780077174 140726780077326 140726780077326 140726780080079 0
Current children cumulated CPU time: 252.17 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 985160 KiB

Child status: 143
Real time (s): 247.818
CPU time (s): 252.185
CPU user time (s): 251.378
CPU system time (s): 0.807132
CPU usage (%): 101.762
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 985160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.378
system time used= 0.807132
maximum resident set size= 985920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41838
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7399
involuntary context switches= 244


# summary of solver processes directly reported to runsolver:
#   pid: 18462
#   total CPU time (s): 252.185
#   total CPU user time (s): 251.378
#   total CPU system time (s): 0.807132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46547 second user time and 2.4496 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:22:25
IDJOB=4301844
IDBENCH=141374
IDSOLVER=2773
FILE ID=node136/4301844-1532884945
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301844-1532884945/watcher-4301844-1532884945 -o /tmp/evaluation-result-4301844-1532884945/solver-4301844-1532884945 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301844-1532884945.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=173844166

node136.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.50
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.50
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.50
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.50
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:        28011640 kB
MemAvailable:   31313888 kB
Buffers:          213888 kB
Cached:          3358740 kB
SwapCached:            0 kB
Active:          2330756 kB
Inactive:        1952760 kB
Active(anon):     661944 kB
Inactive(anon):    76480 kB
Active(file):    1668812 kB
Inactive(file):  1876280 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2516 kB
Writeback:             0 kB
AnonPages:        686860 kB
Mapped:            46688 kB
Shmem:             25228 kB
Slab:             174056 kB
SReclaimable:     145984 kB
SUnreclaim:        28072 kB
KernelStack:        3856 kB
PageTables:         6668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1900628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 19:26:33