Trace number 4301814

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)95 252.071 245.82

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark249.995
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"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

3.46/1.42	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.46/1.42	c This is free software under the dual EPL/GNU LGPL licenses.
3.46/1.42	c See www.sat4j.org for details.
3.46/1.42	c That software uses the Rhino library from the Mozilla project.
3.46/1.42	c version 2.3.6-SNAPSHOT
3.46/1.42	c java.runtime.name	Java(TM) SE Runtime Environment
3.46/1.42	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.46/1.42	c java.vm.version	25.131-b11
3.46/1.42	c java.vm.vendor	Oracle Corporation
3.46/1.42	c sun.arch.data.model	64
3.46/1.42	c java.version		1.8.0_131
3.46/1.42	c os.name		Linux
3.46/1.42	c os.version		3.10.0-514.16.1.el7.x86_64
3.46/1.42	c os.arch		amd64
3.46/1.42	c Free memory 		499604488
3.46/1.42	c Max memory 		7247757312
3.46/1.42	c Total memory 		504889344
3.46/1.42	c Number of processors 	4
3.46/1.42	c c --- Begin Solver configuration ---
3.46/1.42	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.46/1.42	c Learn all clauses as in MiniSAT
3.46/1.42	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.46/1.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.46/1.42	c No reason simplification
3.46/1.42	c Glucose 2.1 dynamic restart strategy
3.46/1.42	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
3.46/1.42	c timeout=2147483s
3.46/1.42	c DB Simplification allowed=false
3.46/1.42	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.46/1.42	c --- End Solver configuration ---
3.46/1.42	c constraints type 
3.46/1.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
3.46/1.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 179685
3.46/1.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2435730
3.46/1.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 110
3.46/1.42	c 2615657 constraints processed.
26.98/23.27	o 119
45.38/39.64	o 117
59.58/53.75	o 112
71.23/65.35	o 111
82.56/76.69	o 108
94.49/88.58	o 107
106.16/100.20	o 102
146.12/139.85	o 101
155.13/148.88	o 100
201.66/195.34	o 99
234.39/228.06	o 96
250.30/243.96	o 95
252.05/245.80	c starts		: 2445
252.05/245.80	c conflicts		: 696539
252.05/245.80	c decisions		: 12752740
252.05/245.80	c propagations		: 530070064
252.05/245.80	c inspects		: 2979884481
252.05/245.80	c shortcuts		: 0
252.05/245.80	c learnt literals	: 2932
252.05/245.80	c learnt binary clauses	: 2094
252.05/245.80	c learnt ternary clauses	: 1989
252.05/245.80	c learnt constraints	: 693607
252.05/245.80	c ignored constraints	: 0
252.05/245.80	c root simplifications	: 0
252.05/245.80	c removed literals (reason simplification)	: 0
252.05/245.80	c reason swapping (by a shorter reason)	: 0
252.05/245.80	c Calls to reduceDB	: 76
252.05/245.80	c Number of update (reduction) of LBD	: 538788
252.05/245.80	c Imported unit clauses	: 0
252.05/245.80	c number of reductions to clauses (during analyze)	: 0
252.05/245.80	c number of learned constraints concerned by reduction	: 0
252.05/245.80	c number of learning phase by resolution	: 0
252.05/245.80	c number of learning phase by cutting planes	: 0
252.05/245.80	c number of rounding to 1 operations	: 0
252.05/245.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.05/245.80	c number of reductions of the coefficients by power 2 	: 0
252.05/245.80	c number of right shift for reduction by power 2 	: 0
252.05/245.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.05/245.81	c number of ending skipping 	: 0
252.05/245.81	c number of internal skipping 	: 0
252.05/245.81	c number of derivation steps 	: 0
252.05/245.81	c number of skipped derivation steps 	: 0
252.05/245.81	c number of remaining unassigned 	: 0
252.05/245.81	c number of remaining assigned 	: 0
252.05/245.81	c speed (assignments/second)	: 2169093.53695565
252.05/245.81	c non guided choices	: 397501
252.05/245.81	s SATISFIABLE
252.05/245.81	v <instantiation type="solution">
252.05/245.81	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[0][9] y[0][10] 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[1][9] y[1][10] 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[2][9] y[2][10] 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[3][9] y[3][10] 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[4][9] y[4][10] 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[5][9] y[5][10] 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[6][9] y[6][10] 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[7][9] y[7][10] 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] y[8][9] y[8][10] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] y[9][10] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[10][10] </list>
252.05/245.81	v 	<values> 6 12 13 45 55 59 64 67 82 93 95 1 6 7 39 49 53 58 61 76 87 89 1 1 1 33 43 47 52 55 70 81 83 1 1 1 32 42 46 51 54 69 80 82 1 1 1 1 10 14 19 22 37 48 50 1 1 1 1 1 4 9 12 27 38 40 1 1 1 1 1 1 5 8 23 34 36 1 1 1 1 1 1 1 3 18 29 31 1 1 1 1 1 1 1 1 15 26 28 1 1 1 1 1 1 1 1 1 11 13 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 </values>
252.05/245.81	v </instantiation>
252.05/245.81	

