Trace number 4257979

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)3858 245.89 240.218

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff57.xml
MD5SUM9601f9fdcfec45ff7e2268abb15a55d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1334
Best CPU time to get the best result obtained on this benchmark19.1138
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of constraints344
Number of domains36
Minimum domain size34
Maximum domain size36
Distribution of domain sizes[{"size":34,"count":7},{"size":35,"count":133},{"size":36,"count":209}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":343},{"degree":50,"count":6}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":294},{"arity":6,"count":1},{"arity":7,"count":49}]
Number of extensional constraints294
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":294},{"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

3.98/1.56	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.98/1.56	c This is free software under the dual EPL/GNU LGPL licenses.
3.98/1.56	c See www.sat4j.org for details.
3.98/1.56	c That software uses the Rhino library from the Mozilla project.
3.98/1.56	c version CUSTOM.v20170705
3.98/1.56	c java.runtime.name	Java(TM) SE Runtime Environment
3.98/1.56	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.98/1.56	c java.vm.version	25.131-b11
3.98/1.56	c java.vm.vendor	Oracle Corporation
3.98/1.56	c sun.arch.data.model	64
3.98/1.56	c java.version		1.8.0_131
3.98/1.56	c os.name		Linux
3.98/1.56	c os.version		3.10.0-514.16.1.el7.x86_64
3.98/1.56	c os.arch		amd64
3.98/1.56	c Free memory 		499604488
3.98/1.56	c Max memory 		7247757312
3.98/1.56	c Total memory 		504889344
3.98/1.56	c Number of processors 	4
3.98/1.56	c c --- Begin Solver configuration ---
3.98/1.56	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.98/1.56	c Learn all clauses as in MiniSAT
3.98/1.56	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.98/1.56	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.98/1.56	c No reason simplification
3.98/1.56	c Glucose 2.1 dynamic restart strategy
3.98/1.56	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.98/1.56	c timeout=2147483s
3.98/1.56	c DB Simplification allowed=false
3.98/1.56	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.98/1.56	c --- End Solver configuration ---
3.98/1.56	c constraints type 
3.98/1.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 698
3.98/1.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 757512
3.98/1.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 462066
3.98/1.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 696
3.98/1.56	c 1220972 constraints processed.
12.13/7.99	o 8838
117.66/112.47	o 5178
121.49/116.03	o 4183
180.23/174.60	o 3858
245.87/240.20	c starts		: 3573
245.87/240.20	c conflicts		: 903227
245.87/240.20	c decisions		: 23602172
245.87/240.20	c propagations		: 604310259
245.87/240.20	c inspects		: 1596040688
245.87/240.20	c shortcuts		: 0
245.87/240.20	c learnt literals	: 263
245.87/240.20	c learnt binary clauses	: 5039
245.87/240.20	c learnt ternary clauses	: 8614
245.87/240.20	c learnt constraints	: 902964
245.87/240.20	c ignored constraints	: 0
245.87/240.20	c root simplifications	: 0
245.87/240.20	c removed literals (reason simplification)	: 0
245.87/240.20	c reason swapping (by a shorter reason)	: 0
245.87/240.20	c Calls to reduceDB	: 59
245.87/240.20	c Number of update (reduction) of LBD	: 579096
245.87/240.20	c Imported unit clauses	: 0
245.87/240.20	c number of reductions to clauses (during analyze)	: 0
245.87/240.20	c number of learned constraints concerned by reduction	: 0
245.87/240.20	c number of learning phase by resolution	: 0
245.87/240.20	c number of learning phase by cutting planes	: 0
245.87/240.20	c number of rounding to 1 operations	: 0
245.87/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
245.87/240.20	c number of reductions of the coefficients by power 2 	: 0
245.87/240.20	c number of right shift for reduction by power 2 	: 0
245.87/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
245.87/240.20	c speed (assignments/second)	: 2532595.7051795167
245.87/240.20	c non guided choices	9644337
245.87/240.20	c learnt constraints type 
245.87/240.20	s SATISFIABLE
245.87/240.21	v <instantiation type="solution">
245.87/240.21	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[0][5] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[1][5] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[2][5] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[3][5] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[4][5] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[5][5] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[6][5] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[7][5] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[8][5] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[9][5] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[10][5] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[11][5] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[12][5] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[13][5] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[14][5] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[15][5] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[16][5] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[17][5] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[18][5] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[19][5] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[20][5] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[21][5] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[22][5] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[23][5] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[24][5] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[25][5] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[26][5] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[27][5] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[28][5] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[29][5] drd[30][0] drd[30][1] drd[30][2] drd[30][3] drd[30][4] drd[30][5] drd[31][0] drd[31][1] drd[31][2] drd[31][3] drd[31][4] drd[31][5] drd[32][0] drd[32][1] drd[32][2] drd[32][3] drd[32][4] drd[32][5] drd[33][0] drd[33][1] drd[33][2] drd[33][3] drd[33][4] drd[33][5] drd[34][0] drd[34][1] drd[34][2] drd[34][3] drd[34][4] drd[34][5] drd[35][0] drd[35][1] drd[35][2] drd[35][3] drd[35][4] drd[35][5] drd[36][0] drd[36][1] drd[36][2] drd[36][3] drd[36][4] drd[36][5] drd[37][0] drd[37][1] drd[37][2] drd[37][3] drd[37][4] drd[37][5] drd[38][0] drd[38][1] drd[38][2] drd[38][3] drd[38][4] drd[38][5] drd[39][0] drd[39][1] drd[39][2] drd[39][3] drd[39][4] drd[39][5] drd[40][0] drd[40][1] drd[40][2] drd[40][3] drd[40][4] drd[40][5] drd[41][0] drd[41][1] drd[41][2] drd[41][3] drd[41][4] drd[41][5] drd[42][0] drd[42][1] drd[42][2] drd[42][3] drd[42][4] drd[42][5] drd[43][0] drd[43][1] drd[43][2] drd[43][3] drd[43][4] drd[43][5] drd[44][0] drd[44][1] drd[44][2] drd[44][3] drd[44][4] drd[44][5] drd[45][0] drd[45][1] drd[45][2] drd[45][3] drd[45][4] drd[45][5] drd[46][0] drd[46][1] drd[46][2] drd[46][3] drd[46][4] drd[46][5] drd[47][0] drd[47][1] drd[47][2] drd[47][3] drd[47][4] drd[47][5] drd[48][0] drd[48][1] drd[48][2] drd[48][3] drd[48][4] drd[48][5] 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>
245.87/240.21	v 	<values> 173 271 769 818 874 910 80 178 676 725 781 817 67 165 663 712 768 804 67 165 663 712 768 804 737 639 141 92 36 0 737 639 141 92 36 0 71 169 667 716 772 808 122 220 718 767 823 859 122 220 718 767 823 859 173 271 769 818 874 910 596 498 0 49 105 141 596 498 0 49 105 141 98 0 498 547 603 639 99 1 497 546 602 638 370 272 226 275 331 367 369 271 227 276 332 368 13 111 609 658 714 750 18 116 614 663 719 755 1 97 595 644 700 736 0 98 596 645 701 737 167 69 429 478 534 570 167 69 429 478 534 570 151 249 747 796 852 888 16 114 612 661 717 753 16 114 612 661 717 753 37 135 633 682 738 774 37 135 633 682 738 774 118 216 714 763 819 855 118 216 714 763 819 855 701 603 105 56 0 36 701 603 105 56 0 36 141 43 455 504 560 596 139 41 457 506 562 598 351 253 245 294 350 386 645 547 49 0 56 92 645 547 49 0 56 92 532 434 64 113 169 205 532 434 64 113 169 205 430 332 166 215 271 307 430 332 166 215 271 307 475 377 121 170 226 262 474 376 122 171 227 263 50 48 546 595 651 687 59 39 537 586 642 678 152 250 748 797 853 889 406 308 190 239 295 331 406 308 190 239 295 331 139 237 735 784 840 876 145 243 741 790 846 882 104 202 700 749 805 841 80 67 67 0 0 71 122 122 173 0 0 0 1 226 227 13 18 1 0 69 69 151 16 16 37 37 118 118 0 0 43 41 245 0 0 64 64 166 166 121 122 48 39 152 190 190 139 145 104 </values>
245.87/240.21	v </instantiation>
245.87/240.21	

