Trace number 4257992

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 2017-07-05SAT (TO)186 252.187 148.965

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-12-a3.xml
MD5SUM0a01517bf7d7882ddb7c2c03c4be0b51
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark1999.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints69
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":66},{"size":501,"count":12}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":10},{"degree":13,"count":2}]
Minimum constraint arity1
Maximum constraint arity66
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":66},{"arity":12,"count":1},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints67
Distribution of constraint types[{"type":"intension","count":67},{"type":"allDifferent","count":1},{"type":"ordered","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

157.92/56.81	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
157.92/56.81	c This is free software under the dual EPL/GNU LGPL licenses.
157.92/56.81	c See www.sat4j.org for details.
157.92/56.81	c That software uses the Rhino library from the Mozilla project.
157.92/56.81	c version CUSTOM.v20170705
157.92/56.81	c java.runtime.name	Java(TM) SE Runtime Environment
157.92/56.81	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
157.92/56.81	c java.vm.version	25.131-b11
157.92/56.81	c java.vm.vendor	Oracle Corporation
157.92/56.81	c sun.arch.data.model	64
157.92/56.81	c java.version		1.8.0_131
157.92/56.81	c os.name		Linux
157.92/56.81	c os.version		3.10.0-514.16.1.el7.x86_64
157.92/56.81	c os.arch		amd64
157.92/56.81	c Free memory 		499604488
157.92/56.81	c Max memory 		7247757312
157.92/56.81	c Total memory 		504889344
157.92/56.81	c Number of processors 	4
157.92/56.81	c c --- Begin Solver configuration ---
157.92/56.81	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
157.92/56.81	c Learn all clauses as in MiniSAT
157.92/56.81	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
157.92/56.81	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
157.92/56.81	c No reason simplification
157.92/56.81	c Glucose 2.1 dynamic restart strategy
157.92/56.81	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
157.92/56.81	c timeout=2147483s
157.92/56.81	c DB Simplification allowed=false
157.92/56.81	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
157.92/56.81	c --- End Solver configuration ---
157.92/56.81	c constraints type 
157.92/56.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
157.92/56.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1073001
157.92/56.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 52360011
157.92/56.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 156
157.92/56.81	c 53433324 constraints processed.
168.66/65.81	o 499
175.36/72.33	o 498
177.30/74.25	o 492
180.38/77.21	o 491
182.21/79.05	o 474
185.22/82.01	o 471
187.02/83.89	o 458
188.83/85.64	o 454
190.63/87.46	o 412
191.94/88.77	o 392
192.97/89.72	o 242
194.07/90.82	o 241
197.48/94.29	o 235
216.19/112.98	o 226
218.49/115.26	o 224
241.33/138.04	o 218
245.45/142.16	o 217
248.94/145.61	o 191
250.74/147.41	o 186
252.11/148.90	c starts		: 366
252.11/148.90	c conflicts		: 52468
252.11/148.90	c decisions		: 7763837
252.11/148.90	c propagations		: 238791508
252.11/148.90	c inspects		: 801069725
252.11/148.90	c shortcuts		: 0
252.11/148.90	c learnt literals	: 290
252.11/148.90	c learnt binary clauses	: 102
252.11/148.90	c learnt ternary clauses	: 107
252.11/148.90	c learnt constraints	: 52178
252.11/148.90	c ignored constraints	: 0
252.11/148.90	c root simplifications	: 0
252.11/148.90	c removed literals (reason simplification)	: 0
252.11/148.90	c reason swapping (by a shorter reason)	: 0
252.11/148.90	c Calls to reduceDB	: 8
252.11/148.90	c Number of update (reduction) of LBD	: 37928
252.11/148.90	c Imported unit clauses	: 0
252.11/148.90	c number of reductions to clauses (during analyze)	: 0
252.11/148.90	c number of learned constraints concerned by reduction	: 0
252.11/148.90	c number of learning phase by resolution	: 0
252.11/148.90	c number of learning phase by cutting planes	: 0
252.11/148.90	c number of rounding to 1 operations	: 0
252.11/148.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.11/148.90	c number of reductions of the coefficients by power 2 	: 0
252.11/148.90	c number of right shift for reduction by power 2 	: 0
252.11/148.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.11/148.90	c speed (assignments/second)	: 2593586.4885413274
252.11/148.90	c non guided choices	1087591
252.11/148.90	c learnt constraints type 
252.11/148.90	s SATISFIABLE
252.11/148.91	v <instantiation type="solution">
252.11/148.91	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>
252.11/148.91	v 	<values> 0 1 4 9 11 30 50 62 68 142 169 186 1 1 4 9 11 30 50 62 68 142 169 186 1 1 3 8 10 29 49 61 67 141 168 185 1 1 1 5 7 26 46 58 64 138 165 182 1 1 1 1 2 21 41 53 59 133 160 177 1 1 1 1 1 19 39 51 57 131 158 175 1 1 1 1 1 1 20 32 38 112 139 156 1 1 1 1 1 1 1 12 18 92 119 136 1 1 1 1 1 1 1 1 6 80 107 124 1 1 1 1 1 1 1 1 1 74 101 118 1 1 1 1 1 1 1 1 1 1 27 44 1 1 1 1 1 1 1 1 1 1 1 17 1 1 1 1 1 1 1 1 1 1 1 1 </values>
252.11/148.91	v </instantiation>
252.11/148.91	

Verifier Data

OK	186

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257992-1502646244/watcher-4257992-1502646244 -o /tmp/evaluation-result-4257992-1502646244/solver-4257992-1502646244 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257992-1502646244.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=10191, runsolver pid=10188

[startup+0.100153 s]*
/proc/loadavg: 2.76 3.05 3.26 2/196 10192
/proc/meminfo: memFree=28181896/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=30188 memory=1372 CPUtime=0 cores=1,3,5,7
/proc/10191/stat : 10191 (java) R 10188 10191 17093 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 66817710 30912512 343 18446744073709551615 4194304 4196468 140723141500048 140723141480744 139792557504123 0 0 1 0 0 0 0 17 5 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 7547 343 270 1 0 159 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 30188 KiB
Current children cumulated memory: 1372 KiB

[startup+0.21206 s]*
/proc/loadavg: 2.76 3.05 3.26 3/210 10206
/proc/meminfo: memFree=28164024/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10551156 memory=29264 CPUtime=0.08 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 4867 0 0 0 7 1 0 0 20 0 15 0 66817710 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2637789 7316 2702 1 0 2627261 0
[pid=10191/tid=10193] ppid=10188 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) R 10188 10191 17093 0 -1 4202560 2825 0 0 0 6 0 0 0 20 0 15 0 66817721 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139792559500168 139792555304093 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10194] ppid=10188 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10194/stat : 10194 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139792485701904 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10195] ppid=10188 vsize=10551156 memory=3547060921377404576 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10195/stat : 10195 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139792483596816 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) S 10188 10191 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10551156 memory=140656795891328 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66817723 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791917087216 139792555293314 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66817724 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791916033440 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66817724 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791914980848 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) R 10188 10191 17093 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 66817726 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791912876016 139792555293314 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) S 10188 10191 17093 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 66817726 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791911823472 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10551156 memory=140656795891328 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 66817726 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10551156 memory=140656795891328 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817730 10804383744 7316 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29264 KiB

