Trace number 4250028

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 NameAnswerCPU timeWall clock time
R1: Concrete 3.4SAT 34.5557 21.5414

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.61620301
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.93/2.23	c Concrete v3.4 running
34.48/21.51	v <instantiation>
34.48/21.51	v       <list>
34.48/21.51	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125]
34.48/21.51	v       </list>
34.48/21.51	v       <values>
34.48/21.51	v         1 7 8 17 16 17 16 17 16 17 16 17 16 17 16 17 15 12 13 67 68 65 63 72 73 79 80 161 159 156 157 139 140 137 135 108 109 115 116 125 123 120 121 607 608 605 603 612 613 619 620 593 591 588 589 571 572 569 567 648 649 655 656 665 663 660 661 715 716 713 711 720 721 727 728 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1455 1457 1455 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457
34.48/21.51	v       </values>
34.48/21.51	v     </instantiation>
34.48/21.51	s SATISFIABLE

Verifier Data

OK	

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-4250028-1500776054/watcher-4250028-1500776054 -o /tmp/evaluation-result-4250028-1500776054/solver-4250028-1500776054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28229 --watchdog 2560 bin/concrete HOME/instance-4250028-1500776054.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.42 1.53 1.47 3/261 28702
/proc/meminfo: memFree=28226140/32770624 swapFree=7184/341160
[pid=28702] ppid=28699 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (bash) S 28699 28702 25602 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 12872122 9736192 350 33554432000 4194304 5098028 140737132616496 140737132614136 140432376220672 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 34537472 140737132623118 140737132623203 140737132623203 140737132625902 0
/proc/28702/statm: 2377 350 278 221 0 86 0