Verifier Data

OK	3858

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-4257979-1501657468/watcher-4257979-1501657468 -o /tmp/evaluation-result-4257979-1501657468/solver-4257979-1501657468 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257979-1501657468.xml 

pid=721
running on 4 cores: 1,3,5,7

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: 2.09 3.27 3.61 3/200 724
/proc/meminfo: memFree=31345988/32770624 swapFree=0/270044
[pid=724] ppid=721 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/724/stat : 724 (runsolver) D 721 724 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 65400310 24240128 106 18446744073709551615 4194304 4338465 140727585418320 140727585415960 140119040697047 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 20099072 140727585419398 140727585419845 140727585419845 140727585423306 0
/proc/724/statm: 5918 106 53 36 0 2156 0

[startup+0.100138 s]
/proc/loadavg: 2.09 3.27 3.61 3/200 724
/proc/meminfo: memFree=31345988/32770624 swapFree=0/270044
[pid=724] ppid=721 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 3881 0 0 0 2 1 0 0 20 0 9 0 65400310 10395312128 5042 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2537918 5042 2099 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.202553 s]
/proc/loadavg: 2.09 3.27 3.61 3/200 724
/proc/meminfo: memFree=31345988/32770624 swapFree=0/270044
[pid=724] ppid=721 vsize=10551156 CPUtime=0.1 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 6048 0 0 0 9 1 0 0 20 0 15 0 65400310 10804383744 6709 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2638045 6709 2786 1 0 2627525 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551156