Verifier Data

OK	95

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

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

solver pid=11610, runsolver pid=11607

[startup+0.100107 s]*
/proc/loadavg: 5.22 3.40 2.63 7/215 11625
/proc/meminfo: memFree=23644704/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10659012 memory=31292 CPUtime=0.13 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 6883 0 0 0 11 2 0 0 20 0 15 0 106029604 10914828288 7823 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2664753 7823 2846 1 0 2627263 0
[pid=11610/tid=11612] ppid=11607 vsize=10659012 memory=-8701690554792053889 CPUtime=0.09 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) R 11607 11610 10029 0 -1 4202560 4728 0 0 0 8 1 0 0 20 0 15 0 106029604 10914828288 7823 33554432000 4194304 4196468 140725014004400 140542108317552 140542104124822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 7823 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10659012 memory=140115782555264 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10659012 memory=140115782555264 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106029606 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106029607 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541595468576 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106029607 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541594416240 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) S 11607 11610 10029 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 106029609 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541592312432 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) S 11607 11610 10029 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 106029609 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541591259632 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10659012 memory=140115782555264 CPUtime=0.02 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) R 11607 11610 10029 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 106029609 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541590207344 140542104124822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10659012 memory=140115782555264 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029610 10914828288 7823 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31292 KiB

[startup+0.210782 s]*
/proc/loadavg: 5.22 3.40 2.63 6/215 11625
/proc/meminfo: memFree=23498532/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10659012 memory=41884 CPUtime=0.33 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 8090 0 0 0 31 2 0 0 20 0 15 0 106029604 10914828288 10471 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2664753 10471 2986 1 0 2627263 0
[pid=11610/tid=11612] ppid=11607 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) R 11607 11610 10029 0 -1 4202560 5097 0 0 0 18 2 0 0 20 0 15 0 106029604 10914828288 10471 33554432000 4194304 4196468 140725014004400 140542108347856 140542088156517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 10471 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10659012 memory=140115783191527 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106029605 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10659012 memory=140115782555264 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106029606 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106029607 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541595468576 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106029607 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541594416240 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) S 11607 11610 10029 0 -1 1077944384 648 0 0 0 2 0 0 0 20 0 15 0 106029609 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541592312432 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) S 11607 11610 10029 0 -1 1077944384 308 0 0 0 1 0 0 0 20 0 15 0 106029609 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541591259632 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10659012 memory=140115782555264 CPUtime=0.07 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) R 11607 11610 10029 0 -1 4202560 676 0 0 0 7 0 0 0 20 0 15 0 106029609 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541590207344 140542082795385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10659012 memory=140115782555264 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029610 10914828288 10471 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41884 KiB

