Trace number 4249152

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 42.6782 24.0441

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20/
TravellingSalesman-20-142_X2.xml
MD5SUMd56953f82a267c4c8ee700c959d37f45
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 benchmark6.3958201
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":180,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":39},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":210},{"arity":3,"count":20}]
Number of extensional constraints230
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":230}]
Optimization problemNO
Type of objective

Solver Data

3.90/2.23	c Concrete v3.4 running
42.59/24.01	v <instantiation>
42.59/24.01	v       <list>
42.59/24.01	v         w3 w4 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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18]
42.59/24.01	v       </list>
42.59/24.01	v       <values>
42.59/24.01	v         179 0 20 6 16 8 17 10 4 19 12 18 3 2 5 15 1 13 7 11 14 9 18 11 2 26 6 3 4 1 13 2 3 0 23 11 7 8 0 4 29 8 29 31 57 63 66 70 71 84 86 89 89 112 123 130 138 138 142 171 179
42.59/24.01	v       </values>
42.59/24.01	v     </instantiation>
42.59/24.01	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-4249152-1500758536/watcher-4249152-1500758536 -o /tmp/evaluation-result-4249152-1500758536/solver-4249152-1500758536 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560 bin/concrete HOME/instance-4249152-1500758536.xml 

pid=30257
running on 8 cores: 0,2,4,6,8,10,12,14

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.89 1.55 1.52 2/262 30260
/proc/meminfo: memFree=30704068/32770624 swapFree=6300/323940
[pid=30260] ppid=30257 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (bash) S 30257 30260 28437 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 11119861 9736192 350 33554432000 4194304 5098028 140737312780544 140737312778184 140180522908672 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 30609408 140737312781582 140737312781667 140737312781667 140737312784366 0
/proc/30260/statm: 2377 350 278 221 0 86 0

[startup+0.100189 s]
/proc/loadavg: 1.89 1.55 1.52 2/262 30260
/proc/meminfo: memFree=30704068/32770624 swapFree=6300/323940
[pid=30260] ppid=30257 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (bash) S 30257 30260 28437 0 -1 4202496 879 6420 0 0 0 0 0 1 20 0 1 0 11119861 9871360 377 33554432000 4194304 5098028 140737312780544 140737312774552 140180522908672 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 30609408 140737312781582 140737312781667 140737312781667 140737312784366 0
/proc/30260/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200412 s]
/proc/loadavg: 1.89 1.55 1.52 2/262 30260
/proc/meminfo: memFree=30704068/32770624 swapFree=6300/323940
[pid=30260] ppid=30257 vsize=10435860 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 5128 12693 0 0 5 1 8 3 20 0 13 0 11119861 10686320640 5447 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2608965 5447 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300334 s]
/proc/loadavg: 1.89 1.55 1.52 2/262 30260
/proc/meminfo: memFree=30704068/32770624 swapFree=6300/323940
[pid=30260] ppid=30257 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 7107 12693 0 0 23 2 8 3 20 0 20 0 11119861 11164049408 8840 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2725598 8840 2978 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700159 s]
/proc/loadavg: 1.89 1.55 1.52 2/262 30260
/proc/meminfo: memFree=30704068/32770624 swapFree=6300/323940
[pid=30260] ppid=30257 vsize=10902720 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 12231 12693 0 0 73 4 8 3 20 0 20 0 11119861 11164385280 15550 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2725680 15584 3152 1 0 2713890 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 10902720

