Trace number 4244193

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
R1: sat4j-CSP 2017-07-05SAT (TO)1143 2400.19 2391.74

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff18.xml
MD5SUM005f7ae7871747b1063e6e013b23478b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1143
Best CPU time to get the best result obtained on this benchmark6.26784
Satisfiable
(Un)Satisfiability was proved
Number of variables275
Number of constraints271
Number of domains32
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":6},{"size":31,"count":60},{"size":32,"count":209}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":270},{"degree":46,"count":5}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":225},{"arity":5,"count":1},{"arity":6,"count":45}]
Number of extensional constraints225
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":225},{"type":"ordered","count":1},{"type":"minimum","count":45}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

4.39/1.24	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.39/1.24	c This is free software under the dual EPL/GNU LGPL licenses.
4.39/1.24	c See www.sat4j.org for details.
4.39/1.24	c That software uses the Rhino library from the Mozilla project.
4.39/1.24	c version CUSTOM.v20170705
4.39/1.24	c java.runtime.name	Java(TM) SE Runtime Environment
4.39/1.24	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.39/1.24	c java.vm.version	25.131-b11
4.39/1.24	c java.vm.vendor	Oracle Corporation
4.39/1.24	c sun.arch.data.model	64
4.39/1.24	c java.version		1.8.0_131
4.39/1.24	c os.name		Linux
4.39/1.24	c os.version		3.10.0-514.16.1.el7.x86_64
4.39/1.24	c os.arch		amd64
4.39/1.24	c Free memory 		499604488
4.39/1.24	c Max memory 		7247757312
4.39/1.24	c Total memory 		504889344
4.39/1.24	c Number of processors 	8
4.39/1.24	c c --- Begin Solver configuration ---
4.39/1.24	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.39/1.24	c Learn all clauses as in MiniSAT
4.39/1.24	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.39/1.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.39/1.24	c No reason simplification
4.39/1.24	c Glucose 2.1 dynamic restart strategy
4.39/1.24	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
4.39/1.24	c timeout=2147483s
4.39/1.24	c DB Simplification allowed=false
4.39/1.24	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.39/1.24	c --- End Solver configuration ---
4.39/1.24	c constraints type 
4.39/1.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
4.39/1.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 458880
4.39/1.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 287426
4.39/1.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 548
4.39/1.24	c 747404 constraints processed.
8.39/3.99	o 2682
42.91/37.36	o 1670
78.79/73.06	o 1602
91.28/85.49	o 1308
176.76/170.84	o 1273
227.23/221.23	o 1222
500.85/494.19	o 1203
612.28/605.52	o 1163
1394.27/1386.85	o 1158
1739.32/1730.98	o 1143
2400.15/2391.71	c starts		: 7471
2400.15/2391.71	c conflicts		: 1813802
2400.15/2391.71	c decisions		: 24049583
2400.15/2391.71	c propagations		: 5059768129
2400.15/2391.71	c inspects		: 20447125552
2400.15/2391.71	c shortcuts		: 0
2400.15/2391.71	c learnt literals	: 198
2400.15/2391.71	c learnt binary clauses	: 6912
2400.15/2391.71	c learnt ternary clauses	: 12696
2400.15/2391.71	c learnt constraints	: 1813604
2400.15/2391.71	c ignored constraints	: 0
2400.15/2391.71	c root simplifications	: 0
2400.15/2391.71	c removed literals (reason simplification)	: 0
2400.15/2391.71	c reason swapping (by a shorter reason)	: 0
2400.15/2391.71	c Calls to reduceDB	: 140
2400.15/2391.71	c Number of update (reduction) of LBD	: 1098452
2400.15/2391.71	c Imported unit clauses	: 0
2400.15/2391.71	c number of reductions to clauses (during analyze)	: 0
2400.15/2391.71	c number of learned constraints concerned by reduction	: 0
2400.15/2391.71	c number of learning phase by resolution	: 0
2400.15/2391.71	c number of learning phase by cutting planes	: 0
2400.15/2391.71	c number of rounding to 1 operations	: 0
2400.15/2391.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.15/2391.71	c number of reductions of the coefficients by power 2 	: 0
2400.15/2391.71	c number of right shift for reduction by power 2 	: 0
2400.15/2391.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.15/2391.71	c speed (assignments/second)	: 2116667.2296032407
2400.15/2391.71	c non guided choices	6051188
2400.15/2391.71	c learnt constraints type 
2400.15/2391.71	s SATISFIABLE
2400.15/2391.72	v <instantiation type="solution">
2400.15/2391.72	v 	<list> x[0] x[1] x[2] x[3] x[4] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[30][0] drd[30][1] drd[30][2] drd[30][3] drd[30][4] drd[31][0] drd[31][1] drd[31][2] drd[31][3] drd[31][4] drd[32][0] drd[32][1] drd[32][2] drd[32][3] drd[32][4] drd[33][0] drd[33][1] drd[33][2] drd[33][3] drd[33][4] drd[34][0] drd[34][1] drd[34][2] drd[34][3] drd[34][4] drd[35][0] drd[35][1] drd[35][2] drd[35][3] drd[35][4] drd[36][0] drd[36][1] drd[36][2] drd[36][3] drd[36][4] drd[37][0] drd[37][1] drd[37][2] drd[37][3] drd[37][4] drd[38][0] drd[38][1] drd[38][2] drd[38][3] drd[38][4] drd[39][0] drd[39][1] drd[39][2] drd[39][3] drd[39][4] drd[40][0] drd[40][1] drd[40][2] drd[40][3] drd[40][4] drd[41][0] drd[41][1] drd[41][2] drd[41][3] drd[41][4] drd[42][0] drd[42][1] drd[42][2] drd[42][3] drd[42][4] drd[43][0] drd[43][1] drd[43][2] drd[43][3] drd[43][4] drd[44][0] drd[44][1] drd[44][2] drd[44][3] drd[44][4] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] </list>
2400.15/2391.72	v 	<values> 19 107 289 375 540 356 268 86 0 165 356 268 86 0 165 104 16 166 252 417 104 16 166 252 417 521 433 251 165 0 521 433 251 165 0 15 103 285 371 536 586 498 316 230 65 586 498 316 230 65 19 107 289 375 540 35 53 235 321 486 31 57 239 325 490 79 9 191 277 442 79 9 191 277 442 293 205 23 63 228 293 205 23 63 228 70 18 200 286 451 282 194 12 74 239 33 55 237 323 488 33 55 237 323 488 421 333 151 65 100 420 332 150 64 101 12 100 282 368 533 12 100 282 368 533 53 35 217 303 468 88 0 182 268 433 88 0 182 268 433 124 36 146 232 397 124 36 146 232 397 67 21 203 289 454 76 12 194 280 445 501 413 231 145 20 93 5 177 263 428 51 37 219 305 470 0 88 270 356 521 0 88 270 356 521 218 130 52 138 303 219 131 51 137 302 334 246 64 22 187 331 243 61 25 190 44 44 226 312 477 174 86 96 182 347 174 86 96 182 347 270 182 0 86 251 270 182 0 86 251 0 0 16 16 0 0 15 65 65 19 35 31 9 9 23 23 18 12 33 33 65 64 12 12 35 0 0 36 36 21 12 20 5 37 0 0 52 51 22 25 44 86 86 0 0 </values>
2400.15/2391.72	v </instantiation>
2400.15/2391.72	

