Trace number 4289840

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)107 2400.37 2382.46

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-12_c18.xml
MD5SUMc13fad5df3b78eadb31ee9887672a536
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size144
Maximum domain size145
Distribution of domain sizes[{"size":144,"count":66},{"size":145,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":11,"count":11},{"degree":12,"count":1}]
Minimum constraint arity3
Maximum constraint arity66
Distribution of constraint arities[{"arity":3,"count":66},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints66
Distribution of constraint types[{"type":"intension","count":66},{"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

6.93/2.84	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
6.93/2.84	c This is free software under the dual EPL/GNU LGPL licenses.
6.93/2.84	c See www.sat4j.org for details.
6.93/2.84	c That software uses the Rhino library from the Mozilla project.
6.93/2.84	c version 2.3.6-SNAPSHOT
6.93/2.84	c java.runtime.name	Java(TM) SE Runtime Environment
6.93/2.84	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
6.93/2.84	c java.vm.version	25.131-b11
6.93/2.84	c java.vm.vendor	Oracle Corporation
6.93/2.84	c sun.arch.data.model	64
6.93/2.84	c java.version		1.8.0_131
6.93/2.84	c os.name		Linux
6.93/2.84	c os.version		3.10.0-514.16.1.el7.x86_64
6.93/2.84	c os.arch		amd64
6.93/2.84	c Free memory 		499604488
6.93/2.84	c Max memory 		7247757312
6.93/2.84	c Total memory 		504889344
6.93/2.84	c Number of processors 	4
6.93/2.84	c c --- Begin Solver configuration ---
6.93/2.84	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
6.93/2.84	c Learn all clauses as in MiniSAT
6.93/2.84	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
6.93/2.84	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
6.93/2.84	c No reason simplification
6.93/2.84	c Glucose 2.1 dynamic restart strategy
6.93/2.84	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
6.93/2.84	c timeout=2147483s
6.93/2.84	c DB Simplification allowed=false
6.93/2.84	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
6.93/2.84	c --- End Solver configuration ---
6.93/2.84	c constraints type 
6.93/2.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
6.93/2.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 308880
6.93/2.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4134240
6.93/2.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
6.93/2.84	c 4443408 constraints processed.
123.23/117.06	o 140
187.47/179.06	o 137
191.50/183.10	o 135
204.76/196.27	o 134
210.10/201.53	o 133
219.85/211.27	o 128
224.56/215.97	o 124
322.02/313.38	o 121
656.12/646.36	o 117
1003.37/992.20	o 116
1082.52/1068.16	o 115
1159.05/1144.65	o 112
2092.36/2075.52	o 110
2153.30/2136.40	o 107
2400.25/2382.40	c starts		: 10115
2400.25/2382.40	c conflicts		: 3819047
2400.25/2382.40	c decisions		: 47911226
2400.25/2382.40	c propagations		: 4077715620
2400.25/2382.40	c inspects		: 28547659612
2400.25/2382.40	c shortcuts		: 0
2400.25/2382.40	c learnt literals	: 6430
2400.25/2382.40	c learnt binary clauses	: 5107
2400.25/2382.40	c learnt ternary clauses	: 5092
2400.25/2382.40	c learnt constraints	: 3812617
2400.25/2382.40	c ignored constraints	: 0
2400.25/2382.40	c root simplifications	: 0
2400.25/2382.40	c removed literals (reason simplification)	: 0
2400.25/2382.40	c reason swapping (by a shorter reason)	: 0
2400.25/2382.40	c Calls to reduceDB	: 215
2400.25/2382.40	c Number of update (reduction) of LBD	: 2876571
2400.25/2382.40	c Imported unit clauses	: 0
2400.25/2382.40	c number of reductions to clauses (during analyze)	: 0
2400.25/2382.40	c number of learned constraints concerned by reduction	: 0
2400.25/2382.40	c number of learning phase by resolution	: 0
2400.25/2382.40	c number of learning phase by cutting planes	: 0
2400.25/2382.40	c number of rounding to 1 operations	: 0
2400.25/2382.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.25/2382.40	c number of reductions of the coefficients by power 2 	: 0
2400.25/2382.40	c number of right shift for reduction by power 2 	: 0
2400.25/2382.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.25/2382.40	c number of ending skipping 	: 0
2400.25/2382.40	c number of internal skipping 	: 0
2400.25/2382.40	c number of derivation steps 	: 0
2400.25/2382.40	c number of skipped derivation steps 	: 0
2400.25/2382.40	c number of remaining unassigned 	: 0
2400.25/2382.40	c number of remaining assigned 	: 0
2400.25/2382.40	c speed (assignments/second)	: 1713649.1800343846
2400.25/2382.40	c non guided choices	: 691951
2400.25/2382.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 5107
2400.25/2382.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 101026
2400.25/2382.43	s SATISFIABLE
2400.25/2382.43	v <instantiation type="solution">
2400.25/2382.43	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] 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[0][11] 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[1][11] 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[2][11] 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[3][11] 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[4][11] 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[5][11] 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[6][11] 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[7][11] 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[8][11] 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[9][11] 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] y[10][11] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[11][8] y[11][9] y[11][10] y[11][11] </list>
2400.25/2382.43	v 	<values> 0 1 3 23 52 63 68 80 89 93 99 107 1 1 3 23 52 63 68 80 89 93 99 107 1 1 2 22 51 62 67 79 88 92 98 106 1 1 1 20 49 60 65 77 86 90 96 104 1 1 1 1 29 40 45 57 66 70 76 84 1 1 1 1 1 11 16 28 37 41 47 55 1 1 1 1 1 1 5 17 26 30 36 44 1 1 1 1 1 1 1 12 21 25 31 39 1 1 1 1 1 1 1 1 9 13 19 27 1 1 1 1 1 1 1 1 1 4 10 18 1 1 1 1 1 1 1 1 1 1 6 14 1 1 1 1 1 1 1 1 1 1 1 8 1 1 1 1 1 1 1 1 1 1 1 1 </values>
2400.25/2382.43	v </instantiation>
2400.25/2382.43	

Verifier Data

OK	107

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289840-1532217322/watcher-4289840-1532217322 -o /tmp/evaluation-result-4289840-1532217322/solver-4289840-1532217322 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289840-1532217322.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 4.74 4.13 3.04 6/221 29305
/proc/meminfo: memFree=9123380/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10659012 memory=30992 CPUtime=0.13 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 6822 0 0 0 12 1 0 0 20 0 15 0 39295370 10914828288 7748 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2664753 7748 2816 1 0 2627263 0
[pid=29290/tid=29292] ppid=29287 vsize=10659012 memory=-8773748148829981818 CPUtime=0.09 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 4654 0 0 0 8 1 0 0 20 0 15 0 39295371 10914828288 7748 33554432000 4194304 4196468 140724207271104 139708227770224 139708223587485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 7748 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10659012 memory=140114907711104 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 7748 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 7748 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10659012 memory=140114907711104 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295373 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39295373 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707782325024 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39295373 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707781272688 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 26255 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707779168880 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10659012 memory=140114907711104 CPUtime=0.02 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) R 29287 29290 26255 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 39295376 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707777063792 139708223586906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10659012 memory=140114907711104 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 7748 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30992 KiB

[startup+0.211943 s]*
/proc/loadavg: 4.74 4.13 3.04 6/221 29305
/proc/meminfo: memFree=9112392/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10659012 memory=41616 CPUtime=0.34 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 8074 0 0 0 32 2 0 0 20 0 15 0 39295370 10914828288 10404 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2664753 10404 3008 1 0 2627263 0
[pid=29290/tid=29292] ppid=29287 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 5049 0 0 0 19 1 0 0 20 0 15 0 39295371 10914828288 10404 33554432000 4194304 4196468 140724207271104 139708227803920 139708207646046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 10404 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10659012 memory=288370491059422848 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 10404 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 10404 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10659012 memory=140114907711104 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295373 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39295373 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707782325024 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39295373 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707781272688 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 26255 0 -1 1077944384 693 0 0 0 2 0 0 0 20 0 15 0 39295376 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707779168880 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 15 0 39295376 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10659012 memory=140114907711104 CPUtime=0.07 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) R 29287 29290 26255 0 -1 4202560 644 0 0 0 7 0 0 0 20 0 15 0 39295376 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707777063792 139708207646046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10659012 memory=140114907711104 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295376 10914828288 10404 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41616 KiB

[startup+0.31061 s]*
/proc/loadavg: 4.74 4.13 3.04 8/221 29305
/proc/meminfo: memFree=9107740/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10659088 memory=47052 CPUtime=0.53 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 8899 0 0 0 51 2 0 0 20 0 15 0 39295370 10914906112 11763 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2664772 11763 3047 1 0 2627263 0
[pid=29290/tid=29292] ppid=29287 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 5655 0 0 0 29 1 0 0 20 0 15 0 39295371 10914906112 11763 33554432000 4194304 4196468 140724207271104 139708227798240 139707855698772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 11763 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10659088 memory=288370491059422848 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 11763 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 11763 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10659088 memory=140114907711104 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295373 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39295373 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707782325024 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39295373 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707781272688 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) R 29287 29290 26255 0 -1 4202560 786 0 0 0 4 0 0 0 20 0 15 0 39295376 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707779168880 139708201801945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 371 0 0 0 5 0 0 0 20 0 15 0 39295376 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10659088 memory=140114907711104 CPUtime=0.12 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 26255 0 -1 1077944384 720 0 0 0 12 0 0 0 20 0 15 0 39295376 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707777063792 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10659088 memory=140114907711104 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295376 10914906112 11763 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47052 KiB