[startup+1.50074 s]
/proc/loadavg: 1.89 1.55 1.52 4/282 30333
/proc/meminfo: memFree=30593332/32770624 swapFree=6300/324308
[pid=30260] ppid=30257 vsize=10913344 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 26726 12693 0 0 200 14 8 3 20 0 20 0 11119861 11175264256 44023 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2728336 44023 3402 1 0 2716450 0
[pid=30260/tid=30315] ppid=30257 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30315/stat : 30315 (java) R 30257 30260 28437 0 -1 4202560 19586 12693 0 0 124 7 8 3 20 0 20 0 11119874 11175264256 44023 33554432000 4194304 4196468 140732436668112 140426078962672 140426074764445 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30316] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30316/stat : 30316 (java) S 30257 30260 28437 0 -1 1077944384 28 12693 0 0 0 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140426037848720 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30317] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30317/stat : 30317 (java) S 30257 30260 28437 0 -1 1077944384 131 12693 0 0 0 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425680312848 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30318] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30318/stat : 30318 (java) S 30257 30260 28437 0 -1 1077944384 20 12693 0 0 0 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425679260048 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30319] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30319/stat : 30319 (java) S 30257 30260 28437 0 -1 1077944384 23 12693 0 0 0 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425678207248 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30320] ppid=30257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30320/stat : 30320 (java) S 30257 30260 28437 0 -1 1077944384 62 12693 0 0 1 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425677155472 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30321] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30321/stat : 30321 (java) S 30257 30260 28437 0 -1 1077944384 14 12693 0 0 0 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425676102672 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30322] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30322/stat : 30322 (java) S 30257 30260 28437 0 -1 1077944384 23 12693 0 0 0 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425675049872 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30323] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30323/stat : 30323 (java) S 30257 30260 28437 0 -1 1077944384 21 12693 0 0 0 0 8 3 20 0 20 0 11119875 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425673997072 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30324] ppid=30257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30324/stat : 30324 (java) S 30257 30260 28437 0 -1 1077944384 1498 12693 0 0 1 0 8 3 20 0 20 0 11119877 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425549371760 140426074753666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30325] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30325/stat : 30325 (java) S 30257 30260 28437 0 -1 1077944384 56 12693 0 0 0 0 8 3 20 0 20 0 11119878 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425548317792 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30326] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30326/stat : 30326 (java) S 30257 30260 28437 0 -1 1077944384 45 12693 0 0 0 0 8 3 20 0 20 0 11119879 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425547264896 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30327] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30327/stat : 30327 (java) S 30257 30260 28437 0 -1 1077944384 1 12693 0 0 0 0 8 3 20 0 20 0 11119883 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425546213200 140426074761115 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30328] ppid=30257 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30328/stat : 30328 (java) S 30257 30260 28437 0 -1 1077944384 799 12693 0 0 12 0 8 3 20 0 20 0 11119883 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425545161584 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30329] ppid=30257 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30329/stat : 30329 (java) S 30257 30260 28437 0 -1 1077944384 652 12693 0 0 15 0 8 3 20 0 20 0 11119883 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425544108784 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30330] ppid=30257 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30330/stat : 30330 (java) S 30257 30260 28437 0 -1 1077944384 538 12693 0 0 12 0 8 3 20 0 20 0 11119883 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425543055984 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30331] ppid=30257 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30331/stat : 30331 (java) S 30257 30260 28437 0 -1 1077944384 1090 12693 0 0 26 0 8 3 20 0 20 0 11119883 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425542003184 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30332] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30332/stat : 30332 (java) S 30257 30260 28437 0 -1 1077944384 3 12693 0 0 0 0 8 3 20 0 20 0 11119883 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425540950624 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30333] ppid=30257 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30333/stat : 30333 (java) S 30257 30260 28437 0 -1 1077944384 7 12693 0 0 0 0 8 3 20 0 20 0 11119884 11175264256 44023 33554432000 4194304 4196468 140732436668112 140425539897904 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10115 s]
/proc/loadavg: 1.89 1.55 1.52 7/282 30333
/proc/meminfo: memFree=30530436/32770624 swapFree=6300/324308
[pid=30260] ppid=30257 vsize=10925820 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 47494 12693 0 0 614 20 8 3 20 0 20 0 11119861 11188039680 60539 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2731455 60539 3477 1 0 2719010 0
[pid=30260/tid=30315] ppid=30257 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30315/stat : 30315 (java) R 30257 30260 28437 0 -1 4202560 30704 12693 0 0 281 10 8 3 20 0 20 0 11119874 11188039680 60539 33554432000 4194304 4196468 140732436668112 140426078965312 140426055568592 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30316] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30316/stat : 30316 (java) S 30257 30260 28437 0 -1 1077944384 28 12693 0 0 0 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140426037848720 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30317] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30317/stat : 30317 (java) S 30257 30260 28437 0 -1 1077944384 131 12693 0 0 0 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425680312848 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30318] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30318/stat : 30318 (java) S 30257 30260 28437 0 -1 1077944384 20 12693 0 0 0 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425679260048 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30319] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30319/stat : 30319 (java) S 30257 30260 28437 0 -1 1077944384 23 12693 0 0 0 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425678207248 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30320] ppid=30257 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30320/stat : 30320 (java) S 30257 30260 28437 0 -1 1077944384 62 12693 0 0 1 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425677155472 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30321] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30321/stat : 30321 (java) S 30257 30260 28437 0 -1 1077944384 14 12693 0 0 0 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425676102672 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30322] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30322/stat : 30322 (java) S 30257 30260 28437 0 -1 1077944384 23 12693 0 0 0 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425675049872 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30323] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30323/stat : 30323 (java) S 30257 30260 28437 0 -1 1077944384 21 12693 0 0 0 0 8 3 20 0 20 0 11119875 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425673997072 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30324] ppid=30257 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30324/stat : 30324 (java) S 30257 30260 28437 0 -1 1077944384 1520 12693 0 0 1 0 8 3 20 0 20 0 11119877 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425549371760 140426074753666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30325] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30325/stat : 30325 (java) S 30257 30260 28437 0 -1 1077944384 56 12693 0 0 0 0 8 3 20 0 20 0 11119878 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425548317792 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30326] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30326/stat : 30326 (java) S 30257 30260 28437 0 -1 1077944384 45 12693 0 0 0 0 8 3 20 0 20 0 11119879 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425547264896 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30327] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30327/stat : 30327 (java) S 30257 30260 28437 0 -1 1077944384 1 12693 0 0 0 0 8 3 20 0 20 0 11119883 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425546213200 140426074761115 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30328] ppid=30257 vsize=10925820 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30328/stat : 30328 (java) S 30257 30260 28437 0 -1 1077944384 4665 12693 0 0 95 1 8 3 20 0 20 0 11119883 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425545161584 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30329] ppid=30257 vsize=10925820 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30329/stat : 30329 (java) S 30257 30260 28437 0 -1 1077944384 2081 12693 0 0 67 0 8 3 20 0 20 0 11119883 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425544108784 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30330] ppid=30257 vsize=10925820 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30330/stat : 30330 (java) R 30257 30260 28437 0 -1 4202560 2213 12693 0 0 61 0 8 3 20 0 20 0 11119883 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425543046960 140426056286632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30331] ppid=30257 vsize=10925820 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30331/stat : 30331 (java) R 30257 30260 28437 0 -1 4202560 3747 12693 0 0 99 1 8 3 20 0 20 0 11119883 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425542003184 140426053680728 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30332] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30332/stat : 30332 (java) S 30257 30260 28437 0 -1 1077944384 3 12693 0 0 0 0 8 3 20 0 20 0 11119883 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425540950624 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30333] ppid=30257 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30333/stat : 30333 (java) S 30257 30260 28437 0 -1 1077944384 8 12693 0 0 0 0 8 3 20 0 20 0 11119884 11188039680 60539 33554432000 4194304 4196468 140732436668112 140425539897904 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 10925820