Verifier Data

OK	1143

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244193-1500681746/watcher-4244193-1500681746 -o /tmp/evaluation-result-4244193-1500681746/solver-4244193-1500681746 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500676772-14303 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244193-1500681746.xml 

pid=16641
running on 8 cores: 1,3,5,7,9,11,13,15

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.85 7.88 6.39 2/264 16644
/proc/meminfo: memFree=30511340/32770624 swapFree=5720/215612
[pid=16644] ppid=16641 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 3440977 369864704 1935 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 90299 1935 1081 1 0 79210 0
[pid=16644/tid=16645] ppid=16641 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) S 16641 16644 14271 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3440978 369864704 1935 33554432000 4194304 4196468 140726219717648 140688656636320 140688652405378 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0

[startup+0.100064 s]
/proc/loadavg: 8.85 7.88 6.39 2/264 16644
/proc/meminfo: memFree=30511340/32770624 swapFree=5720/215612
[pid=16644] ppid=16641 vsize=10900456 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 4623 0 0 0 8 1 0 0 20 0 20 0 3440977 11162066944 6242 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2725114 6242 2634 1 0 2713552 0
[pid=16644/tid=16645] ppid=16641 vsize=10900456 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 2702 0 0 0 8 0 0 0 20 0 20 0 3440978 11162066944 6242 33554432000 4194304 4196468 140726219717648 140688656630960 140688652416157 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200391 s]
/proc/loadavg: 8.85 7.88 6.39 2/264 16644
/proc/meminfo: memFree=30511340/32770624 swapFree=5720/215612
[pid=16644] ppid=16641 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 6853 0 0 0 23 2 0 0 20 0 20 0 3440977 11162169344 8682 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2725139 8682 2895 1 0 2713552 0
[pid=16644/tid=16645] ppid=16641 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 4424 0 0 0 17 1 0 0 20 0 20 0 3440978 11162169344 8682 33554432000 4194304 4196468 140726219717648 140688656606064 140688638643856 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300369 s]
/proc/loadavg: 8.85 7.88 6.39 2/264 16644
/proc/meminfo: memFree=30511340/32770624 swapFree=5720/215612
[pid=16644] ppid=16641 vsize=10900556 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 7870 0 0 0 42 3 0 0 20 0 20 0 3440977 11162169344 10742 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2725139 10742 2988 1 0 2713552 0
[pid=16644/tid=16645] ppid=16641 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 4790 0 0 0 26 1 0 0 20 0 20 0 3440978 11162169344 10742 33554432000 4194304 4196468 140726219717648 140688656623960 140688636474718 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10900556