[startup+0.100127 s]
/proc/loadavg: 1.42 1.53 1.47 3/261 28702
/proc/meminfo: memFree=28226140/32770624 swapFree=7184/341160
[pid=28702] ppid=28699 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (bash) S 28699 28702 25602 0 -1 4202496 878 6421 0 0 0 0 0 1 20 0 1 0 12872122 9871360 377 33554432000 4194304 5098028 140737132616496 140737132610504 140432376220672 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 34537472 140737132623118 140737132623203 140737132623203 140737132625902 0
/proc/28702/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200276 s]
/proc/loadavg: 1.42 1.53 1.47 3/261 28702
/proc/meminfo: memFree=28226140/32770624 swapFree=7184/341160
[pid=28702] ppid=28699 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 5002 12447 0 0 6 1 8 3 20 0 13 0 12872122 10686320640 4855 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2608965 4855 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300243 s]
/proc/loadavg: 1.42 1.53 1.47 3/261 28702
/proc/meminfo: memFree=28226140/32770624 swapFree=7184/341160
[pid=28702] ppid=28699 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 8348 12447 0 0 23 2 8 3 20 0 20 0 12872122 11163947008 8905 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2725573 8905 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700183 s]
/proc/loadavg: 1.42 1.53 1.47 3/261 28702
/proc/meminfo: memFree=28226140/32770624 swapFree=7184/341160
[pid=28702] ppid=28699 vsize=10902720 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 12892 12447 0 0 78 4 8 3 20 0 20 0 12872122 11164385280 15648 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2725680 15648 3208 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50111 s]
/proc/loadavg: 1.42 1.53 1.47 3/281 28775
/proc/meminfo: memFree=28120676/32770624 swapFree=7184/341160
[pid=28702] ppid=28699 vsize=10913344 CPUtime=2.24 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 25896 12447 0 0 200 13 8 3 20 0 20 0 12872122 11175264256 44815 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2728336 44815 3393 1 0 2716450 0
[pid=28702/tid=28757] ppid=28699 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28757/stat : 28757 (java) R 28699 28702 25602 0 -1 4202560 18661 12447 0 0 126 5 8 3 20 0 20 0 12872135 11175264256 44815 33554432000 4194304 4196468 140733683134464 140158174559312 140158154376549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28758] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28758/stat : 28758 (java) S 28699 28702 25602 0 -1 1077944384 18 12447 0 0 0 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157777275280 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28759] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28759/stat : 28759 (java) S 28699 28702 25602 0 -1 1077944384 10 12447 0 0 0 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157776222480 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28760] ppid=28699 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28760/stat : 28760 (java) S 28699 28702 25602 0 -1 1077944384 19 12447 0 0 1 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157775170192 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28761] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28761/stat : 28761 (java) S 28699 28702 25602 0 -1 1077944384 39 12447 0 0 0 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157774117392 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28762] ppid=28699 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28762/stat : 28762 (java) S 28699 28702 25602 0 -1 1077944384 18 12447 0 0 1 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157773065104 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28763] ppid=28699 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28763/stat : 28763 (java) S 28699 28702 25602 0 -1 1077944384 47 12447 0 0 1 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157772012304 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28764] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28764/stat : 28764 (java) S 28699 28702 25602 0 -1 1077944384 123 12447 0 0 0 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157770960016 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28765] ppid=28699 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28765/stat : 28765 (java) S 28699 28702 25602 0 -1 1077944384 15 12447 0 0 1 0 8 3 20 0 20 0 12872136 11175264256 44815 33554432000 4194304 4196468 140733683134464 140157769907216 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28766] ppid=28699 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28766/stat : 28766 (java) S 28699 28702 25602 0 -1 1077944384 636 12447 0 0 1 0 8 3 20 0 20 0 12872138 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156920092784 140158170344066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28767] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28767/stat : 28767 (java) S 28699 28702 25602 0 -1 1077944384 55 12447 0 0 0 0 8 3 20 0 20 0 12872139 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156919038816 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28768] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28768/stat : 28768 (java) S 28699 28702 25602 0 -1 1077944384 44 12447 0 0 0 0 8 3 20 0 20 0 12872139 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156917986432 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28769] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28769/stat : 28769 (java) S 28699 28702 25602 0 -1 1077944384 1 12447 0 0 0 0 8 3 20 0 20 0 12872143 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156916934736 140158170351515 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28770] ppid=28699 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28770/stat : 28770 (java) S 28699 28702 25602 0 -1 1077944384 946 12447 0 0 13 0 8 3 20 0 20 0 12872143 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156915882608 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28771] ppid=28699 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28771/stat : 28771 (java) S 28699 28702 25602 0 -1 1077944384 1345 12447 0 0 12 0 8 3 20 0 20 0 12872143 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156914829808 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28772] ppid=28699 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28772/stat : 28772 (java) S 28699 28702 25602 0 -1 1077944384 391 12447 0 0 11 0 8 3 20 0 20 0 12872143 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156913777520 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28773] ppid=28699 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28773/stat : 28773 (java) S 28699 28702 25602 0 -1 1077944384 1394 12447 0 0 25 0 8 3 20 0 20 0 12872143 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156912724720 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28774] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28774/stat : 28774 (java) S 28699 28702 25602 0 -1 1077944384 3 12447 0 0 0 0 8 3 20 0 20 0 12872144 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156911671648 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28775] ppid=28699 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28775/stat : 28775 (java) S 28699 28702 25602 0 -1 1077944384 3 12447 0 0 0 0 8 3 20 0 20 0 12872144 11175264256 44815 33554432000 4194304 4196468 140733683134464 140156910618928 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10913344