[startup+6.30106 s]
/proc/loadavg: 2.14 1.61 1.54 5/282 30333
/proc/meminfo: memFree=30328752/32770624 swapFree=6300/324304
[pid=30260] ppid=30257 vsize=10995452 CPUtime=17.92 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 68623 12693 0 0 1735 46 8 3 20 0 20 0 11119861 11259342848 136411 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2748863 136411 3498 1 0 2736418 0
[pid=30260/tid=30315] ppid=30257 vsize=10995452 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30315/stat : 30315 (java) R 30257 30260 28437 0 -1 4202560 36781 12693 0 0 581 16 8 3 20 0 20 0 11119874 11259342848 136411 33554432000 4194304 4196468 140732436668112 140426078976160 140425725567463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30316] ppid=30257 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30316/stat : 30316 (java) S 30257 30260 28437 0 -1 1077944384 54 12693 0 0 7 2 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140426037848720 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30317] ppid=30257 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30317/stat : 30317 (java) S 30257 30260 28437 0 -1 1077944384 151 12693 0 0 7 2 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425680312848 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30318] ppid=30257 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30318/stat : 30318 (java) S 30257 30260 28437 0 -1 1077944384 63 12693 0 0 7 3 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425679260048 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30319] ppid=30257 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30319/stat : 30319 (java) S 30257 30260 28437 0 -1 1077944384 58 12693 0 0 7 2 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425678207248 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30320] ppid=30257 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30320/stat : 30320 (java) S 30257 30260 28437 0 -1 1077944384 92 12693 0 0 7 2 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425677155472 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30321] ppid=30257 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30321/stat : 30321 (java) S 30257 30260 28437 0 -1 1077944384 85 12693 0 0 7 3 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425676102672 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30322] ppid=30257 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30322/stat : 30322 (java) S 30257 30260 28437 0 -1 1077944384 69 12693 0 0 8 2 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425675049872 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30323] ppid=30257 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30323/stat : 30323 (java) S 30257 30260 28437 0 -1 1077944384 97 12693 0 0 6 2 8 3 20 0 20 0 11119875 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425673997072 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30324] ppid=30257 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30324/stat : 30324 (java) S 30257 30260 28437 0 -1 1077944384 2468 12693 0 0 4 0 8 3 20 0 20 0 11119877 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425549371760 140426074753666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30325] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30325/stat : 30325 (java) S 30257 30260 28437 0 -1 1077944384 56 12693 0 0 0 0 8 3 20 0 20 0 11119878 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425548317856 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30326] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30326/stat : 30326 (java) S 30257 30260 28437 0 -1 1077944384 45 12693 0 0 0 0 8 3 20 0 20 0 11119879 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425547264896 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30327] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30327/stat : 30327 (java) S 30257 30260 28437 0 -1 1077944384 1 12693 0 0 0 0 8 3 20 0 20 0 11119883 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425546213200 140426074761115 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30328] ppid=30257 vsize=10995452 CPUtime=3.47 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30328/stat : 30328 (java) R 30257 30260 28437 0 -1 4202560 9008 12693 0 0 334 2 8 3 20 0 20 0 11119883 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425545146352 140426059850222 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30329] ppid=30257 vsize=10995452 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30329/stat : 30329 (java) R 30257 30260 28437 0 -1 4202560 6363 12693 0 0 297 2 8 3 20 0 20 0 11119883 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425544095008 140426056286292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30330] ppid=30257 vsize=10995452 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30330/stat : 30330 (java) R 30257 30260 28437 0 -1 4202560 6520 12693 0 0 300 1 8 3 20 0 20 0 11119883 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425543043824 140426052627504 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30331] ppid=30257 vsize=10995452 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30331/stat : 30331 (java) S 30257 30260 28437 0 -1 1077944384 4570 12693 0 0 157 1 8 3 20 0 20 0 11119883 11259342848 136411 33554432000 4194304 4196468 140732436668112 140425542003184 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30332] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=30260/tid=30322] ppid=30257 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30322/stat : 30322 (java) S 30257 30260 28437 0 -1 1077944384 151 12693 0 0 12 6 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425675049872 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30323] ppid=30257 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30323/stat : 30323 (java) S 30257 30260 28437 0 -1 1077944384 1081 12693 0 0 10 5 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425673997072 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30324] ppid=30257 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30324/stat : 30324 (java) S 30257 30260 28437 0 -1 1077944384 3361 12693 0 0 6 0 8 3 20 0 20 0 11119877 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425549371760 140426074753666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30325] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30325/stat : 30325 (java) S 30257 30260 28437 0 -1 1077944384 56 12693 0 0 0 0 8 3 20 0 20 0 11119878 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425548317856 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30326] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30326/stat : 30326 (java) S 30257 30260 28437 0 -1 1077944384 45 12693 0 0 0 0 8 3 20 0 20 0 11119879 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425547264896 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30327] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30327/stat : 30327 (java) S 30257 30260 28437 0 -1 1077944384 1 12693 0 0 0 0 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425546213200 140426074761115 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30328] ppid=30257 vsize=10995452 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30328/stat : 30328 (java) S 30257 30260 28437 0 -1 1077944384 11562 12693 0 0 487 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425545161584 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30329] ppid=30257 vsize=10995452 CPUtime=4.16 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30329/stat : 30329 (java) S 30257 30260 28437 0 -1 1077944384 7122 12693 0 0 403 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425544108784 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30330] ppid=30257 vsize=10995452 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30330/stat : 30330 (java) S 30257 30260 28437 0 -1 1077944384 7013 12693 0 0 422 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425543055984 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30331] ppid=30257 vsize=10995452 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30331/stat : 30331 (java) S 30257 30260 28437 0 -1 1077944384 5408 12693 0 0 186 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425542003184 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30332] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30332/stat : 30332 (java) S 30257 30260 28437 0 -1 1077944384 3 12693 0 0 0 0 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425540950624 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30333] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30333/stat : 30333 (java) S 30257 30260 28437 0 -1 1077944384 984 12693 0 0 0 0 8 3 20 0 20 0 11119884 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425539897904 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
Current children cumulated CPU time (s) 38.63
Current children cumulated vsize (KiB) 10995452