[startup+0.700304 s]
/proc/loadavg: 8.85 7.88 6.39 2/264 16644
/proc/meminfo: memFree=30511340/32770624 swapFree=5720/215612
[pid=16644] ppid=16641 vsize=10900632 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 13662 0 0 0 192 6 0 0 20 0 20 0 3440977 11162247168 36893 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2725158 36893 3088 1 0 2713552 0
[pid=16644/tid=16645] ppid=16641 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 5447 0 0 0 64 3 0 0 20 0 20 0 3440978 11162247168 36893 33554432000 4194304 4196468 140726219717648 140688656624200 140688250386299 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 10900632

[startup+1.50128 s]
/proc/loadavg: 8.85 7.88 6.39 12/284 16664
/proc/meminfo: memFree=30264404/32770624 swapFree=5720/215648
[pid=16644] ppid=16641 vsize=10967196 CPUtime=5.45 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 21957 0 0 0 517 28 0 0 20 0 21 0 3440977 11230408704 68301 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2741799 68301 3135 1 0 2730193 0
[pid=16644/tid=16645] ppid=16641 vsize=10967196 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 5506 0 0 0 135 4 0 0 20 0 21 0 3440978 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688656632696 140688251835743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16647] ppid=16641 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16647/stat : 16647 (java) S 16641 16644 14271 0 -1 1077944384 64 0 0 0 3 1 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688578468496 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16648] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16648/stat : 16648 (java) S 16641 16644 14271 0 -1 1077944384 82 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688577415696 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16649] ppid=16641 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16649/stat : 16649 (java) S 16641 16644 14271 0 -1 1077944384 78 0 0 0 4 2 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688576362896 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16650] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16650/stat : 16650 (java) S 16641 16644 14271 0 -1 1077944384 28 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688575310096 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16651] ppid=16641 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16651/stat : 16651 (java) S 16641 16644 14271 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688574258320 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16652] ppid=16641 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16652/stat : 16652 (java) S 16641 16644 14271 0 -1 1077944384 79 0 0 0 4 3 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688573205520 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16653] ppid=16641 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16653/stat : 16653 (java) S 16641 16644 14271 0 -1 1077944384 74 0 0 0 5 2 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688572152720 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16654] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16654/stat : 16654 (java) S 16641 16644 14271 0 -1 1077944384 67 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688571099920 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16655] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16655/stat : 16655 (java) S 16641 16644 14271 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 3440981 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688126523760 140688652405378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16656] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16656/stat : 16656 (java) S 16641 16644 14271 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3440982 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688125469728 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16657] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16657/stat : 16657 (java) S 16641 16644 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3440982 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688124416880 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16658] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16658/stat : 16658 (java) S 16641 16644 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440986 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688123365200 140688652412827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16659] ppid=16641 vsize=10967196 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16659/stat : 16659 (java) S 16641 16644 14271 0 -1 1077944384 3716 0 0 0 99 0 0 0 20 0 21 0 3440986 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688122313584 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16660] ppid=16641 vsize=10967196 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16660/stat : 16660 (java) R 16641 16644 14271 0 -1 4202560 3462 0 0 0 100 0 0 0 20 0 21 0 3440986 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688121249232 140688630544771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16661] ppid=16641 vsize=10967196 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16661/stat : 16661 (java) S 16641 16644 14271 0 -1 1077944384 5255 0 0 0 105 1 0 0 20 0 21 0 3440986 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688120207984 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16662] ppid=16641 vsize=10967196 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16662/stat : 16662 (java) S 16641 16644 14271 0 -1 1077944384 2046 0 0 0 45 0 0 0 20 0 21 0 3440986 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688119155184 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16663] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16663/stat : 16663 (java) S 16641 16644 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440986 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688118102624 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16664] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16664/stat : 16664 (java) S 16641 16644 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440987 11230408704 68301 33554432000 4194304 4196468 140726219717648 140688117049904 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 10967196