[startup+0.310776 s]*
/proc/loadavg: 5.22 3.40 2.63 7/215 11625
/proc/meminfo: memFree=23369760/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10659088 memory=47552 CPUtime=0.52 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 9064 0 0 0 49 3 0 0 20 0 15 0 106029604 10914906112 11888 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2664772 11888 3057 1 0 2627263 0
[pid=11610/tid=11612] ppid=11607 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) R 11607 11610 10029 0 -1 4202560 5869 0 0 0 27 2 0 0 20 0 15 0 106029604 10914906112 11888 33554432000 4194304 4196468 140725014004400 140542108339248 140541740137952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 11888 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10659088 memory=140115783185399 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10659088 memory=140115782555264 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106029606 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106029607 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541595468576 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106029607 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541594416240 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) R 11607 11610 10029 0 -1 4202560 666 0 0 0 5 0 0 0 20 0 15 0 106029609 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541592312432 140542089238964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) R 11607 11610 10029 0 -1 1077944384 414 0 0 0 3 0 0 0 20 0 15 0 106029609 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541591259632 140542104124034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10659088 memory=140115782555264 CPUtime=0.12 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) R 11607 11610 10029 0 -1 4202560 748 0 0 0 12 0 0 0 20 0 15 0 106029609 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541590207344 140542082623040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10659088 memory=140115782555264 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029610 10914906112 11888 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47552 KiB

[startup+0.710979 s]
/proc/loadavg: 5.22 3.40 2.63 8/215 11625
/proc/meminfo: memFree=23157148/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10659088 memory=103244 CPUtime=1.67 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 12940 0 0 0 162 5 0 0 20 0 15 0 106029604 10914906112 25811 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2664772 25811 3099 1 0 2627263 0
[pid=11610/tid=11612] ppid=11607 vsize=10659088 memory=190010292715712 CPUtime=0.68 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) R 11607 11610 10029 0 -1 4202560 6137 0 0 0 65 3 0 0 20 0 15 0 106029604 10914906112 25811 33554432000 4194304 4196468 140725014004400 140542108340624 140541742613555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10659088 memory=616836 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 25811 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106029605 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106029606 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106029607 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541595468576 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106029607 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541594416240 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10659088 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) R 11607 11610 10029 0 -1 4202560 2195 0 0 0 37 0 0 0 20 0 15 0 106029609 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541592293448 140542083769296 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10659088 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) R 11607 11610 10029 0 -1 4202560 2163 0 0 0 39 0 0 0 20 0 15 0 106029609 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541591245656 140542083502279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10659088 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) S 11607 11610 10029 0 -1 1077944384 1076 0 0 0 19 0 0 0 20 0 15 0 106029609 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541590207344 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106029609 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10659088 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106029610 10914906112 25811 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 103244 KiB

[startup+1.50074 s]
/proc/loadavg: 5.53 3.49 2.66 7/215 11625
/proc/meminfo: memFree=22752220/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10725652 memory=351040 CPUtime=3.71 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 14272 0 0 0 349 22 0 0 20 0 16 0 106029604 10983067648 87760 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2681413 87760 3136 1 0 2643904 0
[pid=11610/tid=11612] ppid=11607 vsize=10725652 memory=9169 CPUtime=1.29 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) R 11607 11610 10029 0 -1 4202560 6247 0 0 0 125 4 0 0 20 0 16 0 106029604 10983067648 87760 33554432000 4194304 4196468 140725014004400 140542108349280 140541743710580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10725652 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 131 0 0 0 13 4 0 0 20 0 16 0 106029605 10983067648 87760 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10725652 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 146 0 0 0 12 3 0 0 20 0 16 0 106029605 10983067648 87760 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10725652 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 144 0 0 0 13 3 0 0 20 0 16 0 106029605 10983067648 87760 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10725652 memory=6943526294502006880 CPUtime=0.17 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 177 0 0 0 14 3 0 0 20 0 16 0 106029605 10983067648 87760 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 106029606 10983067648 87760 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0

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