[startup+3.10116 s]
/proc/loadavg: 1.42 1.53 1.47 5/281 28775
/proc/meminfo: memFree=28047428/32770624 swapFree=7184/341164
[pid=28702] ppid=28699 vsize=10925820 CPUtime=6.5 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 41655 12447 0 0 619 20 8 3 20 0 20 0 12872122 11188039680 59434 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2731455 59434 3474 1 0 2719010 0
[pid=28702/tid=28757] ppid=28699 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28757/stat : 28757 (java) R 28699 28702 25602 0 -1 4202560 28972 12447 0 0 282 8 8 3 20 0 20 0 12872135 11188039680 59434 33554432000 4194304 4196468 140733683134464 140158174567072 140158153715761 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28758] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28758/stat : 28758 (java) S 28699 28702 25602 0 -1 1077944384 18 12447 0 0 0 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157777275280 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28759] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28759/stat : 28759 (java) S 28699 28702 25602 0 -1 1077944384 10 12447 0 0 0 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157776222480 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28760] ppid=28699 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28760/stat : 28760 (java) S 28699 28702 25602 0 -1 1077944384 19 12447 0 0 1 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157775170192 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28761] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28761/stat : 28761 (java) S 28699 28702 25602 0 -1 1077944384 39 12447 0 0 0 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157774117392 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28762] ppid=28699 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28762/stat : 28762 (java) S 28699 28702 25602 0 -1 1077944384 18 12447 0 0 1 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157773065104 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28763] ppid=28699 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28763/stat : 28763 (java) S 28699 28702 25602 0 -1 1077944384 47 12447 0 0 1 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157772012304 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28764] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28764/stat : 28764 (java) S 28699 28702 25602 0 -1 1077944384 123 12447 0 0 0 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157770960016 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28765] ppid=28699 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28765/stat : 28765 (java) S 28699 28702 25602 0 -1 1077944384 15 12447 0 0 1 0 8 3 20 0 20 0 12872136 11188039680 59434 33554432000 4194304 4196468 140733683134464 140157769907216 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28766] ppid=28699 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28766/stat : 28766 (java) S 28699 28702 25602 0 -1 1077944384 668 12447 0 0 2 0 8 3 20 0 20 0 12872138 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156920092784 140158170344066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28767] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28767/stat : 28767 (java) S 28699 28702 25602 0 -1 1077944384 55 12447 0 0 0 0 8 3 20 0 20 0 12872139 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156919038816 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28768] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28768/stat : 28768 (java) S 28699 28702 25602 0 -1 1077944384 44 12447 0 0 0 0 8 3 20 0 20 0 12872139 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156917986432 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28769] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28769/stat : 28769 (java) S 28699 28702 25602 0 -1 1077944384 1 12447 0 0 0 0 8 3 20 0 20 0 12872143 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156916934736 140158170351515 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28770] ppid=28699 vsize=10925820 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28770/stat : 28770 (java) S 28699 28702 25602 0 -1 1077944384 1559 12447 0 0 67 1 8 3 20 0 20 0 12872143 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156915882608 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28771] ppid=28699 vsize=10925820 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28771/stat : 28771 (java) S 28699 28702 25602 0 -1 1077944384 2243 12447 0 0 73 1 8 3 20 0 20 0 12872143 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156914829808 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28772] ppid=28699 vsize=10925820 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28772/stat : 28772 (java) S 28699 28702 25602 0 -1 1077944384 2509 12447 0 0 90 1 8 3 20 0 20 0 12872143 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156913777520 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28773] ppid=28699 vsize=10925820 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28773/stat : 28773 (java) S 28699 28702 25602 0 -1 1077944384 3180 12447 0 0 94 1 8 3 20 0 20 0 12872143 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156912724720 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28774] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28774/stat : 28774 (java) S 28699 28702 25602 0 -1 1077944384 3 12447 0 0 0 0 8 3 20 0 20 0 12872144 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156911671648 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28775] ppid=28699 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28775/stat : 28775 (java) S 28699 28702 25602 0 -1 1077944384 4 12447 0 0 0 0 8 3 20 0 20 0 12872144 11188039680 59434 33554432000 4194304 4196468 140733683134464 140156910618928 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 10925820