[startup+0.700749 s]
/proc/loadavg: 4.74 4.13 3.04 8/221 29305
/proc/meminfo: memFree=9079324/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10659088 memory=102332 CPUtime=1.52 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 12383 0 0 0 149 3 0 0 20 0 15 0 39295370 10914906112 25583 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2664772 25583 3097 1 0 2627263 0
[pid=29290/tid=29292] ppid=29287 vsize=10659088 memory=1844 CPUtime=0.67 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 5752 0 0 0 66 1 0 0 20 0 15 0 39295371 10914906112 25583 33554432000 4194304 4196468 140724207271104 139708227801648 139707856464401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 25583 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 25583 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10659088 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 25583 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10659088 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295371 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39295373 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39295373 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707782325024 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39295373 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707781272688 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10659088 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10659088 memory=6296683612537770333 CPUtime=0.32 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 26255 0 -1 1077944384 1999 0 0 0 32 0 0 0 20 0 15 0 39295376 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707779168880 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10659088 memory=7595725831727968097 CPUtime=0.34 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 2465 0 0 0 34 0 0 0 20 0 15 0 39295376 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10659088 memory=7810487918915055718 CPUtime=0.16 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 26255 0 -1 1077944384 797 0 0 0 16 0 0 0 20 0 15 0 39295376 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707777063792 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39295376 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39295376 10914906112 25583 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 102332 KiB