[startup+0.303172 s]
/proc/loadavg: 2.09 3.27 3.61 3/200 724
/proc/meminfo: memFree=31345988/32770624 swapFree=0/270044
[pid=724] ppid=721 vsize=10551156 CPUtime=0.26 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 8510 0 0 0 24 2 0 0 20 0 15 0 65400310 10804383744 9223 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2637789 9223 2854 1 0 2627269 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10551156

[startup+0.702739 s]
/proc/loadavg: 2.09 3.27 3.61 3/200 724
/proc/meminfo: memFree=31345988/32770624 swapFree=0/270044
[pid=724] ppid=721 vsize=10551232 CPUtime=1.49 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 12666 0 0 0 143 6 0 0 20 0 15 0 65400310 10804461568 33131 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2637808 33131 3052 1 0 2627269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10551232

[startup+1.50069 s]
/proc/loadavg: 2.09 3.27 3.61 5/215 739
/proc/meminfo: memFree=31108060/32770624 swapFree=0/270048
[pid=724] ppid=721 vsize=10551232 CPUtime=3.98 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 23622 0 0 0 386 12 0 0 20 0 15 0 65400310 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2637808 78539 3089 1 0 2627269 0
[pid=724/tid=726] ppid=721 vsize=10551232 CPUtime=1.29 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 721 724 18930 0 -1 4202560 7697 0 0 0 124 5 0 0 20 0 15 0 65400317 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531793363328 140531417065102 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 15 0 65400318 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 155 0 0 0 5 1 0 0 20 0 15 0 65400318 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 19 0 0 0 3 0 0 0 20 0 15 0 65400318 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10551232 CPUtime=0.04 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 15 0 65400318 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65400319 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65400319 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=733] ppid=721 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65400320 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531351139696 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=734] ppid=721 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400322 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531350088016 140531789150107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=735] ppid=721 vsize=10551232 CPUtime=1.05 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) R 721 724 18930 0 -1 4202560 7258 0 0 0 104 1 0 0 20 0 15 0 65400322 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531349024080 140531767547826 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=736] ppid=721 vsize=10551232 CPUtime=1.06 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) R 721 724 18930 0 -1 4202560 4787 0 0 0 106 0 0 0 20 0 15 0 65400322 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531347968504 140531770651584 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=737] ppid=721 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 721 724 18930 0 -1 1077944384 2074 0 0 0 34 0 0 0 20 0 15 0 65400322 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531346929776 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=738] ppid=721 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400322 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531345877216 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=739] ppid=721 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/724/task/739/stat : 739 (java) S 721 724 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400327 10804461568 78539 18446744073709551615 4194304 4196468 140721460757776 140531344825520 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 10551232