[startup+6.30076 s]
/proc/loadavg: 1.62 1.57 1.49 3/258 28814
/proc/meminfo: memFree=30941240/32770624 swapFree=7184/341140
[pid=28702] ppid=28699 vsize=10927868 CPUtime=14.72 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 54300 12447 0 0 1402 59 8 3 20 0 20 0 12872122 11190136832 161014 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2731967 161014 3499 1 0 2719522 0
[pid=28702/tid=28757] ppid=28699 vsize=10927868 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28757/stat : 28757 (java) R 28699 28702 25602 0 -1 4202560 31695 12447 0 0 585 14 8 3 20 0 20 0 12872135 11190136832 161014 33554432000 4194304 4196468 140733683134464 140158174562792 140157818162720 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28758] ppid=28699 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28758/stat : 28758 (java) S 28699 28702 25602 0 -1 1077944384 75 12447 0 0 5 4 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157777275280 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28759] ppid=28699 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28759/stat : 28759 (java) S 28699 28702 25602 0 -1 1077944384 91 12447 0 0 4 4 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157776222480 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28760] ppid=28699 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28760/stat : 28760 (java) S 28699 28702 25602 0 -1 1077944384 77 12447 0 0 5 4 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157775170192 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28761] ppid=28699 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28761/stat : 28761 (java) S 28699 28702 25602 0 -1 1077944384 105 12447 0 0 4 4 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157774117392 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28762] ppid=28699 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28762/stat : 28762 (java) S 28699 28702 25602 0 -1 1077944384 78 12447 0 0 4 4 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157773065104 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28763] ppid=28699 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28763/stat : 28763 (java) S 28699 28702 25602 0 -1 1077944384 96 12447 0 0 4 4 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157772012304 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28764] ppid=28699 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28764/stat : 28764 (java) S 28699 28702 25602 0 -1 1077944384 207 12447 0 0 4 3 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157770960016 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28765] ppid=28699 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28765/stat : 28765 (java) S 28699 28702 25602 0 -1 1077944384 192 12447 0 0 5 4 8 3 20 0 20 0 12872136 11190136832 161014 33554432000 4194304 4196468 140733683134464 140157769907216 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28766] ppid=28699 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28766/stat : 28766 (java) S 28699 28702 25602 0 -1 1077944384 958 12447 0 0 4 0 8 3 20 0 20 0 12872138 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156920092784 140158170344066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28767] ppid=28699 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28767/stat : 28767 (java) S 28699 28702 25602 0 -1 1077944384 56 12447 0 0 0 0 8 3 20 0 20 0 12872139 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156919038880 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28768] ppid=28699 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28768/stat : 28768 (java) S 28699 28702 25602 0 -1 1077944384 48 12447 0 0 0 0 8 3 20 0 20 0 12872139 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156917986432 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28769] ppid=28699 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28769/stat : 28769 (java) S 28699 28702 25602 0 -1 1077944384 1 12447 0 0 0 0 8 3 20 0 20 0 12872143 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156916934736 140158170351515 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28770] ppid=28699 vsize=10927868 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28770/stat : 28770 (java) S 28699 28702 25602 0 -1 1077944384 5001 12447 0 0 227 1 8 3 20 0 20 0 12872143 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156915882608 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28771] ppid=28699 vsize=10927868 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28771/stat : 28771 (java) S 28699 28702 25602 0 -1 1077944384 4314 12447 0 0 199 1 8 3 20 0 20 0 12872143 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156914829808 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28772] ppid=28699 vsize=10927868 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28772/stat : 28772 (java) S 28699 28702 25602 0 -1 1077944384 4273 12447 0 0 216 2 8 3 20 0 20 0 12872143 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156913777520 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28773] ppid=28699 vsize=10927868 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28773/stat : 28773 (java) S 28699 28702 25602 0 -1 1077944384 4499 12447 0 0 130 2 8 3 20 0 20 0 12872143 11190136832 161014 33554432000 4194304 4196468 140733683134464 140156912724720 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28774] ppid=28699 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=28702/tid=28764] ppid=28699 vsize=10995452 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28764/stat : 28764 (java) S 28699 28702 25602 0 -1 1077944384 1285 12447 0 0 16 10 8 3 20 0 20 0 12872136 11259342848 498578 33554432000 4194304 4196468 140733683134464 140157770960016 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28765] ppid=28699 vsize=10995452 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28765/stat : 28765 (java) S 28699 28702 25602 0 -1 1077944384 319 12447 0 0 17 10 8 3 20 0 20 0 12872136 11259342848 498578 33554432000 4194304 4196468 140733683134464 140157769907216 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28766] ppid=28699 vsize=10995452 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28766/stat : 28766 (java) S 28699 28702 25602 0 -1 1077944384 3146 12447 0 0 7 0 8 3 20 0 20 0 12872138 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156920092784 140158170344066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28767] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28767/stat : 28767 (java) S 28699 28702 25602 0 -1 1077944384 56 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156919038880 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28768] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28768/stat : 28768 (java) S 28699 28702 25602 0 -1 1077944384 48 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156917986432 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28769] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28769/stat : 28769 (java) S 28699 28702 25602 0 -1 1077944384 1 12447 0 0 0 0 8 3 20 0 20 0 12872143 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156916934736 140158170351515 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28770] ppid=28699 vsize=10995452 CPUtime=2.58 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28770/stat : 28770 (java) S 28699 28702 25602 0 -1 1077944384 5158 12447 0 0 246 1 8 3 20 0 20 0 12872143 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156915882608 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28771] ppid=28699 vsize=10995452 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28771/stat : 28771 (java) S 28699 28702 25602 0 -1 1077944384 7684 12447 0 0 268 2 8 3 20 0 20 0 12872143 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156914829808 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28772] ppid=28699 vsize=10995452 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28772/stat : 28772 (java) S 28699 28702 25602 0 -1 1077944384 4343 12447 0 0 235 2 8 3 20 0 20 0 12872143 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156913777520 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28773] ppid=28699 vsize=10995452 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28773/stat : 28773 (java) S 28699 28702 25602 0 -1 1077944384 7350 12447 0 0 142 2 8 3 20 0 20 0 12872143 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156912724720 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28774] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28774/stat : 28774 (java) S 28699 28702 25602 0 -1 1077944384 3 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156911671648 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28775] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28775/stat : 28775 (java) S 28699 28702 25602 0 -1 1077944384 454 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 498578 33554432000 4194304 4196468 140733683134464 140156910618928 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
Current children cumulated CPU time (s) 31.72
Current children cumulated vsize (KiB) 10995452