[startup+0.31005 s]*
/proc/loadavg: 2.76 3.05 3.26 3/210 10206
/proc/meminfo: memFree=28153632/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10551156 memory=38252 CPUtime=0.23 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 7917 0 0 0 21 2 0 0 20 0 15 0 66817710 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2637789 9563 2827 1 0 2627261 0
[pid=10191/tid=10193] ppid=10188 vsize=10551156 memory=-7677926825137650786 CPUtime=0.16 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) R 10188 10191 17093 0 -1 4202560 5599 0 0 0 14 2 0 0 20 0 15 0 66817721 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139792559503088 139792555304093 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10194] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10194/stat : 10194 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139792485701904 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10195] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10195/stat : 10195 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139792483596816 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) S 10188 10191 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66817722 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10551156 memory=140656795891328 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66817723 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791917087216 139792555293314 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66817724 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791916033440 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66817724 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791914980848 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) S 10188 10191 17093 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 15 0 66817726 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791912876016 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) S 10188 10191 17093 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 15 0 66817726 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791911823472 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10551156 memory=140656795891328 CPUtime=0.04 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 390 0 0 0 4 0 0 0 20 0 15 0 66817726 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10551156 memory=140656795891328 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817730 10804383744 9563 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38252 KiB

[startup+0.700651 s]
/proc/loadavg: 2.76 3.05 3.26 4/210 10206
/proc/meminfo: memFree=28128536/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10551232 memory=140852 CPUtime=1.17 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 11542 0 0 0 113 4 0 0 20 0 15 0 66817710 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2637808 35213 3055 1 0 2627261 0
[pid=10191/tid=10193] ppid=10188 vsize=10551232 memory=228 CPUtime=0.54 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) R 10188 10191 17093 0 -1 4202560 6924 0 0 0 51 3 0 0 20 0 15 0 66817721 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139792559511000 139792144892442 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10194] ppid=10188 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10194/stat : 10194 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139792485701904 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10195] ppid=10188 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10195/stat : 10195 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10551232 memory=342 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817722 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139792483596816 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) S 10188 10191 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66817722 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66817723 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791917087216 139792555293314 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66817724 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791916033440 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10551232 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66817724 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791914980848 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10551232 memory=344 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10551232 memory=110 CPUtime=0.22 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) R 10188 10191 17093 0 -1 4202560 1198 0 0 0 22 0 0 0 20 0 15 0 66817726 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791912857032 139792538813650 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10551232 memory=7379241883359864663 CPUtime=0.21 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) R 10188 10191 17093 0 -1 4202560 978 0 0 0 21 0 0 0 20 0 15 0 66817726 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791911804488 139792538765652 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10551232 memory=7092415583339767400 CPUtime=0.17 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 1076 0 0 0 17 0 0 0 20 0 15 0 66817726 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10551232 memory=5787213844311467857 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10551232 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817730 10804461568 35213 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 140852 KiB