[startup+23.2087 s]
/proc/loadavg: 1.74 1.55 1.52 3/282 30333
/proc/meminfo: memFree=28961576/32770624 swapFree=6300/324320
[pid=30260] ppid=30257 vsize=10995452 CPUtime=39.43 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 80912 12693 0 0 3840 92 8 3 20 0 20 0 11119861 11259342848 441445 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2748863 441445 3512 1 0 2736418 0
[pid=30260/tid=30315] ppid=30257 vsize=10995452 CPUtime=22.87 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30315/stat : 30315 (java) R 30257 30260 28437 0 -1 4202560 40708 12693 0 0 2242 34 8 3 20 0 20 0 11119874 11259342848 441445 33554432000 4194304 4196468 140732436668112 140426078973824 140425725967345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30316] ppid=30257 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30316/stat : 30316 (java) S 30257 30260 28437 0 -1 1077944384 578 12693 0 0 11 5 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140426037848720 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30317] ppid=30257 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30317/stat : 30317 (java) S 30257 30260 28437 0 -1 1077944384 191 12693 0 0 10 5 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425680312848 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30318] ppid=30257 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30318/stat : 30318 (java) S 30257 30260 28437 0 -1 1077944384 139 12693 0 0 10 6 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425679260048 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30319] ppid=30257 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30319/stat : 30319 (java) S 30257 30260 28437 0 -1 1077944384 100 12693 0 0 12 6 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425678207248 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30320] ppid=30257 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30320/stat : 30320 (java) S 30257 30260 28437 0 -1 1077944384 154 12693 0 0 10 5 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425677155472 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30321] ppid=30257 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30321/stat : 30321 (java) S 30257 30260 28437 0 -1 1077944384 126 12693 0 0 12 6 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425676102672 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30322] ppid=30257 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30322/stat : 30322 (java) S 30257 30260 28437 0 -1 1077944384 151 12693 0 0 12 6 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425675049872 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30323] ppid=30257 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30323/stat : 30323 (java) S 30257 30260 28437 0 -1 1077944384 1081 12693 0 0 10 5 8 3 20 0 20 0 11119875 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425673997072 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30324] ppid=30257 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30324/stat : 30324 (java) S 30257 30260 28437 0 -1 1077944384 3361 12693 0 0 6 0 8 3 20 0 20 0 11119877 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425549371760 140426074753666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30325] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30325/stat : 30325 (java) S 30257 30260 28437 0 -1 1077944384 56 12693 0 0 0 0 8 3 20 0 20 0 11119878 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425548317856 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30326] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30326/stat : 30326 (java) S 30257 30260 28437 0 -1 1077944384 45 12693 0 0 0 0 8 3 20 0 20 0 11119879 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425547264896 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30327] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30327/stat : 30327 (java) S 30257 30260 28437 0 -1 1077944384 1 12693 0 0 0 0 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425546213200 140426074761115 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30328] ppid=30257 vsize=10995452 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30328/stat : 30328 (java) S 30257 30260 28437 0 -1 1077944384 11562 12693 0 0 487 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425545161584 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30329] ppid=30257 vsize=10995452 CPUtime=4.16 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30329/stat : 30329 (java) S 30257 30260 28437 0 -1 1077944384 7122 12693 0 0 403 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425544108784 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30330] ppid=30257 vsize=10995452 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30330/stat : 30330 (java) S 30257 30260 28437 0 -1 1077944384 7013 12693 0 0 422 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425543055984 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30331] ppid=30257 vsize=10995452 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30331/stat : 30331 (java) S 30257 30260 28437 0 -1 1077944384 5408 12693 0 0 186 2 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425542003184 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30332] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30332/stat : 30332 (java) S 30257 30260 28437 0 -1 1077944384 3 12693 0 0 0 0 8 3 20 0 20 0 11119883 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425540950624 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30333] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30333/stat : 30333 (java) S 30257 30260 28437 0 -1 1077944384 984 12693 0 0 0 0 8 3 20 0 20 0 11119884 11259342848 441445 33554432000 4194304 4196468 140732436668112 140425539897904 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
Current children cumulated CPU time (s) 39.43
Current children cumulated vsize (KiB) 10995452