[startup+3.1008 s]
/proc/loadavg: 2.09 3.27 3.61 3/216 740
/proc/meminfo: memFree=31013524/32770624 swapFree=0/270048
[pid=724] ppid=721 vsize=10617796 CPUtime=7.27 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 24430 0 0 0 713 14 0 0 20 0 16 0 65400310 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2654449 86613 3109 1 0 2643910 0
[pid=724/tid=726] ppid=721 vsize=10617796 CPUtime=2.89 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 721 724 18930 0 -1 4202560 8083 0 0 0 282 7 0 0 20 0 16 0 65400317 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531793367568 140531418899943 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 16 0 65400318 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 155 0 0 0 5 1 0 0 20 0 16 0 65400318 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 19 0 0 0 3 0 0 0 20 0 16 0 65400318 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10617796 CPUtime=0.04 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 16 0 65400318 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=733] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400320 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531351139696 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=734] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531350088016 140531789150107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=735] ppid=721 vsize=10617796 CPUtime=1.9 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 721 724 18930 0 -1 1077944384 7403 0 0 0 189 1 0 0 20 0 16 0 65400322 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531349035376 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=736] ppid=721 vsize=10617796 CPUtime=1.8 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) R 721 724 18930 0 -1 4202560 4890 0 0 0 180 0 0 0 20 0 16 0 65400322 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531347982872 140531774239178 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=737] ppid=721 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 721 724 18930 0 -1 1077944384 2227 0 0 0 44 1 0 0 20 0 16 0 65400322 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531346929776 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=738] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531345877216 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=739] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/739/stat : 739 (java) S 721 724 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65400327 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531344825520 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=740] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/740/stat : 740 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400470 10872623104 86613 18446744073709551615 4194304 4196468 140721460757776 140531343771056 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 10617796