[startup+3.10083 s]
/proc/loadavg: 8.30 7.79 6.36 3/285 16665
/proc/meminfo: memFree=30244668/32770624 swapFree=5720/215648
[pid=16644] ppid=16641 vsize=10967196 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 22512 0 0 0 731 28 0 0 20 0 21 0 3440977 11230408704 68837 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2741799 68837 3148 1 0 2730193 0
[pid=16644/tid=16645] ppid=16641 vsize=10967196 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 5567 0 0 0 294 4 0 0 20 0 21 0 3440978 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688656632904 140688248353447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16647] ppid=16641 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16647/stat : 16647 (java) S 16641 16644 14271 0 -1 1077944384 64 0 0 0 3 1 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688578468496 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16648] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16648/stat : 16648 (java) S 16641 16644 14271 0 -1 1077944384 82 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688577415696 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16649] ppid=16641 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16649/stat : 16649 (java) S 16641 16644 14271 0 -1 1077944384 78 0 0 0 4 2 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688576362896 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16650] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16650/stat : 16650 (java) S 16641 16644 14271 0 -1 1077944384 28 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688575310096 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16651] ppid=16641 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16651/stat : 16651 (java) S 16641 16644 14271 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688574258320 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16652] ppid=16641 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16652/stat : 16652 (java) S 16641 16644 14271 0 -1 1077944384 79 0 0 0 4 3 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688573205520 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16653] ppid=16641 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16653/stat : 16653 (java) S 16641 16644 14271 0 -1 1077944384 74 0 0 0 5 2 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688572152720 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16654] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16654/stat : 16654 (java) S 16641 16644 14271 0 -1 1077944384 67 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688571099920 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16655] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16655/stat : 16655 (java) S 16641 16644 14271 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 3440981 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688126523760 140688652405378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16656] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16656/stat : 16656 (java) S 16641 16644 14271 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3440982 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688125469728 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16657] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16657/stat : 16657 (java) S 16641 16644 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3440982 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688124416880 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16658] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16658/stat : 16658 (java) S 16641 16644 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440986 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688123365200 140688652412827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16659] ppid=16641 vsize=10967196 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16659/stat : 16659 (java) S 16641 16644 14271 0 -1 1077944384 4096 0 0 0 116 0 0 0 20 0 21 0 3440986 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688122313584 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16660] ppid=16641 vsize=10967196 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16660/stat : 16660 (java) S 16641 16644 14271 0 -1 1077944384 3508 0 0 0 114 0 0 0 20 0 21 0 3440986 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688121260784 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16661] ppid=16641 vsize=10967196 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16661/stat : 16661 (java) S 16641 16644 14271 0 -1 1077944384 5280 0 0 0 125 1 0 0 20 0 21 0 3440986 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688120207984 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16662] ppid=16641 vsize=10967196 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16662/stat : 16662 (java) S 16641 16644 14271 0 -1 1077944384 2088 0 0 0 47 0 0 0 20 0 21 0 3440986 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688119155184 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16663] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16663/stat : 16663 (java) S 16641 16644 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440986 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688118102624 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16664] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16664/stat : 16664 (java) S 16641 16644 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440987 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688117049904 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16665] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16665/stat : 16665 (java) S 16641 16644 14271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3441105 11230408704 68837 33554432000 4194304 4196468 140726219717648 140688113410864 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 10967196