[startup+1.50085 s]
/proc/loadavg: 2.76 3.05 3.26 3/210 10206
/proc/meminfo: memFree=27961972/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10551232 memory=464260 CPUtime=2.92 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 12446 0 0 0 263 29 0 0 20 0 15 0 66817710 10804461568 116065 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2637808 116065 3084 1 0 2627261 0
[pid=10191/tid=10193] ppid=10188 vsize=10551232 memory=288230621803970871 CPUtime=1.13 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) S 10188 10191 17093 0 -1 1077944384 7006 0 0 0 107 6 0 0 20 0 15 0 66817721 10804461568 116065 18446744073709551615 4194304 4196468 140723141500048 139792559515840 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10194] ppid=10188 vsize=10551232 memory=13563795322702378 CPUtime=0.18 cores=1,3,5,7
/proc/10191/task/10194/stat : 10194 (java) R 10188 10191 17093 0 -1 4202560 80 0 0 0 14 4 0 0 20 0 15 0 66817722 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139792485701904 139792540310041 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10195] ppid=10188 vsize=10551232 memory=1444 CPUtime=0.19 cores=1,3,5,7
/proc/10191/task/10195/stat : 10195 (java) R 10188 10191 17093 0 -1 4202560 162 0 0 0 14 5 0 0 20 0 15 0 66817722 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792540310041 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10551232 memory=1228 CPUtime=0.2 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) R 10188 10191 17093 0 -1 4202560 177 0 0 0 15 5 0 0 20 0 15 0 66817722 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139792483597016 139792540310041 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10551232 memory=12200 CPUtime=0.2 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) R 10188 10191 17093 0 -1 4202560 207 0 0 0 15 5 0 0 20 0 15 0 66817722 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792540310041 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66817723 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791917085728 139792555292373 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66817724 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791916033440 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66817724 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791914980848 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10551232 memory=8944 CPUtime=0.4 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) S 10188 10191 17093 0 -1 1077944384 1240 0 0 0 40 0 0 0 20 0 15 0 66817726 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791912876016 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10551232 memory=15876 CPUtime=0.37 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) S 10188 10191 17093 0 -1 1077944384 1045 0 0 0 37 0 0 0 20 0 15 0 66817726 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791911823472 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10551232 memory=4048 CPUtime=0.18 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 1088 0 0 0 18 0 0 0 20 0 15 0 66817726 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10551232 memory=21172 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66817726 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66817730 10804461568 116577 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 464260 KiB

[startup+3.10987 s]
/proc/loadavg: 2.94 3.09 3.27 3/210 10206
/proc/meminfo: memFree=27545364/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10551232 memory=647484 CPUtime=7.18 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 13998 0 0 0 672 46 0 0 20 0 15 0 66817710 10804461568 161871 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2637808 161871 3092 1 0 2627261 0
[pid=10191/tid=10193] ppid=10188 vsize=10551232 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) R 10188 10191 17093 0 -1 4202560 7119 0 0 0 140 6 0 0 20 0 15 0 66817721 10804461568 161871 18446744073709551615 4194304 4196468 140723141500048 139792559520568 139792145257498 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0

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