/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 942 0 0 0 74 11 0 0 20 0 16 0 106029605 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10725652 memory=713256 CPUtime=0.86 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 1012 0 0 0 75 11 0 0 20 0 16 0 106029605 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10725652 memory=713256 CPUtime=0.28 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 2739 0 0 0 28 0 0 0 20 0 16 0 106029606 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10725652 memory=713256 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106029607 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541595468640 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10725652 memory=713256 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106029607 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541594416256 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10725652 memory=713256 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106029609 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10725652 memory=713256 CPUtime=1.65 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) S 11607 11610 10029 0 -1 1077944384 7796 0 0 0 165 0 0 0 20 0 16 0 106029609 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541592312432 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10725652 memory=713256 CPUtime=1.6 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) S 11607 11610 10029 0 -1 1077944384 7086 0 0 0 159 1 0 0 20 0 16 0 106029609 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541591259632 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10725652 memory=713256 CPUtime=0.39 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) S 11607 11610 10029 0 -1 1077944384 2519 0 0 0 38 1 0 0 20 0 16 0 106029609 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541590207344 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10725652 memory=713256 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106029609 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10725652 memory=1332 CPUtime=0.09 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 796 0 0 0 3 6 0 0 20 0 16 0 106029610 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11626] ppid=11607 vsize=10725652 memory=713256 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11626/stat : 11626 (java) S 11607 11610 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106029747 10983067648 178314 33554432000 4194304 4196468 140725014004400 140541587047088 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 168.63 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 713256 KiB

[startup+222.301 s]
/proc/loadavg: 2.58 3.21 2.75 6/218 11791
/proc/meminfo: memFree=23361008/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10725652 memory=769608 CPUtime=228.68 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 39735 0 0 0 22802 66 0 0 20 0 16 0 106029604 10983067648 192402 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2681413 192402 3175 1 0 2643904 0
[pid=11610/tid=11612] ppid=11607 vsize=10725652 memory=740936 CPUtime=221.13 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) R 11607 11610 10029 0 -1 4202560 13709 0 0 0 22106 7 0 0 20 0 16 0 106029604 10983067648 192402 33554432000 4194304 4196468 140725014004400 140542108344464 140541744154264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10725652 memory=751176 CPUtime=0.85 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 788 0 0 0 74 11 0 0 20 0 16 0 106029605 10983067648 192402 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10725652 memory=757320 CPUtime=0.84 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 720 0 0 0 73 11 0 0 20 0 16 0 106029605 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10725652 memory=761416 CPUtime=0.85 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 942 0 0 0 74 11 0 0 20 0 16 0 106029605 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10725652 memory=767560 CPUtime=0.86 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 1012 0 0 0 75 11 0 0 20 0 16 0 106029605 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10725652 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 2793 0 0 0 28 0 0 0 20 0 16 0 106029606 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10725652 memory=740936 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106029607 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541595468640 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10725652 memory=740936 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106029607 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541594416256 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10725652 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106029609 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10725652 memory=1508 CPUtime=1.66 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) S 11607 11610 10029 0 -1 1077944384 7880 0 0 0 166 0 0 0 20 0 16 0 106029609 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541592312432 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10725652 memory=3604 CPUtime=1.6 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) S 11607 11610 10029 0 -1 1077944384 7097 0 0 0 159 1 0 0 20 0 16 0 106029609 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541591259632 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10725652 memory=13728 CPUtime=0.39 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) S 11607 11610 10029 0 -1 1077944384 2549 0 0 0 38 1 0 0 20 0 16 0 106029609 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541590207344 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10725652 memory=769608 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106029609 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10725652 memory=767560 CPUtime=0.12 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 837 0 0 0 4 8 0 0 20 0 16 0 106029610 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11626] ppid=11607 vsize=10725652 memory=765512 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11626/stat : 11626 (java) S 11607 11610 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106029747 10983067648 192402 33554432000 4194304 4196468 140725014004400 140541587047088 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 228.68 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 769608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.601 s]
/proc/loadavg: 2.41 3.13 2.73 3/218 11791
/proc/meminfo: memFree=23114404/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10725652 memory=847436 CPUtime=252 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 40634 0 0 0 25132 68 0 0 20 0 16 0 106029604 10983067648 211859 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2681413 211859 3175 1 0 2643904 0
[pid=11610/tid=11612] ppid=11607 vsize=10725652 memory=833100 CPUtime=244.43 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) R 11607 11610 10029 0 -1 4202560 14271 0 0 0 24434 9 0 0 20 0 16 0 106029604 10983067648 211859 33554432000 4194304 4196468 140725014004400 140542108349432 140541744154264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10725652 memory=829004 CPUtime=0.85 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 788 0 0 0 74 11 0 0 20 0 16 0 106029605 10983067648 211859 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10725652 memory=814668 CPUtime=0.84 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 720 0 0 0 73 11 0 0 20 0 16 0 106029605 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10725652 memory=3184 CPUtime=0.85 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 942 0 0 0 74 11 0 0 20 0 16 0 106029605 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10725652 memory=6791534058613427641 CPUtime=0.86 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 1012 0 0 0 75 11 0 0 20 0 16 0 106029605 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10725652 memory=776 CPUtime=0.28 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 2793 0 0 0 28 0 0 0 20 0 16 0 106029606 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10725652 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106029607 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541595468640 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10725652 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106029607 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541594416256 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10725652 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106029609 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10725652 memory=839244 CPUtime=1.66 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) S 11607 11610 10029 0 -1 1077944384 8016 0 0 0 166 0 0 0 20 0 16 0 106029609 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541592312432 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10725652 memory=776 CPUtime=1.61 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) S 11607 11610 10029 0 -1 1077944384 7152 0 0 0 160 1 0 0 20 0 16 0 106029609 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541591259632 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10725652 memory=1876 CPUtime=0.39 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) S 11607 11610 10029 0 -1 1077944384 2691 0 0 0 38 1 0 0 20 0 16 0 106029609 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541590207344 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10725652 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106029609 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10725652 memory=1828 CPUtime=0.13 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 841 0 0 0 4 9 0 0 20 0 16 0 106029610 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11626] ppid=11607 vsize=10725652 memory=800 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11626/stat : 11626 (java) S 11607 11610 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106029747 10983067648 211859 33554432000 4194304 4196468 140725014004400 140541587047088 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 847436 KiB

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