[startup+6.30085 s]
/proc/loadavg: 8.30 7.79 6.36 3/285 16665
/proc/meminfo: memFree=30240944/32770624 swapFree=5720/215660
[pid=16644] ppid=16641 vsize=10967196 CPUtime=11.34 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 30859 0 0 0 1104 30 0 0 20 0 21 0 3440977 11230408704 69158 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2741799 69158 3150 1 0 2730193 0
[pid=16644/tid=16645] ppid=16641 vsize=10967196 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 6707 0 0 0 614 4 0 0 20 0 21 0 3440978 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688656630288 140688251836244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16647] ppid=16641 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16647/stat : 16647 (java) S 16641 16644 14271 0 -1 1077944384 64 0 0 0 3 1 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688578468496 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16648] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16648/stat : 16648 (java) S 16641 16644 14271 0 -1 1077944384 82 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688577415696 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16649] ppid=16641 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16649/stat : 16649 (java) S 16641 16644 14271 0 -1 1077944384 78 0 0 0 4 2 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688576362896 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16650] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16650/stat : 16650 (java) S 16641 16644 14271 0 -1 1077944384 28 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688575310096 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16651] ppid=16641 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16651/stat : 16651 (java) S 16641 16644 14271 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688574258320 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16652] ppid=16641 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16652/stat : 16652 (java) S 16641 16644 14271 0 -1 1077944384 79 0 0 0 4 3 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688573205520 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16653] ppid=16641 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16653/stat : 16653 (java) S 16641 16644 14271 0 -1 1077944384 74 0 0 0 5 2 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688572152720 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16654] ppid=16641 vsize=10967196 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16654/stat : 16654 (java) S 16641 16644 14271 0 -1 1077944384 67 0 0 0 3 2 0 0 20 0 21 0 3440979 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688571099920 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16655] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16655/stat : 16655 (java) S 16641 16644 14271 0 -1 1077944384 650 0 0 0 0 0 0 0 20 0 21 0 3440981 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688126523760 140688652405378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16656] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16656/stat : 16656 (java) S 16641 16644 14271 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3440982 11230408704 69158 33554432000 4194304 4196468 140726219717648 140688125469728 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16657] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=16644/tid=16662] ppid=16641 vsize=10967196 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16662/stat : 16662 (java) S 16641 16644 14271 0 -1 1077944384 4892 0 0 0 52 1 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688119155184 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16663] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16663/stat : 16663 (java) S 16641 16644 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688118102624 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16664] ppid=16641 vsize=10967196 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16664/stat : 16664 (java) S 16641 16644 14271 0 -1 1077944384 2241 0 0 0 70 77 0 0 20 0 21 0 3440987 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688117049904 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16665] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16665/stat : 16665 (java) S 16641 16644 14271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3441105 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688113410864 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 2390.81
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.51 s]
/proc/loadavg: 1.00 1.04 1.86 2/257 17050
/proc/meminfo: memFree=31119264/32770624 swapFree=5720/217768
[pid=16644] ppid=16641 vsize=10967196 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 76668 0 0 0 239750 251 0 0 20 0 21 0 3440977 11230408704 223774 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2741799 223774 3155 1 0 2730193 0
[pid=16644/tid=16645] ppid=16641 vsize=10967196 CPUtime=2389.78 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 28670 0 0 0 238967 11 0 0 20 0 21 0 3440978 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688656625808 140688251835950 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16647] ppid=16641 vsize=10967196 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16647/stat : 16647 (java) S 16641 16644 14271 0 -1 1077944384 267 0 0 0 17 17 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688578468496 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16648] ppid=16641 vsize=10967196 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16648/stat : 16648 (java) S 16641 16644 14271 0 -1 1077944384 436 0 0 0 18 19 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688577415696 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16649] ppid=16641 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16649/stat : 16649 (java) S 16641 16644 14271 0 -1 1077944384 337 0 0 0 19 19 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688576362896 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16650] ppid=16641 vsize=10967196 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16650/stat : 16650 (java) S 16641 16644 14271 0 -1 1077944384 482 0 0 0 18 19 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688575310096 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16651] ppid=16641 vsize=10967196 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16651/stat : 16651 (java) S 16641 16644 14271 0 -1 1077944384 785 0 0 0 17 19 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688574258320 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16652] ppid=16641 vsize=10967196 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16652/stat : 16652 (java) S 16641 16644 14271 0 -1 1077944384 884 0 0 0 19 20 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688573205520 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16653] ppid=16641 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16653/stat : 16653 (java) S 16641 16644 14271 0 -1 1077944384 660 0 0 0 19 19 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688572152720 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16654] ppid=16641 vsize=10967196 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16654/stat : 16654 (java) S 16641 16644 14271 0 -1 1077944384 242 0 0 0 17 19 0 0 20 0 21 0 3440979 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688571099920 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16655] ppid=16641 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16655/stat : 16655 (java) S 16641 16644 14271 0 -1 1077944384 2018 0 0 0 3 3 0 0 20 0 21 0 3440981 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688126523760 140688652405378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16656] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16656/stat : 16656 (java) S 16641 16644 14271 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3440982 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688125469728 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16657] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16657/stat : 16657 (java) S 16641 16644 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3440982 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688124416880 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16658] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16658/stat : 16658 (java) S 16641 16644 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688123365200 140688652412827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16659] ppid=16641 vsize=10967196 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16659/stat : 16659 (java) S 16641 16644 14271 0 -1 1077944384 9561 0 0 0 155 2 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688122313584 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16660] ppid=16641 vsize=10967196 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16660/stat : 16660 (java) S 16641 16644 14271 0 -1 1077944384 11784 0 0 0 155 2 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688121260784 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16661] ppid=16641 vsize=10967196 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16661/stat : 16661 (java) S 16641 16644 14271 0 -1 1077944384 12021 0 0 0 193 2 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688120207984 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16662] ppid=16641 vsize=10967196 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16662/stat : 16662 (java) S 16641 16644 14271 0 -1 1077944384 4892 0 0 0 52 1 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688119155184 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16663] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16663/stat : 16663 (java) S 16641 16644 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440986 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688118102624 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16664] ppid=16641 vsize=10967196 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16664/stat : 16664 (java) S 16641 16644 14271 0 -1 1077944384 2241 0 0 0 70 77 0 0 20 0 21 0 3440987 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688117049904 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16665] ppid=16641 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16665/stat : 16665 (java) S 16641 16644 14271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3441105 11230408704 223774 33554432000 4194304 4196468 140726219717648 140688113410864 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10967196

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16644 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2391.61 s]
/proc/loadavg: 1.00 1.04 1.86 2/257 17050
/proc/meminfo: memFree=31119264/32770624 swapFree=5720/217768
[pid=16644] ppid=16641 vsize=11101352 CPUtime=2400.13 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 77164 0 0 0 239762 251 0 0 20 0 22 0 3440977 11367784448 223807 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2775338 223807 3157 1 0 2763732 0
[pid=16644/tid=16645] ppid=16641 vsize=11101352 CPUtime=2389.88 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) R 16641 16644 14271 0 -1 4202560 28731 0 0 0 238977 11 0 0 20 0 22 0 3440978 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688656631368 140688252867578 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16647] ppid=16641 vsize=11101352 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16647/stat : 16647 (java) S 16641 16644 14271 0 -1 1077944384 267 0 0 0 17 17 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688578468496 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16648] ppid=16641 vsize=11101352 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16648/stat : 16648 (java) S 16641 16644 14271 0 -1 1077944384 436 0 0 0 18 19 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688577415696 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16649] ppid=16641 vsize=11101352 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16649/stat : 16649 (java) S 16641 16644 14271 0 -1 1077944384 337 0 0 0 19 19 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688576362896 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16650] ppid=16641 vsize=11101352 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16650/stat : 16650 (java) S 16641 16644 14271 0 -1 1077944384 482 0 0 0 18 19 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688575310096 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16651] ppid=16641 vsize=11101352 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16651/stat : 16651 (java) S 16641 16644 14271 0 -1 1077944384 785 0 0 0 17 19 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688574258320 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16652] ppid=16641 vsize=11101352 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16652/stat : 16652 (java) S 16641 16644 14271 0 -1 1077944384 884 0 0 0 19 20 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688573205520 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16653] ppid=16641 vsize=11101352 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16653/stat : 16653 (java) S 16641 16644 14271 0 -1 1077944384 660 0 0 0 19 19 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688572152720 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16654] ppid=16641 vsize=11101352 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16654/stat : 16654 (java) S 16641 16644 14271 0 -1 1077944384 242 0 0 0 17 19 0 0 20 0 22 0 3440979 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688571099920 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16655] ppid=16641 vsize=11101352 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16655/stat : 16655 (java) S 16641 16644 14271 0 -1 1077944384 2018 0 0 0 3 3 0 0 20 0 22 0 3440981 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688126523760 140688652405378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16656] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16656/stat : 16656 (java) S 16641 16644 14271 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 22 0 3440982 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688125469728 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16657] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16657/stat : 16657 (java) S 16641 16644 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 3440982 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688124416880 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16658] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16658/stat : 16658 (java) S 16641 16644 14271 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 22 0 3440986 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688123365200 140688652412827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16659] ppid=16641 vsize=11101352 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16659/stat : 16659 (java) R 16641 16644 14271 0 -1 4202560 9608 0 0 0 156 2 0 0 20 0 22 0 3440986 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688122313880 140688636789120 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16660] ppid=16641 vsize=11101352 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16660/stat : 16660 (java) S 16641 16644 14271 0 -1 1077944384 11802 0 0 0 155 2 0 0 20 0 22 0 3440986 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688121260784 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16661] ppid=16641 vsize=11101352 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16661/stat : 16661 (java) S 16641 16644 14271 0 -1 1077944384 12036 0 0 0 193 2 0 0 20 0 22 0 3440986 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688120207984 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16662] ppid=16641 vsize=11101352 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16662/stat : 16662 (java) S 16641 16644 14271 0 -1 1077944384 5008 0 0 0 52 2 0 0 20 0 22 0 3440986 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688119155184 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16663] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16663/stat : 16663 (java) S 16641 16644 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3440986 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688118102624 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16664] ppid=16641 vsize=11101352 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16664/stat : 16664 (java) S 16641 16644 14271 0 -1 1077944384 2241 0 0 0 70 77 0 0 20 0 22 0 3440987 11367784448 223807 33554432000 4194304 4196468 140726219717648 140688117049904 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 2400.13
Current children cumulated vsize (KiB) 11101352