[startup+21.201 s]
/proc/loadavg: 1.77 1.61 1.50 3/281 28915
/proc/meminfo: memFree=28283608/32770624 swapFree=7184/341212
[pid=28702] ppid=28699 vsize=10995452 CPUtime=32.82 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 89310 12447 0 0 3139 132 8 3 20 0 20 0 12872122 11259342848 501743 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2748863 501743 3502 1 0 2736418 0
[pid=28702/tid=28757] ppid=28699 vsize=10995452 CPUtime=20.66 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28757/stat : 28757 (java) S 28699 28702 25602 0 -1 1077944384 46322 12447 0 0 2023 32 8 3 20 0 20 0 12872135 11259342848 501743 33554432000 4194304 4196468 140733683134464 140158174570672 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28758] ppid=28699 vsize=10995452 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28758/stat : 28758 (java) R 28699 28702 25602 0 -1 4202560 218 12447 0 0 25 11 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157777275400 140158162961127 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28759] ppid=28699 vsize=10995452 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28759/stat : 28759 (java) R 28699 28702 25602 0 -1 4202560 322 12447 0 0 23 10 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157776222600 140158162961127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28760] ppid=28699 vsize=10995452 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28760/stat : 28760 (java) R 28699 28702 25602 0 -1 4202560 182 12447 0 0 24 11 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157775170312 140158162961127 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28761] ppid=28699 vsize=10995452 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28761/stat : 28761 (java) R 28699 28702 25602 0 -1 4202560 662 12447 0 0 25 10 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157774117512 140158162961127 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28762] ppid=28699 vsize=10995452 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28762/stat : 28762 (java) R 28699 28702 25602 0 -1 4202560 185 12447 0 0 21 9 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157773065224 140158162961127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28763] ppid=28699 vsize=10995452 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28763/stat : 28763 (java) R 28699 28702 25602 0 -1 4202560 255 12447 0 0 24 10 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157772012504 140158155032802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28764] ppid=28699 vsize=10995452 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28764/stat : 28764 (java) R 28699 28702 25602 0 -1 4202560 1300 12447 0 0 24 11 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157770960136 140158153715952 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28765] ppid=28699 vsize=10995452 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28765/stat : 28765 (java) R 28699 28702 25602 0 -1 4202560 340 12447 0 0 25 10 8 3 20 0 20 0 12872136 11259342848 501743 33554432000 4194304 4196468 140733683134464 140157769907336 140158162961127 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28766] ppid=28699 vsize=10995452 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28766/stat : 28766 (java) S 28699 28702 25602 0 -1 1077944384 8860 12447 0 0 9 0 8 3 20 0 20 0 12872138 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156920091408 140158170343125 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28767] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28767/stat : 28767 (java) S 28699 28702 25602 0 -1 1077944384 56 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156919038880 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28768] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28768/stat : 28768 (java) S 28699 28702 25602 0 -1 1077944384 48 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156917986432 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28769] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28769/stat : 28769 (java) S 28699 28702 25602 0 -1 1077944384 1 12447 0 0 0 0 8 3 20 0 20 0 12872143 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156916934736 140158170351515 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28770] ppid=28699 vsize=10995452 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28770/stat : 28770 (java) S 28699 28702 25602 0 -1 1077944384 5391 12447 0 0 250 1 8 3 20 0 20 0 12872143 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156915882608 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28771] ppid=28699 vsize=10995452 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28771/stat : 28771 (java) S 28699 28702 25602 0 -1 1077944384 7988 12447 0 0 272 2 8 3 20 0 20 0 12872143 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156914829808 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28772] ppid=28699 vsize=10995452 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28772/stat : 28772 (java) S 28699 28702 25602 0 -1 1077944384 4599 12447 0 0 239 2 8 3 20 0 20 0 12872143 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156913757360 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28773] ppid=28699 vsize=10995452 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28773/stat : 28773 (java) S 28699 28702 25602 0 -1 1077944384 9996 12447 0 0 147 2 8 3 20 0 20 0 12872143 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156912724720 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28774] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28774/stat : 28774 (java) S 28699 28702 25602 0 -1 1077944384 3 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156911671648 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28775] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28775/stat : 28775 (java) S 28699 28702 25602 0 -1 1077944384 454 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 501743 33554432000 4194304 4196468 140733683134464 140156910618928 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
Current children cumulated CPU time (s) 32.82
Current children cumulated vsize (KiB) 10995452