[startup+245.82 s]
# the end of solver process 11610 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.379 s, system=0.692292 s

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

[startup+245.801 s]
/proc/loadavg: 2.41 3.13 2.73 3/218 11791
/proc/meminfo: memFree=23114404/32770624 swapFree=67028788/67108860
[pid=11610] ppid=11607 vsize=10927392 memory=855880 CPUtime=252.05 cores=1,3,5,7
/proc/11610/stat : 11610 (java) S 11607 11610 10029 0 -1 1077944320 41400 0 0 0 25137 68 0 0 20 0 17 0 106029604 11189649408 213970 33554432000 4194304 4196468 140725014004400 140725013986944 140542104112887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
/proc/11610/statm: 2731848 213970 3178 1 0 2694339 0
[pid=11610/tid=11612] ppid=11607 vsize=10927392 memory=6791534058613427641 CPUtime=244.47 cores=1,3,5,7
/proc/11610/task/11612/stat : 11612 (java) S 11607 11610 10029 0 -1 1077944384 14451 0 0 0 24438 9 0 0 20 0 17 0 106029604 11189649408 213970 33554432000 4194304 4196468 140725014004400 140542108355760 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11613] ppid=11607 vsize=10927392 memory=3328 CPUtime=0.85 cores=1,3,5,7
/proc/11610/task/11613/stat : 11613 (java) S 11607 11610 10029 0 -1 1077944384 788 0 0 0 74 11 0 0 20 0 17 0 106029605 11189649408 213970 33554432000 4194304 4196468 140725014004400 140542069394320 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11614] ppid=11607 vsize=10927392 memory=3008 CPUtime=0.84 cores=1,3,5,7
/proc/11610/task/11614/stat : 11614 (java) S 11607 11610 10029 0 -1 1077944384 720 0 0 0 73 11 0 0 20 0 17 0 106029605 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541709363984 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11615] ppid=11607 vsize=10927392 memory=280231317432768 CPUtime=0.85 cores=1,3,5,7
/proc/11610/task/11615/stat : 11615 (java) S 11607 11610 10029 0 -1 1077944384 942 0 0 0 74 11 0 0 20 0 17 0 106029605 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541708311696 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11616] ppid=11607 vsize=10927392 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/11610/task/11616/stat : 11616 (java) S 11607 11610 10029 0 -1 1077944384 1012 0 0 0 75 11 0 0 20 0 17 0 106029605 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541707258896 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11617] ppid=11607 vsize=10927392 memory=140114718097409 CPUtime=0.28 cores=1,3,5,7
/proc/11610/task/11617/stat : 11617 (java) S 11607 11610 10029 0 -1 1077944384 2793 0 0 0 28 0 0 0 20 0 17 0 106029606 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541596522608 140542104124034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11618] ppid=11607 vsize=10927392 memory=12772 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11618/stat : 11618 (java) S 11607 11610 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106029607 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541595468640 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11619] ppid=11607 vsize=10927392 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11619/stat : 11619 (java) S 11607 11610 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106029607 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541594416256 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11620] ppid=11607 vsize=10927392 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11620/stat : 11620 (java) S 11607 11610 10029 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 17 0 106029609 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541593364560 140542104131483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11621] ppid=11607 vsize=10927392 memory=3328 CPUtime=1.66 cores=1,3,5,7
/proc/11610/task/11621/stat : 11621 (java) S 11607 11610 10029 0 -1 1077944384 8019 0 0 0 166 0 0 0 20 0 17 0 106029609 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541592312432 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11622] ppid=11607 vsize=10927392 memory=3008 CPUtime=1.61 cores=1,3,5,7
/proc/11610/task/11622/stat : 11622 (java) S 11607 11610 10029 0 -1 1077944384 7155 0 0 0 160 1 0 0 20 0 17 0 106029609 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541591259632 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11623] ppid=11607 vsize=10927392 memory=2764 CPUtime=0.39 cores=1,3,5,7
/proc/11610/task/11623/stat : 11623 (java) S 11607 11610 10029 0 -1 1077944384 2751 0 0 0 38 1 0 0 20 0 17 0 106029609 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541590207344 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11624] ppid=11607 vsize=10927392 memory=796 CPUtime=0 cores=1,3,5,7
/proc/11610/task/11624/stat : 11624 (java) S 11607 11610 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106029609 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541589154784 140542104123093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
[pid=11610/tid=11625] ppid=11607 vsize=10927392 memory=1008 CPUtime=0.13 cores=1,3,5,7
/proc/11610/task/11625/stat : 11625 (java) S 11607 11610 10029 0 -1 1077944384 841 0 0 0 4 9 0 0 20 0 17 0 106029610 11189649408 213970 33554432000 4194304 4196468 140725014004400 140541588101552 140542104124034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140725014013046 140725014013198 140725014013198 140725014015951 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 855880 KiB

