Trace number 4257978

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)3458 244.77699 240.28101

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff54.xml
MD5SUM76d2700a299711a8f7ac3a1d3d618278
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3420
Best CPU time to get the best result obtained on this benchmark0.41868401
Satisfiable
(Un)Satisfiability was proved
Number of variables199
Number of constraints197
Number of domains36
Minimum domain size34
Maximum domain size36
Distribution of domain sizes[{"size":34,"count":4},{"size":35,"count":76},{"size":36,"count":119}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":196},{"degree":50,"count":3}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":147},{"arity":3,"count":1},{"arity":4,"count":49}]
Number of extensional constraints147
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":147},{"type":"ordered","count":1},{"type":"minimum","count":49}]
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

2.72/1.15	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.72/1.15	c This is free software under the dual EPL/GNU LGPL licenses.
2.72/1.15	c See www.sat4j.org for details.
2.72/1.15	c That software uses the Rhino library from the Mozilla project.
2.72/1.15	c version CUSTOM.v20170705
2.72/1.15	c java.runtime.name	Java(TM) SE Runtime Environment
2.72/1.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.72/1.15	c java.vm.version	25.131-b11
2.72/1.15	c java.vm.vendor	Oracle Corporation
2.72/1.15	c sun.arch.data.model	64
2.72/1.15	c java.version		1.8.0_131
2.72/1.15	c os.name		Linux
2.72/1.15	c os.version		3.10.0-514.16.1.el7.x86_64
2.72/1.15	c os.arch		amd64
2.72/1.15	c Free memory 		499604488
2.72/1.15	c Max memory 		7247757312
2.72/1.15	c Total memory 		504889344
2.72/1.15	c Number of processors 	4
2.72/1.15	c c --- Begin Solver configuration ---
2.72/1.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.72/1.15	c Learn all clauses as in MiniSAT
2.72/1.15	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.72/1.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.72/1.15	c No reason simplification
2.72/1.15	c Glucose 2.1 dynamic restart strategy
2.72/1.15	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
2.72/1.15	c timeout=2147483s
2.72/1.15	c DB Simplification allowed=false
2.72/1.15	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.72/1.15	c --- End Solver configuration ---
2.72/1.15	c constraints type 
2.72/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 398
2.72/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378756
2.72/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 230385
2.72/1.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 396
2.72/1.15	c 609935 constraints processed.
6.89/3.70	o 4985
27.50/23.64	o 4443
46.80/42.76	o 3596
91.98/87.78	o 3506
173.29/168.99	o 3460
180.81/176.49	o 3458
244.54/240.26	c starts		: 2786
244.54/240.26	c conflicts		: 770697
244.54/240.26	c decisions		: 12685841
244.54/240.26	c propagations		: 533375680
244.54/240.26	c inspects		: 1757591500
244.54/240.26	c shortcuts		: 0
244.54/240.26	c learnt literals	: 74
244.54/240.26	c learnt binary clauses	: 5022
244.54/240.26	c learnt ternary clauses	: 6066
244.54/240.26	c learnt constraints	: 770623
244.54/240.26	c ignored constraints	: 0
244.54/240.26	c root simplifications	: 0
244.54/240.26	c removed literals (reason simplification)	: 0
244.54/240.26	c reason swapping (by a shorter reason)	: 0
244.54/240.26	c Calls to reduceDB	: 69
244.54/240.26	c Number of update (reduction) of LBD	: 484557
244.54/240.26	c Imported unit clauses	: 0
244.54/240.26	c number of reductions to clauses (during analyze)	: 0
244.54/240.26	c number of learned constraints concerned by reduction	: 0
244.54/240.26	c number of learning phase by resolution	: 0
244.54/240.26	c number of learning phase by cutting planes	: 0
244.54/240.26	c number of rounding to 1 operations	: 0
244.54/240.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
244.54/240.26	c number of reductions of the coefficients by power 2 	: 0
244.54/240.26	c number of right shift for reduction by power 2 	: 0
244.54/240.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
244.54/240.26	c speed (assignments/second)	: 2230829.3425570806
244.54/240.26	c non guided choices	2696087
244.54/240.26	c learnt constraints type 
244.54/240.26	s SATISFIABLE
244.54/240.26	v <instantiation type="solution">
244.54/240.26	v 	<list> x[0] x[1] x[2] drd[0][0] drd[0][1] drd[0][2] drd[1][0] drd[1][1] drd[1][2] drd[2][0] drd[2][1] drd[2][2] drd[3][0] drd[3][1] drd[3][2] drd[4][0] drd[4][1] drd[4][2] drd[5][0] drd[5][1] drd[5][2] drd[6][0] drd[6][1] drd[6][2] drd[7][0] drd[7][1] drd[7][2] drd[8][0] drd[8][1] drd[8][2] drd[9][0] drd[9][1] drd[9][2] drd[10][0] drd[10][1] drd[10][2] drd[11][0] drd[11][1] drd[11][2] drd[12][0] drd[12][1] drd[12][2] drd[13][0] drd[13][1] drd[13][2] drd[14][0] drd[14][1] drd[14][2] drd[15][0] drd[15][1] drd[15][2] drd[16][0] drd[16][1] drd[16][2] drd[17][0] drd[17][1] drd[17][2] drd[18][0] drd[18][1] drd[18][2] drd[19][0] drd[19][1] drd[19][2] drd[20][0] drd[20][1] drd[20][2] drd[21][0] drd[21][1] drd[21][2] drd[22][0] drd[22][1] drd[22][2] drd[23][0] drd[23][1] drd[23][2] drd[24][0] drd[24][1] drd[24][2] drd[25][0] drd[25][1] drd[25][2] drd[26][0] drd[26][1] drd[26][2] drd[27][0] drd[27][1] drd[27][2] drd[28][0] drd[28][1] drd[28][2] drd[29][0] drd[29][1] drd[29][2] drd[30][0] drd[30][1] drd[30][2] drd[31][0] drd[31][1] drd[31][2] drd[32][0] drd[32][1] drd[32][2] drd[33][0] drd[33][1] drd[33][2] drd[34][0] drd[34][1] drd[34][2] drd[35][0] drd[35][1] drd[35][2] drd[36][0] drd[36][1] drd[36][2] drd[37][0] drd[37][1] drd[37][2] drd[38][0] drd[38][1] drd[38][2] drd[39][0] drd[39][1] drd[39][2] drd[40][0] drd[40][1] drd[40][2] drd[41][0] drd[41][1] drd[41][2] drd[42][0] drd[42][1] drd[42][2] drd[43][0] drd[43][1] drd[43][2] drd[44][0] drd[44][1] drd[44][2] drd[45][0] drd[45][1] drd[45][2] drd[46][0] drd[46][1] drd[46][2] drd[47][0] drd[47][1] drd[47][2] drd[48][0] drd[48][1] drd[48][2] 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] dr[45] dr[46] dr[47] dr[48] </list>
244.54/240.26	v 	<values> 155 579 818 62 486 725 49 473 712 49 473 712 755 331 92 755 331 92 53 477 716 104 528 767 104 528 767 155 579 818 614 190 49 614 190 49 116 308 547 117 307 546 388 36 275 387 37 276 5 419 658 0 424 663 19 405 644 18 406 645 185 239 478 185 239 478 133 557 796 2 422 661 2 422 661 19 443 682 19 443 682 100 524 763 100 524 763 719 295 56 719 295 56 159 265 504 157 267 506 369 55 294 663 239 0 663 239 0 550 126 113 550 126 113 448 24 215 448 24 215 493 69 170 492 68 171 68 356 595 77 347 586 134 558 797 424 0 239 424 0 239 121 545 784 127 551 790 86 510 749 62 49 49 92 92 53 104 104 155 49 49 116 117 36 37 5 0 19 18 185 185 133 2 2 19 19 100 100 56 56 159 157 55 0 0 113 113 24 24 69 68 68 77 134 0 0 121 127 86 </values>
244.54/240.26	v </instantiation>
244.54/240.26	