[startup+23.6007 s]
/proc/loadavg: 1.74 1.55 1.52 3/282 30333
/proc/meminfo: memFree=28961576/32770624 swapFree=6300/324320
[pid=30260] ppid=30257 vsize=10995452 CPUtime=40.21 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 91451 12693 0 0 3915 95 8 3 20 0 20 0 11119861 11259342848 444055 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2748863 444055 3512 1 0 2736418 0
[pid=30260/tid=30315] ppid=30257 vsize=10995452 CPUtime=23.18 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30315/stat : 30315 (java) S 30257 30260 28437 0 -1 1077944384 41591 12693 0 0 2273 34 8 3 20 0 20 0 11119874 11259342848 444055 33554432000 4194304 4196468 140732436668112 140426078980304 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30316] ppid=30257 vsize=10995452 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30316/stat : 30316 (java) R 30257 30260 28437 0 -1 4202560 601 12693 0 0 16 5 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140426037848528 140426067370727 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30317] ppid=30257 vsize=10995452 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30317/stat : 30317 (java) S 30257 30260 28437 0 -1 1077944384 195 12693 0 0 15 5 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425680312656 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30318] ppid=30257 vsize=10995452 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30318/stat : 30318 (java) R 30257 30260 28437 0 -1 4202560 170 12693 0 0 15 6 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425679260248 140426059443207 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30319] ppid=30257 vsize=10995452 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30319/stat : 30319 (java) R 30257 30260 28437 0 -1 4202560 142 12693 0 0 17 6 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425678207056 140426067370727 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30320] ppid=30257 vsize=10995452 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30320/stat : 30320 (java) R 30257 30260 28437 0 -1 4202560 210 12693 0 0 15 5 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425677155280 140426058125554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30321] ppid=30257 vsize=10995452 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30321/stat : 30321 (java) R 30257 30260 28437 0 -1 4202560 179 12693 0 0 17 6 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425676102480 140426067370727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30322] ppid=30257 vsize=10995452 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30322/stat : 30322 (java) R 30257 30260 28437 0 -1 4202560 166 12693 0 0 17 6 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425675049992 140426067370727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30323] ppid=30257 vsize=10995452 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30323/stat : 30323 (java) R 30257 30260 28437 0 -1 4202560 1094 12693 0 0 15 5 8 3 20 0 20 0 11119875 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425673996880 140426067370727 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30324] ppid=30257 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30324/stat : 30324 (java) S 30257 30260 28437 0 -1 1077944384 12375 12693 0 0 8 1 8 3 20 0 20 0 11119877 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425549370384 140426074752725 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30325] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30325/stat : 30325 (java) S 30257 30260 28437 0 -1 1077944384 56 12693 0 0 0 0 8 3 20 0 20 0 11119878 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425548317856 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30326] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30326/stat : 30326 (java) S 30257 30260 28437 0 -1 1077944384 45 12693 0 0 0 0 8 3 20 0 20 0 11119879 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425547264896 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30327] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30327/stat : 30327 (java) S 30257 30260 28437 0 -1 1077944384 1 12693 0 0 0 0 8 3 20 0 20 0 11119883 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425546213200 140426074761115 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30328] ppid=30257 vsize=10995452 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30328/stat : 30328 (java) S 30257 30260 28437 0 -1 1077944384 11562 12693 0 0 487 2 8 3 20 0 20 0 11119883 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425545161584 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30329] ppid=30257 vsize=10995452 CPUtime=4.16 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30329/stat : 30329 (java) S 30257 30260 28437 0 -1 1077944384 7122 12693 0 0 403 2 8 3 20 0 20 0 11119883 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425544108784 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30330] ppid=30257 vsize=10995452 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30330/stat : 30330 (java) S 30257 30260 28437 0 -1 1077944384 7013 12693 0 0 422 2 8 3 20 0 20 0 11119883 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425543055984 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30331] ppid=30257 vsize=10995452 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30331/stat : 30331 (java) S 30257 30260 28437 0 -1 1077944384 5813 12693 0 0 186 2 8 3 20 0 20 0 11119883 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425542002752 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30332] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30332/stat : 30332 (java) S 30257 30260 28437 0 -1 1077944384 3 12693 0 0 0 0 8 3 20 0 20 0 11119883 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425540950624 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30333] ppid=30257 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30333/stat : 30333 (java) S 30257 30260 28437 0 -1 1077944384 984 12693 0 0 0 0 8 3 20 0 20 0 11119884 11259342848 444055 33554432000 4194304 4196468 140732436668112 140425539897904 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
Current children cumulated CPU time (s) 40.21
Current children cumulated vsize (KiB) 10995452