[startup+21.4012 s]
/proc/loadavg: 1.77 1.61 1.50 3/281 28915
/proc/meminfo: memFree=28283608/32770624 swapFree=7184/341212
[pid=28702] ppid=28699 vsize=10995452 CPUtime=34.04 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 89560 12447 0 0 3260 133 8 3 20 0 20 0 12872122 11259342848 501367 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2748863 501367 3502 1 0 2736418 0
[pid=28702/tid=28757] ppid=28699 vsize=10995452 CPUtime=20.66 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28757/stat : 28757 (java) S 28699 28702 25602 0 -1 1077944384 46323 12447 0 0 2023 32 8 3 20 0 20 0 12872135 11259342848 501367 33554432000 4194304 4196468 140733683134464 140158174570672 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28758] ppid=28699 vsize=10995452 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28758/stat : 28758 (java) R 28699 28702 25602 0 -1 4202560 231 12447 0 0 39 12 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157777275480 140158155329565 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28759] ppid=28699 vsize=10995452 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28759/stat : 28759 (java) R 28699 28702 25602 0 -1 4202560 322 12447 0 0 37 10 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157776222680 140158155329565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28760] ppid=28699 vsize=10995452 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28760/stat : 28760 (java) R 28699 28702 25602 0 -1 4202560 189 12447 0 0 38 12 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157775170080 140158155031678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28761] ppid=28699 vsize=10995452 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28761/stat : 28761 (java) R 28699 28702 25602 0 -1 4202560 668 12447 0 0 39 10 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157774117592 140158155031887 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28762] ppid=28699 vsize=10995452 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28762/stat : 28762 (java) R 28699 28702 25602 0 -1 4202560 190 12447 0 0 36 9 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157773065304 140158151942707 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28763] ppid=28699 vsize=10995452 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28763/stat : 28763 (java) R 28699 28702 25602 0 -1 4202560 269 12447 0 0 39 11 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157772012504 140158155329326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28764] ppid=28699 vsize=10995452 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28764/stat : 28764 (java) R 28699 28702 25602 0 -1 4202560 1310 12447 0 0 38 11 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157770960216 140158155329565 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28765] ppid=28699 vsize=10995452 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28765/stat : 28765 (java) R 28699 28702 25602 0 -1 4202560 345 12447 0 0 40 10 8 3 20 0 20 0 12872136 11259342848 501367 33554432000 4194304 4196468 140733683134464 140157769907416 140158155329565 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28766] ppid=28699 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28766/stat : 28766 (java) S 28699 28702 25602 0 -1 1077944384 9045 12447 0 0 14 0 8 3 20 0 20 0 12872138 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156920091408 140158170343125 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28767] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28767/stat : 28767 (java) S 28699 28702 25602 0 -1 1077944384 59 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156919038864 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28768] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28768/stat : 28768 (java) S 28699 28702 25602 0 -1 1077944384 48 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156917986432 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28769] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28769/stat : 28769 (java) S 28699 28702 25602 0 -1 1077944384 1 12447 0 0 0 0 8 3 20 0 20 0 12872143 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156916934736 140158170351515 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28770] ppid=28699 vsize=10995452 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28770/stat : 28770 (java) S 28699 28702 25602 0 -1 1077944384 5391 12447 0 0 250 1 8 3 20 0 20 0 12872143 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156915882608 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28771] ppid=28699 vsize=10995452 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28771/stat : 28771 (java) S 28699 28702 25602 0 -1 1077944384 7988 12447 0 0 272 2 8 3 20 0 20 0 12872143 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156914829808 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28772] ppid=28699 vsize=10995452 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28772/stat : 28772 (java) S 28699 28702 25602 0 -1 1077944384 4600 12447 0 0 239 2 8 3 20 0 20 0 12872143 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156913757328 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28773] ppid=28699 vsize=10995452 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28773/stat : 28773 (java) S 28699 28702 25602 0 -1 1077944384 9996 12447 0 0 147 2 8 3 20 0 20 0 12872143 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156912724720 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28774] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28774/stat : 28774 (java) S 28699 28702 25602 0 -1 1077944384 3 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156911671648 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28775] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28775/stat : 28775 (java) S 28699 28702 25602 0 -1 1077944384 454 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 501367 33554432000 4194304 4196468 140733683134464 140156910618928 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
Current children cumulated CPU time (s) 34.04
Current children cumulated vsize (KiB) 10995452