Verifier Data

OK	3458

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-4257978-1501657271/watcher-4257978-1501657271 -o /tmp/evaluation-result-4257978-1501657271/solver-4257978-1501657271 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257978-1501657271.xml 

pid=14875
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 6.16 4.48 3.68 6/194 14878
/proc/meminfo: memFree=23679864/32770624 swapFree=0/239764
[pid=14878] ppid=14875 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14878/stat : 14878 (runsolver) D 14875 14878 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14350167 24240128 106 18446744073709551615 4194304 4338465 140724377966096 140724377963736 140207018140375 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 11255808 140724377972871 140724377973318 140724377973318 140724377976778 0
/proc/14878/statm: 5918 106 53 36 0 2156 0

[startup+0.101671 s]
/proc/loadavg: 6.16 4.48 3.68 6/194 14878
/proc/meminfo: memFree=23679864/32770624 swapFree=0/239764
[pid=14878] ppid=14875 vsize=10152700 CPUtime=0.04 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 3931 0 0 0 3 1 0 0 20 0 10 0 14350167 10396364800 5048 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2538175 5048 2146 1 0 2527680 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10152700

[startup+0.200238 s]
/proc/loadavg: 6.16 4.48 3.68 6/194 14878
/proc/meminfo: memFree=23679864/32770624 swapFree=0/239764
[pid=14878] ppid=14875 vsize=10552180 CPUtime=0.1 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 5023 0 0 0 9 1 0 0 20 0 15 0 14350167 10805432320 7075 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2638045 7075 2775 1 0 2627525 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10552180