[startup+1.50076 s]
/proc/loadavg: 4.74 4.13 3.04 8/221 29305
/proc/meminfo: memFree=8980160/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10659088 memory=338044 CPUtime=3.54 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 18285 0 0 0 331 23 0 0 20 0 15 0 39295370 10914906112 84511 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2664772 84511 3134 1 0 2627263 0
[pid=29290/tid=29292] ppid=29287 vsize=10659088 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 6654 0 0 0 127 3 0 0 20 0 15 0 39295371 10914906112 84511 33554432000 4194304 4196468 140724207271104 139708227799456 139707857114016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10659088 memory=-6951259422114956437 CPUtime=0.16 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 361 0 0 0 13 3 0 0 20 0 15 0 39295371 10914906112 84511 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10659088 memory=-6509546260019855295 CPUtime=0.16 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 331 0 0 0 12 4 0 0 20 0 15 0 39295371 10914906112 84511 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10659088 memory=-7390251449858225344 CPUtime=0.17 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 475 0 0 0 13 4 0 0 20 0 15 0 39295371 10914906112 84511 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10659088 memory=4134692831991786133 CPUtime=0.16 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 248 0 0 0 12 4 0 0 20 0 15 0 39295371 10914906112 84511 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 359 0 0 0 0 0 0 0 20 0 15 0 39295373 10914906112 84511 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0

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