[startup+6.30074 s]
/proc/loadavg: 2.09 3.25 3.61 3/216 740
/proc/meminfo: memFree=31018692/32770624 swapFree=0/270048
[pid=724] ppid=721 vsize=10617796 CPUtime=10.52 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 26680 0 0 0 1038 14 0 0 20 0 16 0 65400310 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2654449 84388 3111 1 0 2643910 0
[pid=724/tid=726] ppid=721 vsize=10617796 CPUtime=6.09 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 721 724 18930 0 -1 4202560 8578 0 0 0 602 7 0 0 20 0 16 0 65400317 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531793367552 140531418858349 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 16 0 65400318 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 155 0 0 0 5 1 0 0 20 0 16 0 65400318 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 19 0 0 0 3 0 0 0 20 0 16 0 65400318 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10617796 CPUtime=0.04 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 16 0 65400318 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=733] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400320 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531351139696 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=734] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531350088016 140531789150107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=735] ppid=721 vsize=10617796 CPUtime=1.91 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 721 724 18930 0 -1 1077944384 7405 0 0 0 190 1 0 0 20 0 16 0 65400322 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531349035376 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=736] ppid=721 vsize=10617796 CPUtime=1.83 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 721 724 18930 0 -1 1077944384 4899 0 0 0 183 0 0 0 20 0 16 0 65400322 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531347982576 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=737] ppid=721 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 721 724 18930 0 -1 1077944384 2454 0 0 0 44 1 0 0 20 0 16 0 65400322 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531346929776 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=738] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531345877216 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=739] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/739/stat : 739 (java) S 721 724 18930 0 -1 1077944384 1221 0 0 0 0 0 0 0 20 0 16 0 65400327 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531344825520 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=740] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/740/stat : 740 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400470 10872623104 84388 18446744073709551615 4194304 4196468 140721460757776 140531343771056 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 2.08 3.23 3.60 3/216 741
/proc/meminfo: memFree=30997980/32770624 swapFree=0/270052
[pid=724] ppid=721 vsize=10617796 CPUtime=17.27 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 34264 0 0 0 1711 16 0 0 20 0 16 0 65400310 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2654449 89627 3113 1 0 2643910 0
[pid=724/tid=726] ppid=721 vsize=10617796 CPUtime=12.48 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 721 724 18930 0 -1 4202560 10161 0 0 0 1241 7 0 0 20 0 16 0 65400317 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140531793370472 140531418910631 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 16 0 65400318 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 155 0 0 0 5 1 0 0 20 0 16 0 65400318 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 19 0 0 0 3 0 0 0 20 0 16 0 65400318 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10617796 CPUtime=0.04 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 16 0 65400318 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 796 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 89627 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0

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