[startup+0.300806 s]
/proc/loadavg: 6.16 4.48 3.68 6/194 14878
/proc/meminfo: memFree=23679864/32770624 swapFree=0/239764
[pid=14878] ppid=14875 vsize=10551156 CPUtime=0.25 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 7986 0 0 0 22 3 0 0 20 0 15 0 14350167 10804383744 9257 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2637789 9257 2901 1 0 2627269 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10551156

[startup+0.700823 s]
/proc/loadavg: 6.16 4.48 3.68 6/194 14878
/proc/meminfo: memFree=23679864/32770624 swapFree=0/239764
[pid=14878] ppid=14875 vsize=10551232 CPUtime=1.47 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 12549 0 0 0 141 6 0 0 20 0 15 0 14350167 10804461568 28575 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2637808 28575 3049 1 0 2627269 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10551232

[startup+1.50062 s]
/proc/loadavg: 6.16 4.48 3.68 8/209 14893
/proc/meminfo: memFree=23480100/32770624 swapFree=0/239784
[pid=14878] ppid=14875 vsize=10617796 CPUtime=3.93 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 20277 0 0 0 384 9 0 0 20 0 16 0 14350167 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2654449 56381 3084 1 0 2643910 0
[pid=14878/tid=14880] ppid=14875 vsize=10617796 CPUtime=1.34 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) R 14875 14878 5091 0 -1 4202560 7062 0 0 0 129 5 0 0 20 0 16 0 14350172 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140334175892096 140333778344072 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333667144992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14887] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333666092656 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14888] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350177 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333665040976 140334171674523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14889] ppid=14875 vsize=10617796 CPUtime=1.07 cores=0,2,4,6
/proc/14878/task/14889/stat : 14889 (java) R 14875 14878 5091 0 -1 4202560 5678 0 0 0 106 1 0 0 20 0 16 0 14350178 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333663987824 140334153203348 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14890] ppid=14875 vsize=10617796 CPUtime=1.03 cores=0,2,4,6
/proc/14878/task/14890/stat : 14890 (java) R 14875 14878 5091 0 -1 4202560 3982 0 0 0 103 0 0 0 20 0 16 0 14350178 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333662935024 140334153173764 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14891] ppid=14875 vsize=10617796 CPUtime=0.38 cores=0,2,4,6
/proc/14878/task/14891/stat : 14891 (java) S 14875 14878 5091 0 -1 1077944384 2027 0 0 0 38 0 0 0 20 0 16 0 14350178 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333661882736 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14892] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350178 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333660830176 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14893] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14350184 10872623104 56381 18446744073709551615 4194304 4196468 140730881182032 140333659777968 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 10617796