[startup+24.0009 s]
/proc/loadavg: 1.74 1.55 1.52 3/282 30333
/proc/meminfo: memFree=28961576/32770624 swapFree=6300/324320
[pid=30260] ppid=30257 vsize=10997500 CPUtime=42.59 cores=0,2,4,6,8,10,12,14
/proc/30260/stat : 30260 (java) S 30257 30260 28437 0 -1 1077944320 93129 12693 0 0 4152 96 8 3 20 0 20 0 11119861 11261440000 443593 33554432000 4194304 4196468 140732436668112 140732436650656 140426074742519 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
/proc/30260/statm: 2749375 443593 3512 1 0 2736930 0
[pid=30260/tid=30315] ppid=30257 vsize=10997500 CPUtime=23.21 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30315/stat : 30315 (java) R 30257 30260 28437 0 -1 4202560 42512 12693 0 0 2276 34 8 3 20 0 20 0 11119874 11261440000 443593 33554432000 4194304 4196468 140732436668112 140426078957424 140425962498712 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30316] ppid=30257 vsize=10997500 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30316/stat : 30316 (java) S 30257 30260 28437 0 -1 1077944384 606 12693 0 0 44 5 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140426037848720 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30317] ppid=30257 vsize=10997500 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30317/stat : 30317 (java) S 30257 30260 28437 0 -1 1077944384 197 12693 0 0 43 5 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425680312848 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30318] ppid=30257 vsize=10997500 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30318/stat : 30318 (java) S 30257 30260 28437 0 -1 1077944384 179 12693 0 0 44 6 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425679260048 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30319] ppid=30257 vsize=10997500 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30319/stat : 30319 (java) S 30257 30260 28437 0 -1 1077944384 147 12693 0 0 44 6 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425678207248 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30320] ppid=30257 vsize=10997500 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30320/stat : 30320 (java) S 30257 30260 28437 0 -1 1077944384 216 12693 0 0 43 5 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425677155472 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30321] ppid=30257 vsize=10997500 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30321/stat : 30321 (java) S 30257 30260 28437 0 -1 1077944384 180 12693 0 0 46 6 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425676102672 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30322] ppid=30257 vsize=10997500 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30322/stat : 30322 (java) S 30257 30260 28437 0 -1 1077944384 172 12693 0 0 45 6 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425675049872 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30323] ppid=30257 vsize=10997500 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30323/stat : 30323 (java) S 30257 30260 28437 0 -1 1077944384 1100 12693 0 0 42 6 8 3 20 0 20 0 11119875 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425673997072 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30324] ppid=30257 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30324/stat : 30324 (java) S 30257 30260 28437 0 -1 1077944384 12523 12693 0 0 14 1 8 3 20 0 20 0 11119877 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425549371760 140426074753666 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30325] ppid=30257 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30325/stat : 30325 (java) S 30257 30260 28437 0 -1 1077944384 58 12693 0 0 0 0 8 3 20 0 20 0 11119878 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425548317856 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30326] ppid=30257 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30326/stat : 30326 (java) S 30257 30260 28437 0 -1 1077944384 45 12693 0 0 0 0 8 3 20 0 20 0 11119879 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425547264896 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30327] ppid=30257 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30327/stat : 30327 (java) S 30257 30260 28437 0 -1 1077944384 1 12693 0 0 0 0 8 3 20 0 20 0 11119883 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425546213200 140426074761115 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30328] ppid=30257 vsize=10997500 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30328/stat : 30328 (java) S 30257 30260 28437 0 -1 1077944384 11567 12693 0 0 487 2 8 3 20 0 20 0 11119883 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425545161584 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30329] ppid=30257 vsize=10997500 CPUtime=4.17 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30329/stat : 30329 (java) R 30257 30260 28437 0 -1 4202560 7324 12693 0 0 404 2 8 3 20 0 20 0 11119883 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425544108880 140426058228637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30330] ppid=30257 vsize=10997500 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30330/stat : 30330 (java) S 30257 30260 28437 0 -1 1077944384 7085 12693 0 0 422 2 8 3 20 0 20 0 11119883 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425543055984 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30331] ppid=30257 vsize=10997500 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30331/stat : 30331 (java) S 30257 30260 28437 0 -1 1077944384 6101 12693 0 0 187 2 8 3 20 0 20 0 11119883 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425542003184 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30332] ppid=30257 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30332/stat : 30332 (java) S 30257 30260 28437 0 -1 1077944384 3 12693 0 0 0 0 8 3 20 0 20 0 11119883 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425540950624 140426074752725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
[pid=30260/tid=30333] ppid=30257 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30260/task/30333/stat : 30333 (java) S 30257 30260 28437 0 -1 1077944384 984 12693 0 0 0 0 8 3 20 0 20 0 11119884 11261440000 443593 33554432000 4194304 4196468 140732436668112 140425539897904 140426074753666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18046976 140732436671169 140732436673943 140732436673943 140732436676559 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (KiB) 10997500