Child status: 143
Real time (s): 245.82
CPU time (s): 252.071
CPU user time (s): 251.379
CPU system time (s): 0.692292
CPU usage (%): 102.543
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 855880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.379
system time used= 0.692292
maximum resident set size= 858332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7588
involuntary context switches= 240


# summary of solver processes directly reported to runsolver:
#   pid: 11610
#   total CPU time (s): 252.071
#   total CPU user time (s): 251.379
#   total CPU system time (s): 0.692292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48563 second user time and 2.44879 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:17:44
IDJOB=4301814
IDBENCH=141364
IDSOLVER=2773
FILE ID=node102/4301814-1532884664
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

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

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=1479563898

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23822672 kB
MemAvailable:   28995676 kB
Buffers:          230540 kB
Cached:          5186752 kB
SwapCached:        53064 kB
Active:          4093700 kB
Inactive:        4320840 kB
Active(anon):    2923200 kB
Inactive(anon):    99168 kB
Active(file):    1170500 kB
Inactive(file):  4221672 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2576 kB
Writeback:             0 kB
AnonPages:       2854760 kB
Mapped:            49536 kB
Shmem:             22552 kB
Slab:             222232 kB
SReclaimable:     193332 kB
SUnreclaim:        28900 kB
KernelStack:        3600 kB
PageTables:        10900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5034564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2590720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

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