[startup+3.10074 s]
/proc/loadavg: 6.14 4.50 3.69 6/210 14894
/proc/meminfo: memFree=23467324/32770624 swapFree=0/239792
[pid=14878] ppid=14875 vsize=10617796 CPUtime=6.07 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 21178 0 0 0 598 9 0 0 20 0 16 0 14350167 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2654449 57029 3096 1 0 2643910 0
[pid=14878/tid=14880] ppid=14875 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) R 14875 14878 5091 0 -1 4202560 7360 0 0 0 289 5 0 0 20 0 16 0 14350172 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140334175892584 140333782899211 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14350173 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333667144992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14887] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333666092656 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14888] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350177 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333665040976 140334171674523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14889] ppid=14875 vsize=10617796 CPUtime=1.22 cores=0,2,4,6
/proc/14878/task/14889/stat : 14889 (java) S 14875 14878 5091 0 -1 1077944384 5712 0 0 0 121 1 0 0 20 0 16 0 14350178 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333663987824 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14890] ppid=14875 vsize=10617796 CPUtime=1.4 cores=0,2,4,6
/proc/14878/task/14890/stat : 14890 (java) S 14875 14878 5091 0 -1 1077944384 4509 0 0 0 140 0 0 0 20 0 16 0 14350178 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333662935024 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14891] ppid=14875 vsize=10617796 CPUtime=0.41 cores=0,2,4,6
/proc/14878/task/14891/stat : 14891 (java) S 14875 14878 5091 0 -1 1077944384 2069 0 0 0 41 0 0 0 20 0 16 0 14350178 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333661882736 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14892] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350178 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333660830176 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14893] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14350184 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333659777968 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14894] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14350284 10872623104 57029 18446744073709551615 4194304 4196468 140730881182032 140333656470704 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 10617796

[startup+6.30076 s]
/proc/loadavg: 6.14 4.50 3.69 3/194 14908
/proc/meminfo: memFree=31505440/32770624 swapFree=0/239796
[pid=14878] ppid=14875 vsize=10617796 CPUtime=9.9 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 28013 0 0 0 974 16 0 0 20 0 16 0 14350167 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2654449 70821 3109 1 0 2643910 0
[pid=14878/tid=14880] ppid=14875 vsize=10617796 CPUtime=6.07 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) R 14875 14878 5091 0 -1 4202560 8251 0 0 0 602 5 0 0 20 0 16 0 14350172 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140334175892128 140333782997464 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 16 0 14350173 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 560 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 304 0 0 0 6 2 0 0 20 0 16 0 14350173 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333667145056 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14887] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333666092672 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14888] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350177 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333665040976 140334171674523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14889] ppid=14875 vsize=10617796 CPUtime=1.4 cores=0,2,4,6
/proc/14878/task/14889/stat : 14889 (java) S 14875 14878 5091 0 -1 1077944384 6930 0 0 0 139 1 0 0 20 0 16 0 14350178 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333663987824 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14890] ppid=14875 vsize=10617796 CPUtime=1.62 cores=0,2,4,6
/proc/14878/task/14890/stat : 14890 (java) S 14875 14878 5091 0 -1 1077944384 6685 0 0 0 162 0 0 0 20 0 16 0 14350178 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333662935024 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14891] ppid=14875 vsize=10617796 CPUtime=0.43 cores=0,2,4,6
/proc/14878/task/14891/stat : 14891 (java) S 14875 14878 5091 0 -1 1077944384 2728 0 0 0 43 0 0 0 20 0 16 0 14350178 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333661882736 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14892] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350178 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333660830176 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14893] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 5091 0 -1 1077944384 552 0 0 0 0 0 0 0 20 0 16 0 14350184 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333659777968 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14894] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14350284 10872623104 70821 18446744073709551615 4194304 4196468 140730881182032 140333656470704 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 5.65 4.45 3.69 3/211 14970
/proc/meminfo: memFree=31107448/32770624 swapFree=0/239820
[pid=14878] ppid=14875 vsize=10617796 CPUtime=16.43 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 32559 0 0 0 1627 16 0 0 20 0 16 0 14350167 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2654449 70871 3111 1 0 2643910 0
[pid=14878/tid=14880] ppid=14875 vsize=10617796 CPUtime=12.47 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) R 14875 14878 5091 0 -1 4202560 8843 0 0 0 1242 5 0 0 20 0 16 0 14350172 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140334175892016 140333782580467 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 16 0 14350173 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 560 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 304 0 0 0 6 2 0 0 20 0 16 0 14350173 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 70871 18446744073709551615 4194304 4196468 140730881182032 140333667145056 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0

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