/proc/10191/task/10195/stat : 10195 (java) S 10188 10191 17093 0 -1 1077944384 44648 0 0 0 3182 137 0 0 20 0 16 0 66817722 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10617796 memory=6989996 CPUtime=33.55 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) S 10188 10191 17093 0 -1 1077944384 46307 0 0 0 3226 129 0 0 20 0 16 0 66817722 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139792483596816 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10617796 memory=0 CPUtime=33.48 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) S 10188 10191 17093 0 -1 1077944384 50801 0 0 0 3214 134 0 0 20 0 16 0 66817722 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10617796 memory=1732 CPUtime=10.2 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 19145 0 0 0 1018 2 0 0 20 0 16 0 66817723 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791917087216 139792555293314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10617796 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 66817724 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791916033504 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10617796 memory=6989996 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 66817724 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791914980864 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66817726 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10617796 memory=1296 CPUtime=1.52 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) S 10188 10191 17093 0 -1 1077944384 4271 0 0 0 152 0 0 0 20 0 16 0 66817726 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791912876016 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10617796 memory=2420 CPUtime=1.66 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) S 10188 10191 17093 0 -1 1077944384 4394 0 0 0 165 1 0 0 20 0 16 0 66817726 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791911823472 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10617796 memory=152 CPUtime=0.37 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 3544 0 0 0 36 1 0 0 20 0 16 0 66817726 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10617796 memory=166 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66817726 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10617796 memory=6989996 CPUtime=0.05 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 383 0 0 0 2 3 0 0 20 0 16 0 66817730 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10300] ppid=10188 vsize=10617796 memory=6989996 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10300/stat : 10300 (java) S 10188 10191 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66823394 10872623104 1747499 18446744073709551615 4194304 4196468 140723141500048 139791907611952 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 205.58 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6989996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+148.701 s]
/proc/loadavg: 3.31 3.29 3.32 7/210 10377
/proc/meminfo: memFree=20247768/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10617796 memory=6990080 CPUtime=252.04 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 320776 0 0 0 24635 569 0 0 20 0 16 0 66817710 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2654449 1747520 3132 1 0 2643902 0
[pid=10191/tid=10193] ppid=10188 vsize=10617796 memory=6990080 CPUtime=104.54 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) R 10188 10191 17093 0 -1 4202560 87380 0 0 0 10435 19 0 0 20 0 16 0 66817721 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139792559513744 139792146104768 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10194] ppid=10188 vsize=10617796 memory=6990080 CPUtime=33.33 cores=1,3,5,7
/proc/10191/task/10194/stat : 10194 (java) S 10188 10191 17093 0 -1 1077944384 57542 0 0 0 3194 139 0 0 20 0 16 0 66817722 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139792485701904 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10195] ppid=10188 vsize=10617796 memory=6990080 CPUtime=33.19 cores=1,3,5,7
/proc/10191/task/10195/stat : 10195 (java) S 10188 10191 17093 0 -1 1077944384 44648 0 0 0 3182 137 0 0 20 0 16 0 66817722 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10617796 memory=6990080 CPUtime=33.55 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) S 10188 10191 17093 0 -1 1077944384 46307 0 0 0 3226 129 0 0 20 0 16 0 66817722 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139792483596816 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10617796 memory=6990080 CPUtime=33.48 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) S 10188 10191 17093 0 -1 1077944384 50801 0 0 0 3214 134 0 0 20 0 16 0 66817722 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10617796 memory=6990080 CPUtime=10.2 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 19199 0 0 0 1018 2 0 0 20 0 16 0 66817723 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791917087216 139792555293314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10617796 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 66817724 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791916033504 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 66817724 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791914980864 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10617796 memory=6990080 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66817726 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10617796 memory=4028 CPUtime=1.53 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) S 10188 10191 17093 0 -1 1077944384 4574 0 0 0 153 0 0 0 20 0 16 0 66817726 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791912876016 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10617796 memory=6990080 CPUtime=1.67 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) S 10188 10191 17093 0 -1 1077944384 4691 0 0 0 166 1 0 0 20 0 16 0 66817726 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791911823472 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10617796 memory=6990080 CPUtime=0.37 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 3778 0 0 0 36 1 0 0 20 0 16 0 66817726 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66817726 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10617796 memory=288230621803970871 CPUtime=0.09 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 427 0 0 0 4 5 0 0 20 0 16 0 66817730 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10300] ppid=10188 vsize=10617796 memory=6990080 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10300/stat : 10300 (java) S 10188 10191 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66823394 10872623104 1747520 18446744073709551615 4194304 4196468 140723141500048 139791907611952 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6990080 KiB

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