/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 6453 0 0 0 358 74 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10727700 memory=3030740 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 6581 0 0 0 359 73 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10727700 memory=3030740 CPUtime=4.31 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 7081 0 0 0 356 75 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10727700 memory=3030740 CPUtime=1.04 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 10549 0 0 0 101 3 0 0 20 0 16 0 39295373 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10727700 memory=3030740 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 39295373 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707782325088 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10727700 memory=3030740 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 39295373 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707781272704 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10727700 memory=3030740 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10727700 memory=3030740 CPUtime=1.66 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 26255 0 -1 1077944384 11037 0 0 0 165 1 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707779168880 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10727700 memory=56 CPUtime=1.48 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 7150 0 0 0 147 1 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10727700 memory=3030740 CPUtime=0.43 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 26255 0 -1 1077944384 6112 0 0 0 41 2 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707777063792 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10727700 memory=14060 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10727700 memory=3030740 CPUtime=1.33 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1918 0 0 0 61 72 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29306] ppid=29287 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39295656 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707773903536 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 2340.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3030740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.2 s]
/proc/loadavg: 2.00 2.01 2.13 3/222 29568
/proc/meminfo: memFree=13821968/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10727700 memory=3030740 CPUtime=2400.04 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 124436 0 0 0 239620 384 0 0 20 0 16 0 39295370 10985164800 757685 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2681925 757685 3182 1 0 2644416 0
[pid=29290/tid=29292] ppid=29287 vsize=10727700 memory=3220 CPUtime=2376.68 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 59835 0 0 0 237654 14 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139708227804064 139707858311704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10727700 memory=3030740 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 6153 0 0 0 358 74 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10727700 memory=1408 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 6453 0 0 0 358 74 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10727700 memory=3184 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 6581 0 0 0 359 73 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10727700 memory=351936 CPUtime=4.31 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 7081 0 0 0 356 75 0 0 20 0 16 0 39295371 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10727700 memory=6791534058613427641 CPUtime=1.04 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 10560 0 0 0 101 3 0 0 20 0 16 0 39295373 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10727700 memory=3030740 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 39295373 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707782325088 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10727700 memory=3224 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 39295373 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707781272704 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10727700 memory=3030740 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10727700 memory=288230574492221466 CPUtime=1.66 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 26255 0 -1 1077944384 11041 0 0 0 165 1 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707779168880 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10727700 memory=288230621803970871 CPUtime=1.48 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 7161 0 0 0 147 1 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10727700 memory=16097065801353040 CPUtime=0.43 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 26255 0 -1 1077944384 6116 0 0 0 41 2 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707777063792 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10727700 memory=16097065801353040 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10727700 memory=1572 CPUtime=1.38 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1977 0 0 0 63 75 0 0 20 0 16 0 39295376 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29306] ppid=29287 vsize=10727700 memory=928 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39295656 10985164800 757685 33554432000 4194304 4196468 140724207271104 139707773903536 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3030740 KiB

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

[startup+2382.31 s]
/proc/loadavg: 2.00 2.01 2.13 3/222 29568
/proc/meminfo: memFree=13821968/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10927392 memory=3030972 CPUtime=2400.15 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 125286 0 0 0 239631 384 0 0 20 0 17 0 39295370 11189649408 757743 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2731848 757743 3184 1 0 2694339 0
[pid=29290/tid=29292] ppid=29287 vsize=10927392 memory=3030740 CPUtime=2376.78 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 60003 0 0 0 237664 14 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708227804064 139707858563394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10927392 memory=3030740 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 6153 0 0 0 358 74 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10927392 memory=3030740 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 6453 0 0 0 358 74 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10927392 memory=3030740 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 6581 0 0 0 359 73 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10927392 memory=3030740 CPUtime=4.31 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 7081 0 0 0 356 75 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10927392 memory=3030740 CPUtime=1.04 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 10560 0 0 0 101 3 0 0 20 0 17 0 39295373 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10927392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 39295373 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707782325088 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10927392 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 39295373 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707781272704 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10927392 memory=3030740 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10927392 memory=3030740 CPUtime=1.66 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 26255 0 -1 1077944384 11055 0 0 0 165 1 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707779168880 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10927392 memory=3030740 CPUtime=1.48 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 7203 0 0 0 147 1 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10927392 memory=1240 CPUtime=0.44 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 26255 0 -1 1077944384 6374 0 0 0 42 2 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707777063792 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10927392 memory=3030740 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10927392 memory=4036 CPUtime=1.38 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1977 0 0 0 63 75 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 2400.15 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3030972 KiB

[startup+2382.46 s]
# the end of solver process 29290 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.5 s, system=3.8613 s

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