[startup+162.301 s]
/proc/loadavg: 2.34 3.52 3.45 3/211 14975
/proc/meminfo: memFree=31066232/32770624 swapFree=0/239968
[pid=14878] ppid=14875 vsize=10617796 CPUtime=166.69 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 45008 0 0 0 16648 21 0 0 20 0 16 0 14350167 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2654449 80169 3112 1 0 2643910 0
[pid=14878/tid=14880] ppid=14875 vsize=10617796 CPUtime=162.07 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) R 14875 14878 5091 0 -1 4202560 12249 0 0 0 16202 5 0 0 20 0 16 0 14350172 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140334175894440 140333782899015 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 16 0 14350173 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 560 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 304 0 0 0 6 2 0 0 20 0 16 0 14350173 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333667145056 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14887] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333666092672 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14888] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350177 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333665040976 140334171674523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14889] ppid=14875 vsize=10617796 CPUtime=1.71 cores=0,2,4,6
/proc/14878/task/14889/stat : 14889 (java) S 14875 14878 5091 0 -1 1077944384 11285 0 0 0 170 1 0 0 20 0 16 0 14350178 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333663987824 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14890] ppid=14875 vsize=10617796 CPUtime=1.97 cores=0,2,4,6
/proc/14878/task/14890/stat : 14890 (java) S 14875 14878 5091 0 -1 1077944384 12684 0 0 0 196 1 0 0 20 0 16 0 14350178 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333662935024 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14891] ppid=14875 vsize=10617796 CPUtime=0.47 cores=0,2,4,6
/proc/14878/task/14891/stat : 14891 (java) S 14875 14878 5091 0 -1 1077944384 4783 0 0 0 46 1 0 0 20 0 16 0 14350178 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333661882736 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14892] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350178 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333660830176 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14893] ppid=14875 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 5091 0 -1 1077944384 924 0 0 0 6 4 0 0 20 0 16 0 14350184 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333659777968 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14894] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14350284 10872623104 80169 18446744073709551615 4194304 4196468 140730881182032 140333656470704 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
Current children cumulated CPU time (s) 166.69
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.16 3.24 3.35 3/212 14992
/proc/meminfo: memFree=30998360/32770624 swapFree=0/240024
[pid=14878] ppid=14875 vsize=10617796 CPUtime=226.77 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 47774 0 0 0 22654 23 0 0 20 0 16 0 14350167 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2654449 91439 3112 1 0 2643910 0
[pid=14878/tid=14880] ppid=14875 vsize=10617796 CPUtime=222.08 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) R 14875 14878 5091 0 -1 4202560 13410 0 0 0 22202 6 0 0 20 0 16 0 14350172 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140334175892760 140333782580467 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 16 0 14350173 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 560 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 304 0 0 0 6 2 0 0 20 0 16 0 14350173 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 547 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333667145056 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14887] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333666092672 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14888] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350177 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333665040976 140334171674523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14889] ppid=14875 vsize=10617796 CPUtime=1.72 cores=0,2,4,6
/proc/14878/task/14889/stat : 14889 (java) S 14875 14878 5091 0 -1 1077944384 11446 0 0 0 171 1 0 0 20 0 16 0 14350178 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333663987824 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14890] ppid=14875 vsize=10617796 CPUtime=1.99 cores=0,2,4,6
/proc/14878/task/14890/stat : 14890 (java) S 14875 14878 5091 0 -1 1077944384 13800 0 0 0 198 1 0 0 20 0 16 0 14350178 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333662935024 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14891] ppid=14875 vsize=10617796 CPUtime=0.47 cores=0,2,4,6
/proc/14878/task/14891/stat : 14891 (java) S 14875 14878 5091 0 -1 1077944384 5058 0 0 0 46 1 0 0 20 0 16 0 14350178 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333661882736 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14892] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350178 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333660830176 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14893] ppid=14875 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 5091 0 -1 1077944384 969 0 0 0 8 6 0 0 20 0 16 0 14350184 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333659777968 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14894] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14350284 10872623104 91439 18446744073709551615 4194304 4196468 140730881182032 140333656470704 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
Current children cumulated CPU time (s) 226.77
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.12 3.18 3.33 3/212 14992
/proc/meminfo: memFree=30984148/32770624 swapFree=0/240036
[pid=14878] ppid=14875 vsize=10617796 CPUtime=244.47 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 47895 0 0 0 24424 23 0 0 20 0 16 0 14350167 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2654449 93999 3112 1 0 2643910 0
[pid=14878/tid=14880] ppid=14875 vsize=10617796 CPUtime=239.77 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) R 14875 14878 5091 0 -1 4202560 13531 0 0 0 23971 6 0 0 20 0 16 0 14350172 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140334175892760 140333782899396 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 16 0 14350173 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 560 0 0 0 6 1 0 0 20 0 16 0 14350173 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 304 0 0 0 6 2 0 0 20 0 16 0 14350173 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 547 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333667145056 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14887] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 14350175 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333666092672 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14888] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350177 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333665040976 140334171674523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14889] ppid=14875 vsize=10617796 CPUtime=1.72 cores=0,2,4,6
/proc/14878/task/14889/stat : 14889 (java) S 14875 14878 5091 0 -1 1077944384 11446 0 0 0 171 1 0 0 20 0 16 0 14350178 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333663987824 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14890] ppid=14875 vsize=10617796 CPUtime=1.99 cores=0,2,4,6
/proc/14878/task/14890/stat : 14890 (java) S 14875 14878 5091 0 -1 1077944384 13800 0 0 0 198 1 0 0 20 0 16 0 14350178 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333662935024 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14891] ppid=14875 vsize=10617796 CPUtime=0.47 cores=0,2,4,6
/proc/14878/task/14891/stat : 14891 (java) S 14875 14878 5091 0 -1 1077944384 5058 0 0 0 46 1 0 0 20 0 16 0 14350178 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333661882736 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14892] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14350178 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333660830176 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14893] ppid=14875 vsize=10617796 CPUtime=0.15 cores=0,2,4,6
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 5091 0 -1 1077944384 969 0 0 0 9 6 0 0 20 0 16 0 14350184 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333659777968 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14894] ppid=14875 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14350284 10872623104 93999 18446744073709551615 4194304 4196468 140730881182032 140333656470704 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
Current children cumulated CPU time (s) 244.47
Current children cumulated vsize (KiB) 10617796

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 14878 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.12 3.18 3.33 3/212 14992
/proc/meminfo: memFree=30984148/32770624 swapFree=0/240036
[pid=14878] ppid=14875 vsize=10817488 CPUtime=244.54 cores=0,2,4,6
/proc/14878/stat : 14878 (java) S 14875 14878 5091 0 -1 1077944320 48475 0 0 0 24431 23 0 0 20 0 17 0 14350167 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140730881164576 140334171655927 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
/proc/14878/statm: 2704372 96103 3114 1 0 2693833 0
[pid=14878/tid=14880] ppid=14875 vsize=10817488 CPUtime=239.84 cores=0,2,4,6
/proc/14878/task/14880/stat : 14880 (java) S 14875 14878 5091 0 -1 1077944384 13666 0 0 0 23978 6 0 0 20 0 17 0 14350172 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140334175898800 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14881] ppid=14875 vsize=10817488 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 17 0 14350173 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140334102075792 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14882] ppid=14875 vsize=10817488 CPUtime=0.06 cores=0,2,4,6
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 5091 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 17 0 14350173 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140334101022992 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14883] ppid=14875 vsize=10817488 CPUtime=0.07 cores=0,2,4,6
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 5091 0 -1 1077944384 560 0 0 0 6 1 0 0 20 0 17 0 14350173 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140334099970704 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14884] ppid=14875 vsize=10817488 CPUtime=0.08 cores=0,2,4,6
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 5091 0 -1 1077944384 304 0 0 0 6 2 0 0 20 0 17 0 14350173 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140334098917904 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14885] ppid=14875 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 5091 0 -1 1077944384 547 0 0 0 0 0 0 0 20 0 17 0 14350175 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333668199024 140334171667074 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14886] ppid=14875 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 14350175 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333667145056 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14887] ppid=14875 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 14350175 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333666092672 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14888] ppid=14875 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 5091 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 14350177 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333665040976 140334171674523 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14889] ppid=14875 vsize=10817488 CPUtime=1.72 cores=0,2,4,6
/proc/14878/task/14889/stat : 14889 (java) S 14875 14878 5091 0 -1 1077944384 11468 0 0 0 171 1 0 0 20 0 17 0 14350178 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333663987824 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14890] ppid=14875 vsize=10817488 CPUtime=1.99 cores=0,2,4,6
/proc/14878/task/14890/stat : 14890 (java) S 14875 14878 5091 0 -1 1077944384 13809 0 0 0 198 1 0 0 20 0 17 0 14350178 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333662935024 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14891] ppid=14875 vsize=10817488 CPUtime=0.47 cores=0,2,4,6
/proc/14878/task/14891/stat : 14891 (java) S 14875 14878 5091 0 -1 1077944384 5075 0 0 0 46 1 0 0 20 0 17 0 14350178 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333661882736 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14892] ppid=14875 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14350178 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333660830176 140334171666133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
[pid=14878/tid=14893] ppid=14875 vsize=10817488 CPUtime=0.15 cores=0,2,4,6
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 5091 0 -1 1077944384 969 0 0 0 9 6 0 0 20 0 17 0 14350184 11077107712 96103 18446744073709551615 4194304 4196468 140730881182032 140333659777968 140334171667074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18653184 140730881188274 140730881188427 140730881188427 140730881191887 0
Current children cumulated CPU time (s) 244.54
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.281
CPU time (s): 244.777
CPU user time (s): 244.455
CPU system time (s): 0.322125
CPU usage (%): 101.871
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.455
system time used= 0.322125
maximum resident set size= 445100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7230
involuntary context switches= 172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84857 second user time and 0.741969 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 08:47:11
IDJOB=4257978
IDBENCH=138313
IDSOLVER=2643
FILE ID=node129/4257978-1501657271
RUNJOBID= node129-1501642919-31104
PBS_JOBID= 
Free space on /tmp= 61692 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff54.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257978-1501657271/watcher-4257978-1501657271 -o /tmp/evaluation-result-4257978-1501657271/solver-4257978-1501657271 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257978-1501657271.xml

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

MD5SUM BENCH= 76d2700a299711a8f7ac3a1d3d618278
RANDOM SEED=1135668053

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23680136 kB
MemAvailable:   23934432 kB
Buffers:          126652 kB
Cached:           407944 kB
SwapCached:            0 kB
Active:          8420688 kB
Inactive:         248296 kB
Active(anon):    8134776 kB
Inactive(anon):     8532 kB
Active(file):     285912 kB
Inactive(file):   239764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1560 kB
Writeback:             0 kB
AnonPages:       8202168 kB
Mapped:            42464 kB
Shmem:              8872 kB
Slab:             113904 kB
SReclaimable:      88908 kB
SUnreclaim:        24996 kB
KernelStack:        3712 kB
PageTables:        20476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8600412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7962624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 08:51:11