[startup+148.965 s]
# the end of solver process 10191 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.434 s, system=5.75272 s

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

[startup+148.805 s]
/proc/loadavg: 3.31 3.29 3.32 7/210 10377
/proc/meminfo: memFree=20247768/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10817488 memory=6990304 CPUtime=252.11 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 322254 0 0 0 24642 569 0 0 20 0 17 0 66817710 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2704372 1747576 3134 1 0 2693825 0
[pid=10191/tid=10193] ppid=10188 vsize=10817488 memory=6990080 CPUtime=104.63 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) S 10188 10191 17093 0 -1 1077944384 88445 0 0 0 10443 20 0 0 20 0 17 0 66817721 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792559525040 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10194] ppid=10188 vsize=10817488 memory=2420 CPUtime=33.33 cores=1,3,5,7
/proc/10191/task/10194/stat : 10194 (java) S 10188 10191 17093 0 -1 1077944384 57542 0 0 0 3194 139 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792485701904 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10195] ppid=10188 vsize=10817488 memory=6990080 CPUtime=33.19 cores=1,3,5,7
/proc/10191/task/10195/stat : 10195 (java) S 10188 10191 17093 0 -1 1077944384 44648 0 0 0 3182 137 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10817488 memory=6990080 CPUtime=33.55 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) S 10188 10191 17093 0 -1 1077944384 46307 0 0 0 3226 129 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792483596816 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10817488 memory=4300 CPUtime=33.48 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) S 10188 10191 17093 0 -1 1077944384 50801 0 0 0 3214 134 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10817488 memory=6990080 CPUtime=10.2 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 19209 0 0 0 1018 2 0 0 20 0 17 0 66817723 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791917087216 139792555293314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10817488 memory=6990080 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 66817724 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791916033504 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 66817724 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791914980864 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10817488 memory=37680 CPUtime=1.53 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) S 10188 10191 17093 0 -1 1077944384 4576 0 0 0 153 0 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791912876016 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10817488 memory=1296 CPUtime=1.67 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) S 10188 10191 17093 0 -1 1077944384 4706 0 0 0 166 1 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791911823472 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10817488 memory=2420 CPUtime=0.37 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 3780 0 0 0 36 1 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10817488 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10817488 memory=-8774313645642428999 CPUtime=0.09 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 427 0 0 0 4 5 0 0 20 0 17 0 66817730 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 252.11 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6990304 KiB