[startup+2391.7 s]
/proc/loadavg: 1.00 1.04 1.86 2/257 17050
/proc/meminfo: memFree=31119264/32770624 swapFree=5720/217768
[pid=16644] ppid=16641 vsize=11101352 CPUtime=2400.15 cores=1,3,5,7,9,11,13,15
/proc/16644/stat : 16644 (java) S 16641 16644 14271 0 -1 1077944320 77177 0 0 0 239764 251 0 0 20 0 22 0 3440977 11367784448 223809 33554432000 4194304 4196468 140726219717648 140726219700192 140688652394231 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
/proc/16644/statm: 2775338 223809 3157 1 0 2763732 0
[pid=16644/tid=16645] ppid=16641 vsize=11101352 CPUtime=2389.89 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16645/stat : 16645 (java) S 16641 16644 14271 0 -1 1077944384 28739 0 0 0 238978 11 0 0 20 0 22 0 3440978 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688656637104 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16647] ppid=16641 vsize=11101352 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16647/stat : 16647 (java) S 16641 16644 14271 0 -1 1077944384 267 0 0 0 17 17 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688578468496 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16648] ppid=16641 vsize=11101352 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16648/stat : 16648 (java) S 16641 16644 14271 0 -1 1077944384 436 0 0 0 18 19 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688577415696 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16649] ppid=16641 vsize=11101352 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16649/stat : 16649 (java) S 16641 16644 14271 0 -1 1077944384 337 0 0 0 19 19 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688576362896 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16650] ppid=16641 vsize=11101352 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16650/stat : 16650 (java) S 16641 16644 14271 0 -1 1077944384 482 0 0 0 18 19 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688575310096 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16651] ppid=16641 vsize=11101352 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16651/stat : 16651 (java) S 16641 16644 14271 0 -1 1077944384 785 0 0 0 17 19 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688574258320 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16652] ppid=16641 vsize=11101352 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16652/stat : 16652 (java) S 16641 16644 14271 0 -1 1077944384 884 0 0 0 19 20 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688573205520 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16653] ppid=16641 vsize=11101352 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16653/stat : 16653 (java) S 16641 16644 14271 0 -1 1077944384 660 0 0 0 19 19 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688572152720 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16654] ppid=16641 vsize=11101352 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16654/stat : 16654 (java) S 16641 16644 14271 0 -1 1077944384 242 0 0 0 17 19 0 0 20 0 22 0 3440979 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688571099920 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16655] ppid=16641 vsize=11101352 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16655/stat : 16655 (java) S 16641 16644 14271 0 -1 1077944384 2018 0 0 0 3 3 0 0 20 0 22 0 3440981 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688126523760 140688652405378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16656] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16656/stat : 16656 (java) S 16641 16644 14271 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 22 0 3440982 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688125469728 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16657] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16657/stat : 16657 (java) S 16641 16644 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 3440982 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688124416880 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16658] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16658/stat : 16658 (java) S 16641 16644 14271 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 22 0 3440986 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688123365200 140688652412827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16659] ppid=16641 vsize=11101352 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16659/stat : 16659 (java) S 16641 16644 14271 0 -1 1077944384 9613 0 0 0 157 2 0 0 20 0 22 0 3440986 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688122313584 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16660] ppid=16641 vsize=11101352 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16660/stat : 16660 (java) S 16641 16644 14271 0 -1 1077944384 11802 0 0 0 155 2 0 0 20 0 22 0 3440986 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688121260784 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16661] ppid=16641 vsize=11101352 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16661/stat : 16661 (java) S 16641 16644 14271 0 -1 1077944384 12036 0 0 0 193 2 0 0 20 0 22 0 3440986 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688120207984 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16662] ppid=16641 vsize=11101352 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16662/stat : 16662 (java) S 16641 16644 14271 0 -1 1077944384 5008 0 0 0 52 2 0 0 20 0 22 0 3440986 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688119155184 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16663] ppid=16641 vsize=11101352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16663/stat : 16663 (java) S 16641 16644 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3440986 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688118102624 140688652404437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
[pid=16644/tid=16664] ppid=16641 vsize=11101352 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/16644/task/16664/stat : 16664 (java) S 16641 16644 14271 0 -1 1077944384 2241 0 0 0 70 77 0 0 20 0 22 0 3440987 11367784448 223809 33554432000 4194304 4196468 140726219717648 140688117049904 140688652405378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19808256 140726219723947 140726219724100 140726219724100 140726219726799 0
Current children cumulated CPU time (s) 2400.15
Current children cumulated vsize (KiB) 11101352