[startup+21.5014 s]
/proc/loadavg: 1.77 1.61 1.50 3/281 28915
/proc/meminfo: memFree=28283608/32770624 swapFree=7184/341212
[pid=28702] ppid=28699 vsize=10995452 CPUtime=34.48 cores=1,3,5,7,9,11,13,15
/proc/28702/stat : 28702 (java) S 28699 28702 25602 0 -1 1077944320 90118 12447 0 0 3304 133 8 3 20 0 20 0 12872122 11259342848 501508 33554432000 4194304 4196468 140733683134464 140733683117008 140158170332919 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
/proc/28702/statm: 2748863 501508 3502 1 0 2736418 0
[pid=28702/tid=28757] ppid=28699 vsize=10995452 CPUtime=20.7 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28757/stat : 28757 (java) R 28699 28702 25602 0 -1 4202560 46531 12447 0 0 2027 32 8 3 20 0 20 0 12872135 11259342848 501508 33554432000 4194304 4196468 140733683134464 140158174566376 140158151896488 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28758] ppid=28699 vsize=10995452 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28758/stat : 28758 (java) S 28699 28702 25602 0 -1 1077944384 231 12447 0 0 44 12 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157777275280 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28759] ppid=28699 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28759/stat : 28759 (java) S 28699 28702 25602 0 -1 1077944384 339 12447 0 0 42 10 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157776222480 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28760] ppid=28699 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28760/stat : 28760 (java) S 28699 28702 25602 0 -1 1077944384 205 12447 0 0 43 12 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157775170192 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28761] ppid=28699 vsize=10995452 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28761/stat : 28761 (java) S 28699 28702 25602 0 -1 1077944384 668 12447 0 0 44 10 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157774117392 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28762] ppid=28699 vsize=10995452 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28762/stat : 28762 (java) S 28699 28702 25602 0 -1 1077944384 206 12447 0 0 40 10 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157773065104 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28763] ppid=28699 vsize=10995452 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28763/stat : 28763 (java) S 28699 28702 25602 0 -1 1077944384 280 12447 0 0 42 11 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157772012304 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28764] ppid=28699 vsize=10995452 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28764/stat : 28764 (java) S 28699 28702 25602 0 -1 1077944384 1310 12447 0 0 42 11 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157770960016 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28765] ppid=28699 vsize=10995452 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28765/stat : 28765 (java) S 28699 28702 25602 0 -1 1077944384 364 12447 0 0 44 10 8 3 20 0 20 0 12872136 11259342848 501508 33554432000 4194304 4196468 140733683134464 140157769907216 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28766] ppid=28699 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28766/stat : 28766 (java) S 28699 28702 25602 0 -1 1077944384 9049 12447 0 0 15 0 8 3 20 0 20 0 12872138 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156920092784 140158170344066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28767] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28767/stat : 28767 (java) S 28699 28702 25602 0 -1 1077944384 61 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156919038880 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28768] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28768/stat : 28768 (java) S 28699 28702 25602 0 -1 1077944384 51 12447 0 0 0 0 8 3 20 0 20 0 12872139 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156917986432 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28769] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28769/stat : 28769 (java) S 28699 28702 25602 0 -1 1077944384 1 12447 0 0 0 0 8 3 20 0 20 0 12872143 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156916934736 140158170351515 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28770] ppid=28699 vsize=10995452 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28770/stat : 28770 (java) S 28699 28702 25602 0 -1 1077944384 5394 12447 0 0 251 1 8 3 20 0 20 0 12872143 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156915882608 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28771] ppid=28699 vsize=10995452 CPUtime=2.87 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28771/stat : 28771 (java) R 28699 28702 25602 0 -1 4202560 8219 12447 0 0 274 2 8 3 20 0 20 0 12872143 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156914811008 140158151033216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28772] ppid=28699 vsize=10995452 CPUtime=2.53 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28772/stat : 28772 (java) S 28699 28702 25602 0 -1 1077944384 4606 12447 0 0 240 2 8 3 20 0 20 0 12872143 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156913777520 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28773] ppid=28699 vsize=10995452 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28773/stat : 28773 (java) S 28699 28702 25602 0 -1 1077944384 10021 12447 0 0 148 2 8 3 20 0 20 0 12872143 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156912724720 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28774] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28774/stat : 28774 (java) S 28699 28702 25602 0 -1 1077944384 3 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156911671648 140158170343125 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
[pid=28702/tid=28775] ppid=28699 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28702/task/28775/stat : 28775 (java) S 28699 28702 25602 0 -1 1077944384 454 12447 0 0 0 0 8 3 20 0 20 0 12872144 11259342848 501532 33554432000 4194304 4196468 140733683134464 140156910618928 140158170344066 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13869056 140733683141313 140733683144087 140733683144087 140733683146703 0
Current children cumulated CPU time (s) 34.48
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 21.5414
CPU time (s): 34.5557
CPU user time (s): 33.1682
CPU system time (s): 1.3875
CPU usage (%): 160.415
Max. virtual memory (cumulated for all children) (KiB): 10997552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.1682
system time used= 1.3875
maximum resident set size= 2007132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102779
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10917
involuntary context switches= 2890

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.150444 second user time and 0.192283 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-23 04:14:14
IDJOB=4250028
IDBENCH=138763
IDSOLVER=2630
FILE ID=node139/4250028-1500776054
RUNJOBID= node139-1500773743-28229
PBS_JOBID= 20624581
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250028-1500776054/watcher-4250028-1500776054 -o /tmp/evaluation-result-4250028-1500776054/solver-4250028-1500776054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28229 --watchdog 2560  bin/concrete HOME/instance-4250028-1500776054.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=1533292116

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28227000 kB
MemAvailable:   28724480 kB
Buffers:          162088 kB
Cached:           613736 kB
SwapCached:            0 kB
Active:          3745624 kB
Inactive:         349808 kB
Active(anon):    3322528 kB
Inactive(anon):     8648 kB
Active(file):     423096 kB
Inactive(file):   341160 kB
Unevictable:        7184 kB
Mlocked:            7184 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24588 kB
Writeback:             0 kB
AnonPages:       3331064 kB
Mapped:            45348 kB
Shmem:              8852 kB
Slab:             133004 kB
SReclaimable:      98120 kB
SUnreclaim:        34884 kB
KernelStack:        4848 kB
PageTables:        11524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3920180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3121152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61888 MiB
End job on node139 at 2017-07-23 04:14:35