[startup+162.301 s]
/proc/loadavg: 2.02 2.76 3.36 3/216 826
/proc/meminfo: memFree=31062968/32770624 swapFree=0/270220
[pid=724] ppid=721 vsize=10617796 CPUtime=167.9 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 45518 0 0 0 16757 33 0 0 20 0 16 0 65400310 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2654449 116107 3115 1 0 2643910 0
[pid=724/tid=726] ppid=721 vsize=10617796 CPUtime=161.98 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 721 724 18930 0 -1 4202560 12401 0 0 0 16190 8 0 0 20 0 16 0 65400317 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531793367696 140531418961698 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 183 0 0 0 10 3 0 0 20 0 16 0 65400318 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 977 0 0 0 13 4 0 0 20 0 16 0 65400318 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 203 0 0 0 11 3 0 0 20 0 16 0 65400318 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 199 0 0 0 11 4 0 0 20 0 16 0 65400318 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 1181 0 0 0 1 0 0 0 20 0 16 0 65400319 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=733] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400320 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531351139696 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=734] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531350088016 140531789150107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=735] ppid=721 vsize=10617796 CPUtime=2.36 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 721 724 18930 0 -1 1077944384 11808 0 0 0 234 2 0 0 20 0 16 0 65400322 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531349035376 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=736] ppid=721 vsize=10617796 CPUtime=2.29 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 721 724 18930 0 -1 1077944384 11625 0 0 0 229 0 0 0 20 0 16 0 65400322 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531347982576 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=737] ppid=721 vsize=10617796 CPUtime=0.49 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 721 724 18930 0 -1 1077944384 4025 0 0 0 48 1 0 0 20 0 16 0 65400322 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531346929776 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=738] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531345877216 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=739] ppid=721 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/724/task/739/stat : 739 (java) S 721 724 18930 0 -1 1077944384 1539 0 0 0 4 5 0 0 20 0 16 0 65400327 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531344825520 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=740] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/740/stat : 740 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400470 10872623104 116107 18446744073709551615 4194304 4196468 140721460757776 140531343771056 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
Current children cumulated CPU time (s) 167.9
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.08 2.65 3.29 3/216 828
/proc/meminfo: memFree=31038084/32770624 swapFree=0/270248
[pid=724] ppid=721 vsize=10617796 CPUtime=228.09 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 48980 0 0 0 22774 35 0 0 20 0 16 0 65400310 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2654449 116136 3115 1 0 2643910 0
[pid=724/tid=726] ppid=721 vsize=10617796 CPUtime=221.98 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 721 724 18930 0 -1 4202560 12872 0 0 0 22190 8 0 0 20 0 16 0 65400317 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531793370072 140531419764241 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 183 0 0 0 10 3 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 977 0 0 0 13 4 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 203 0 0 0 11 3 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 199 0 0 0 11 4 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 1213 0 0 0 1 0 0 0 20 0 16 0 65400319 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=733] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400320 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531351139696 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=734] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531350088016 140531789150107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=735] ppid=721 vsize=10617796 CPUtime=2.41 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 721 724 18930 0 -1 1077944384 13187 0 0 0 239 2 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531349035376 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=736] ppid=721 vsize=10617796 CPUtime=2.37 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 721 724 18930 0 -1 1077944384 12969 0 0 0 237 0 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531347982576 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=737] ppid=721 vsize=10617796 CPUtime=0.5 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 721 724 18930 0 -1 1077944384 4255 0 0 0 49 1 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531346929776 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=738] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531345877216 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=739] ppid=721 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/724/task/739/stat : 739 (java) S 721 724 18930 0 -1 1077944384 1545 0 0 0 5 7 0 0 20 0 16 0 65400327 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531344825520 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=740] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/740/stat : 740 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400470 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531343771056 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
Current children cumulated CPU time (s) 228.09
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.06 2.60 3.26 3/215 829
/proc/meminfo: memFree=31027492/32770624 swapFree=0/270264
[pid=724] ppid=721 vsize=10617796 CPUtime=245.79 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 49370 0 0 0 24543 36 0 0 20 0 16 0 65400310 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2654449 116136 3115 1 0 2643910 0
[pid=724/tid=726] ppid=721 vsize=10617796 CPUtime=239.67 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 721 724 18930 0 -1 4202560 13204 0 0 0 23959 8 0 0 20 0 16 0 65400317 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531793370072 140531418833675 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 183 0 0 0 10 3 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 977 0 0 0 13 4 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 203 0 0 0 11 3 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 199 0 0 0 11 4 0 0 20 0 16 0 65400318 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 1222 0 0 0 1 0 0 0 20 0 16 0 65400319 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65400319 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=733] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400320 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531351139696 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=734] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531350088016 140531789150107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=735] ppid=721 vsize=10617796 CPUtime=2.41 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 721 724 18930 0 -1 1077944384 13190 0 0 0 239 2 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531349035376 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=736] ppid=721 vsize=10617796 CPUtime=2.37 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 721 724 18930 0 -1 1077944384 12977 0 0 0 237 0 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531347982576 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=737] ppid=721 vsize=10617796 CPUtime=0.5 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 721 724 18930 0 -1 1077944384 4258 0 0 0 49 1 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531346929776 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=738] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65400322 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531345877216 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=739] ppid=721 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/724/task/739/stat : 739 (java) S 721 724 18930 0 -1 1077944384 1580 0 0 0 6 8 0 0 20 0 16 0 65400327 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531344825520 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=740] ppid=721 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/724/task/740/stat : 740 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65400470 10872623104 116136 18446744073709551615 4194304 4196468 140721460757776 140531343771056 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
Current children cumulated CPU time (s) 245.79
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 724 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.06 2.60 3.26 3/215 829
/proc/meminfo: memFree=31027492/32770624 swapFree=0/270264
[pid=724] ppid=721 vsize=10817488 CPUtime=245.87 cores=1,3,5,7
/proc/724/stat : 724 (java) S 721 724 18930 0 -1 1077944320 50642 0 0 0 24551 36 0 0 20 0 17 0 65400310 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140721460740320 140531789131511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
/proc/724/statm: 2704372 116220 3118 1 0 2693833 0
[pid=724/tid=726] ppid=721 vsize=10817488 CPUtime=239.74 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) S 721 724 18930 0 -1 1077944384 13441 0 0 0 23966 8 0 0 20 0 17 0 65400317 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531793374384 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=727] ppid=721 vsize=10817488 CPUtime=0.13 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 721 724 18930 0 -1 1077944384 183 0 0 0 10 3 0 0 20 0 17 0 65400318 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531735480976 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=728] ppid=721 vsize=10817488 CPUtime=0.17 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 721 724 18930 0 -1 1077944384 977 0 0 0 13 4 0 0 20 0 17 0 65400318 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531734428176 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=729] ppid=721 vsize=10817488 CPUtime=0.14 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 721 724 18930 0 -1 1077944384 203 0 0 0 11 3 0 0 20 0 17 0 65400318 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531397876112 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=730] ppid=721 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 721 724 18930 0 -1 1077944384 199 0 0 0 11 4 0 0 20 0 17 0 65400318 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531396823312 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=731] ppid=721 vsize=10817488 CPUtime=0.01 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 721 724 18930 0 -1 1077944384 1222 0 0 0 1 0 0 0 20 0 17 0 65400319 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531353246576 140531789142658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=732] ppid=721 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 721 724 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 65400319 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531352192544 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=733] ppid=721 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 721 724 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 65400320 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531351139696 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=734] ppid=721 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 721 724 18930 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 65400322 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531350088016 140531789150107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=735] ppid=721 vsize=10817488 CPUtime=2.41 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 721 724 18930 0 -1 1077944384 13274 0 0 0 239 2 0 0 20 0 17 0 65400322 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531349035376 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=736] ppid=721 vsize=10817488 CPUtime=2.37 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 721 724 18930 0 -1 1077944384 13081 0 0 0 237 0 0 0 20 0 17 0 65400322 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531347982576 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=737] ppid=721 vsize=10817488 CPUtime=0.5 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 721 724 18930 0 -1 1077944384 4509 0 0 0 49 1 0 0 20 0 17 0 65400322 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531346929776 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=738] ppid=721 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 721 724 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65400322 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531345877216 140531789141717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
[pid=724/tid=739] ppid=721 vsize=10817488 CPUtime=0.14 cores=1,3,5,7
/proc/724/task/739/stat : 739 (java) S 721 724 18930 0 -1 1077944384 1580 0 0 0 6 8 0 0 20 0 17 0 65400327 11077107712 116220 18446744073709551615 4194304 4196468 140721460757776 140531344825520 140531789142658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26783744 140721460765105 140721460765258 140721460765258 140721460768719 0
Current children cumulated CPU time (s) 245.87
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.218
CPU time (s): 245.89
CPU user time (s): 245.522
CPU system time (s): 0.368144
CPU usage (%): 102.361
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.522
system time used= 0.368144
maximum resident set size= 465188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51443
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= 7336
involuntary context switches= 176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.74964 second user time and 0.9187 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 08:50:10
IDJOB=4257979
IDBENCH=138319
IDSOLVER=2643
FILE ID=node132/4257979-1501657468
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= 9601f9fdcfec45ff7e2268abb15a55d6
RANDOM SEED=1316058360

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31346560 kB
MemAvailable:   31557692 kB
Buffers:          153052 kB
Cached:           352996 kB
SwapCached:            0 kB
Active:           714540 kB
Inactive:         294488 kB
Active(anon):     503416 kB
Inactive(anon):    24444 kB
Active(file):     211124 kB
Inactive(file):   270044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1676 kB
Writeback:             4 kB
AnonPages:        502888 kB
Mapped:            50904 kB
Shmem:             25276 kB
Slab:             117316 kB
SReclaimable:      91596 kB
SUnreclaim:        25720 kB
KernelStack:        3520 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1535152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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= 61876 MiB
End job on node132 at 2017-08-02 08:54:11