Child status: 143
Real time (s): 2391.74
CPU time (s): 2400.19
CPU user time (s): 2397.66
CPU system time (s): 2.52482
CPU usage (%): 100.353
Max. virtual memory (cumulated for all children) (KiB): 11101352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.66
system time used= 2.52482
maximum resident set size= 895696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55299
involuntary context switches= 121941

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2554 second user time and 13.5319 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 02:02:26
IDJOB=4244193
IDBENCH=138379
IDSOLVER=2623
FILE ID=node140/4244193-1500681746
RUNJOBID= node140-1500676772-14303
PBS_JOBID= 20623028
Free space on /tmp= 61856 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244193-1500681746/watcher-4244193-1500681746 -o /tmp/evaluation-result-4244193-1500681746/solver-4244193-1500681746 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500676772-14303 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244193-1500681746.xml

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

MD5SUM BENCH= 005f7ae7871747b1063e6e013b23478b
RANDOM SEED=1907665328

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30511388 kB
MemAvailable:   30536728 kB
Buffers:           54544 kB
Cached:           280032 kB
SwapCached:            0 kB
Active:          1654468 kB
Inactive:         224436 kB
Active(anon):    1546880 kB
Inactive(anon):     8824 kB
Active(file):     107588 kB
Inactive(file):   215612 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1472 kB
Writeback:             0 kB
AnonPages:       1549880 kB
Mapped:            42324 kB
Shmem:              8852 kB
Slab:              68872 kB
SReclaimable:      35952 kB
SUnreclaim:        32920 kB
KernelStack:        4592 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2603648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1472512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61856 MiB
End job on node140 at 2017-07-22 02:42:18