[startup+2382.4 s]
/proc/loadavg: 2.00 2.01 2.13 3/222 29568
/proc/meminfo: memFree=13821968/32770624 swapFree=67108860/67108860
[pid=29290] ppid=29287 vsize=10927392 memory=3030972 CPUtime=2400.25 cores=1,3,5,7
/proc/29290/stat : 29290 (java) S 29287 29290 26255 0 -1 1077944320 125289 0 0 0 239641 384 0 0 20 0 17 0 39295370 11189649408 757743 33554432000 4194304 4196468 140724207271104 140724207253648 139708223565559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
/proc/29290/statm: 2731848 757743 3184 1 0 2694339 0
[pid=29290/tid=29292] ppid=29287 vsize=10927392 memory=3220 CPUtime=2376.88 cores=1,3,5,7
/proc/29290/task/29292/stat : 29292 (java) R 29287 29290 26255 0 -1 4202560 60005 0 0 0 237674 14 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708227804568 139707858563376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29293] ppid=29287 vsize=10927392 memory=3030740 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 26255 0 -1 1077944384 6153 0 0 0 358 74 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708176186256 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29294] ppid=29287 vsize=10927392 memory=6791534058613427641 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 26255 0 -1 1077944384 6453 0 0 0 358 74 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708175133456 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29295] ppid=29287 vsize=10927392 memory=4312 CPUtime=4.32 cores=1,3,5,7
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 26255 0 -1 1077944384 6581 0 0 0 359 73 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139708174081168 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29296] ppid=29287 vsize=10927392 memory=2196 CPUtime=4.31 cores=1,3,5,7
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 26255 0 -1 1077944384 7081 0 0 0 356 75 0 0 20 0 17 0 39295371 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707827280912 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29297] ppid=29287 vsize=10927392 memory=3030740 CPUtime=1.04 cores=1,3,5,7
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 26255 0 -1 1077944384 10560 0 0 0 101 3 0 0 20 0 17 0 39295373 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707783379056 139708223576706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29298] ppid=29287 vsize=10927392 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 26255 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 39295373 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707782325088 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29299] ppid=29287 vsize=10927392 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 26255 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 39295373 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707781272704 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29300] ppid=29287 vsize=10927392 memory=8844 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 26255 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707780221008 139708223584155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29301] ppid=29287 vsize=10927392 memory=1788 CPUtime=1.66 cores=1,3,5,7
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 26255 0 -1 1077944384 11055 0 0 0 165 1 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707779168880 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29302] ppid=29287 vsize=10927392 memory=3030740 CPUtime=1.48 cores=1,3,5,7
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 26255 0 -1 1077944384 7203 0 0 0 147 1 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707778116080 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29303] ppid=29287 vsize=10927392 memory=8384 CPUtime=0.44 cores=1,3,5,7
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 26255 0 -1 1077944384 6375 0 0 0 42 2 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707777063792 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29304] ppid=29287 vsize=10927392 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707776011232 139708223575765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
[pid=29290/tid=29305] ppid=29287 vsize=10927392 memory=16432 CPUtime=1.38 cores=1,3,5,7
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 26255 0 -1 1077944384 1977 0 0 0 63 75 0 0 20 0 17 0 39295376 11189649408 757743 33554432000 4194304 4196468 140724207271104 139707774958000 139708223576706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11440128 140724207273073 140724207273225 140724207273225 140724207275983 0
Current children cumulated CPU time: 2400.25 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3030972 KiB

Child status: 143
Real time (s): 2382.46
CPU time (s): 2400.37
CPU user time (s): 2396.5
CPU system time (s): 3.8613
CPU usage (%): 100.752
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3030972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.5
system time used= 3.8613
maximum resident set size= 3031308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54492
involuntary context switches= 1719


# summary of solver processes directly reported to runsolver:
#   pid: 29290
#   total CPU time (s): 2400.37
#   total CPU user time (s): 2396.5
#   total CPU system time (s): 3.8613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6067 second user time and 24.1411 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 01:55:22
IDJOB=4289840
IDBENCH=141373
IDSOLVER=2742
FILE ID=node133/4289840-1532217322
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-12_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289840-1532217322/watcher-4289840-1532217322 -o /tmp/evaluation-result-4289840-1532217322/solver-4289840-1532217322 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289840-1532217322.xml

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

MD5SUM BENCH= c13fad5df3b78eadb31ee9887672a536
RANDOM SEED=885882581

node133.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.24
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.24
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.24
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.24
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:         9143176 kB
MemAvailable:   23892348 kB
Buffers:          218720 kB
Cached:         14610644 kB
SwapCached:            0 kB
Active:          9194520 kB
Inactive:       13723452 kB
Active(anon):    8091516 kB
Inactive(anon):    17024 kB
Active(file):    1103004 kB
Inactive(file): 13706428 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:       8060808 kB
Mapped:            46888 kB
Shmem:             17056 kB
Slab:             395572 kB
SReclaimable:     368200 kB
SUnreclaim:        27372 kB
KernelStack:        3904 kB
PageTables:        21132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7833600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 02:35:05