Child status: 0
Real time (s): 24.0441
CPU time (s): 42.6782
CPU user time (s): 41.6577
CPU system time (s): 1.0205
CPU usage (%): 177.5
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.6577
system time used= 1.0205
maximum resident set size= 1776224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106542
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= 11768
involuntary context switches= 3364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.167515 second user time and 0.208503 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 23:22:16
IDJOB=4249152
IDBENCH=135692
IDSOLVER=2630
FILE ID=node143/4249152-1500758536
RUNJOBID= node143-1500751505-28468
PBS_JOBID= 20624578
Free space on /tmp= 61884 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20/TravellingSalesman-20-142_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249152-1500758536/watcher-4249152-1500758536 -o /tmp/evaluation-result-4249152-1500758536/solver-4249152-1500758536 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560  bin/concrete HOME/instance-4249152-1500758536.xml

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

MD5SUM BENCH= d56953f82a267c4c8ee700c959d37f45
RANDOM SEED=506997875

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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		: 1600.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:        30704204 kB
MemAvailable:   31219168 kB
Buffers:          188488 kB
Cached:           597184 kB
SwapCached:            0 kB
Active:          1278768 kB
Inactive:         332692 kB
Active(anon):     828416 kB
Inactive(anon):     8752 kB
Active(file):     450352 kB
Inactive(file):   323940 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24644 kB
Writeback:             0 kB
AnonPages:        841700 kB
Mapped:            45072 kB
Shmem:              8852 kB
Slab:             147524 kB
SReclaimable:     113016 kB
SUnreclaim:        34508 kB
KernelStack:        4880 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1655088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61860 MiB
End job on node143 at 2017-07-22 23:22:40