[startup+148.901 s]
/proc/loadavg: 3.31 3.29 3.32 7/210 10377
/proc/meminfo: memFree=20247768/32770624 swapFree=67108860/67108860
[pid=10191] ppid=10188 vsize=10817488 memory=6990304 CPUtime=252.11 cores=1,3,5,7
/proc/10191/stat : 10191 (java) S 10188 10191 17093 0 -1 1077944320 322254 0 0 0 24642 569 0 0 20 0 17 0 66817710 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 140723141482592 139792555282167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
/proc/10191/statm: 2704372 1747576 3134 1 0 2693825 0
[pid=10191/tid=10193] ppid=10188 vsize=10817488 memory=6990080 CPUtime=104.63 cores=1,3,5,7
/proc/10191/task/10193/stat : 10193 (java) S 10188 10191 17093 0 -1 1077944384 88445 0 0 0 10443 20 0 0 20 0 17 0 66817721 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792559525040 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10194] ppid=10188 vsize=10817488 memory=6990080 CPUtime=33.33 cores=1,3,5,7
/proc/10191/task/10194/stat : 10194 (java) S 10188 10191 17093 0 -1 1077944384 57542 0 0 0 3194 139 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792485701904 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10195] ppid=10188 vsize=10817488 memory=6990080 CPUtime=33.19 cores=1,3,5,7
/proc/10191/task/10195/stat : 10195 (java) S 10188 10191 17093 0 -1 1077944384 44648 0 0 0 3182 137 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792484649360 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10196] ppid=10188 vsize=10817488 memory=6990080 CPUtime=33.55 cores=1,3,5,7
/proc/10191/task/10196/stat : 10196 (java) S 10188 10191 17093 0 -1 1077944384 46307 0 0 0 3226 129 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792483596816 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10197] ppid=10188 vsize=10817488 memory=6990080 CPUtime=33.48 cores=1,3,5,7
/proc/10191/task/10197/stat : 10197 (java) S 10188 10191 17093 0 -1 1077944384 50801 0 0 0 3214 134 0 0 20 0 17 0 66817722 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139792482544272 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10198] ppid=10188 vsize=10817488 memory=1444 CPUtime=10.2 cores=1,3,5,7
/proc/10191/task/10198/stat : 10198 (java) S 10188 10191 17093 0 -1 1077944384 19209 0 0 0 1018 2 0 0 20 0 17 0 66817723 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791917087216 139792555293314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10199] ppid=10188 vsize=10817488 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10199/stat : 10199 (java) S 10188 10191 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 66817724 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791916033504 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10200] ppid=10188 vsize=10817488 memory=6990080 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10200/stat : 10200 (java) S 10188 10191 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 66817724 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791914980864 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10201] ppid=10188 vsize=10817488 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10201/stat : 10201 (java) S 10188 10191 17093 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791913929424 139792555300763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10202] ppid=10188 vsize=10817488 memory=6990080 CPUtime=1.53 cores=1,3,5,7
/proc/10191/task/10202/stat : 10202 (java) S 10188 10191 17093 0 -1 1077944384 4576 0 0 0 153 0 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791912876016 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10203] ppid=10188 vsize=10817488 memory=6990080 CPUtime=1.67 cores=1,3,5,7
/proc/10191/task/10203/stat : 10203 (java) S 10188 10191 17093 0 -1 1077944384 4706 0 0 0 166 1 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791911823472 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10204] ppid=10188 vsize=10817488 memory=288230574492221466 CPUtime=0.37 cores=1,3,5,7
/proc/10191/task/10204/stat : 10204 (java) S 10188 10191 17093 0 -1 1077944384 3780 0 0 0 36 1 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791910770928 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10205] ppid=10188 vsize=10817488 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/10191/task/10205/stat : 10205 (java) S 10188 10191 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66817726 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791909718624 139792555292373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
[pid=10191/tid=10206] ppid=10188 vsize=10817488 memory=6990080 CPUtime=0.09 cores=1,3,5,7
/proc/10191/task/10206/stat : 10206 (java) S 10188 10191 17093 0 -1 1077944384 427 0 0 0 4 5 0 0 20 0 17 0 66817730 11077107712 1747576 18446744073709551615 4194304 4196468 140723141500048 139791908666160 139792555293314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140723141505429 140723141505582 140723141505582 140723141509071 0
Current children cumulated CPU time: 252.11 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6990304 KiB

Child status: 143
Real time (s): 148.965
CPU time (s): 252.187
CPU user time (s): 246.434
CPU system time (s): 5.75272
CPU usage (%): 169.293
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6993260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.434
system time used= 5.75272
maximum resident set size= 6993260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7851
involuntary context switches= 1786


# summary of solver processes directly reported to runsolver:
#   pid: 10191
#   total CPU time (s): 252.187
#   total CPU user time (s): 246.434
#   total CPU system time (s): 5.75272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.989589 second user time and 1.39819 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:29:55
IDJOB=4257992
IDBENCH=126205
IDSOLVER=2643
FILE ID=node127/4257992-1502646244
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-12-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257992-1502646244/watcher-4257992-1502646244 -o /tmp/evaluation-result-4257992-1502646244/solver-4257992-1502646244 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257992-1502646244.xml

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

MD5SUM BENCH= 0a01517bf7d7882ddb7c2c03c4be0b51
RANDOM SEED=1906540808

node127.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.92
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.92
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.92
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.92
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:        28182160 kB
MemAvailable:   28618332 kB
Buffers:          200416 kB
Cached:           531828 kB
SwapCached:            0 kB
Active:          3945308 kB
Inactive:         212800 kB
Active(anon):    3375428 kB
Inactive(anon):    83872 kB
Active(file):     569880 kB
Inactive(file):   128928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             4 kB
AnonPages:       3425220 kB
Mapped:            59000 kB
Shmem:             33444 kB
Slab:             132108 kB
SReclaimable:     106400 kB
SUnreclaim:        25708 kB
KernelStack:        3440 kB
PageTables:        11552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4835096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3297280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:32:24