Trace number 4248084

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 44.6203 17.3256

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-05.xml
MD5SUMea540cd06a6319d4cfbd19a531a1ad9c
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.56077999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

3.91/2.35	c Concrete v3.4 running
44.34/17.29	v <instantiation>
44.34/17.29	v       <list>
44.34/17.29	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]
44.34/17.29	v       </list>
44.34/17.29	v       <values>
44.34/17.29	v         1 0 0 0 1 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 1 0 1
44.34/17.29	v       </values>
44.34/17.29	v     </instantiation>
44.34/17.29	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-4248084-1500742536/watcher-4248084-1500742536 -o /tmp/evaluation-result-4248084-1500742536/solver-4248084-1500742536 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500742536-25376 --watchdog 2560 bin/concrete HOME/instance-4248084-1500742536.xml 

pid=25402
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: 0.91 0.93 1.24 3/244 25408
/proc/meminfo: memFree=31755228/32770624 swapFree=6544/179476
[pid=25408] ppid=25402 vsize=168 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (concrete) D 25402 25408 19643 0 -1 4194304 120 0 0 0 0 0 0 0 20 0 1 0 9518592 172032 1 33554432000 0 0 140728869549310 140722035246552 139844370524663 0 0 4096 0 18446744071580431491 0 0 17 12 0 0 0 0 0 0 0 6320128 140728869549310 0 0 0 0
/proc/25408/statm: 42 1 0 0 0 34 0

[startup+0.100065 s]
/proc/loadavg: 0.91 0.93 1.24 3/244 25408
/proc/meminfo: memFree=31755228/32770624 swapFree=6544/179476
[pid=25408] ppid=25402 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (bash) S 25402 25408 19643 0 -1 4202496 877 6414 0 1 0 0 0 1 20 0 1 0 9518592 9871360 377 33554432000 4194304 5098028 140735839870064 140735839864072 140375797640192 0 0 4100 65536 18446744071580971376 0 0 17 14 0 0 1 0 0 7196144 7232144 38608896 140735839872270 140735839872355 140735839872355 140735839875054 0
/proc/25408/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200378 s]
/proc/loadavg: 0.91 0.93 1.24 3/244 25408
/proc/meminfo: memFree=31755228/32770624 swapFree=6544/179476
[pid=25408] ppid=25402 vsize=10302732 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 4695 12647 0 1 2 1 9 4 20 0 11 0 9518592 10549997568 4593 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2575683 4593 2057 1 0 2564121 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10302732

[startup+0.300248 s]
/proc/loadavg: 0.91 0.93 1.24 3/244 25408
/proc/meminfo: memFree=31755228/32770624 swapFree=6544/179476
[pid=25408] ppid=25402 vsize=10902292 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 6747 12647 0 1 17 3 9 4 20 0 20 0 9518592 11163947008 7517 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2725573 7517 2960 1 0 2713890 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10902292

[startup+0.700217 s]
/proc/loadavg: 0.91 0.93 1.24 3/244 25408
/proc/meminfo: memFree=31755228/32770624 swapFree=6544/179476
[pid=25408] ppid=25402 vsize=10902720 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 12299 12647 0 1 67 5 9 4 20 0 20 0 9518592 11164385280 14677 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2725680 14677 3168 1 0 2713890 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10902720

[startup+1.50082 s]
/proc/loadavg: 0.91 0.93 1.24 4/284 25554
/proc/meminfo: memFree=31579660/32770624 swapFree=6544/180476
[pid=25408] ppid=25402 vsize=10913344 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 24816 12647 1 1 174 10 9 4 20 0 20 0 9518592 11175264256 34018 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2728336 34018 3369 1 0 2716450 0
[pid=25408/tid=25518] ppid=25402 vsize=10913344 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25518/stat : 25518 (java) R 25402 25408 19643 0 -1 4202560 18924 12647 1 1 116 7 9 4 20 0 20 0 9518608 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593912872536 140593894894911 0 4 0 16800975 0 0 0 -1 10 0 0 8 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25519] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25519/stat : 25519 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593515130000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25520] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25520/stat : 25520 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593514077200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25522] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25522/stat : 25522 (java) S 25402 25408 19643 0 -1 1077944384 2 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593513024400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25524] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25524/stat : 25524 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593511971600 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25525] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25525/stat : 25525 (java) S 25402 25408 19643 0 -1 1077944384 2 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593510918800 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25528] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25528/stat : 25528 (java) S 25402 25408 19643 0 -1 1077944384 2 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593509866000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25531] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25531/stat : 25531 (java) S 25402 25408 19643 0 -1 1077944384 2 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593508813200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25534] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25534/stat : 25534 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518609 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593507760400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25535] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25535/stat : 25535 (java) S 25402 25408 19643 0 -1 1077944384 5 12647 0 1 0 0 9 4 20 0 20 0 9518611 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593114671984 140593908656770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25538] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25538/stat : 25538 (java) S 25402 25408 19643 0 -1 1077944384 33 12647 0 1 0 0 9 4 20 0 20 0 9518612 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593113617952 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25540] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25540/stat : 25540 (java) S 25402 25408 19643 0 -1 1077944384 21 12647 0 1 0 0 9 4 20 0 20 0 9518612 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593112565104 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25546] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25546/stat : 25546 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518617 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593111513424 140593908664219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25547] ppid=25402 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25547/stat : 25547 (java) S 25402 25408 19643 0 -1 1077944384 1450 12647 0 1 15 0 9 4 20 0 20 0 9518617 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593110460784 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25548] ppid=25402 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25548/stat : 25548 (java) S 25402 25408 19643 0 -1 1077944384 748 12647 0 1 10 0 9 4 20 0 20 0 9518617 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593109407984 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25549] ppid=25402 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25549/stat : 25549 (java) S 25402 25408 19643 0 -1 1077944384 382 12647 0 1 8 0 9 4 20 0 20 0 9518617 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593108355184 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25550] ppid=25402 vsize=10913344 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25550/stat : 25550 (java) S 25402 25408 19643 0 -1 1077944384 1103 12647 0 1 22 0 9 4 20 0 20 0 9518617 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593107302384 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25552] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25552/stat : 25552 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518617 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593106250848 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25554] ppid=25402 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25554/stat : 25554 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518617 11175264256 34018 33554432000 4194304 4196468 140726798143600 140593105198128 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10913344

[startup+3.10076 s]
/proc/loadavg: 0.91 0.93 1.24 7/284 25554
/proc/meminfo: memFree=31410484/32770624 swapFree=6544/182744
[pid=25408] ppid=25402 vsize=10927868 CPUtime=5.74 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 52258 12647 1 1 540 21 9 4 20 0 20 0 9518592 11190136832 58611 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2731967 58611 3473 1 0 2719522 0
[pid=25408/tid=25518] ppid=25402 vsize=10927868 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25518/stat : 25518 (java) R 25402 25408 19643 0 -1 4202560 35746 12647 1 1 267 11 9 4 20 0 20 0 9518608 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593912837560 140593888921504 0 4 0 16800975 0 0 0 -1 10 0 0 9 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25519] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25519/stat : 25519 (java) S 25402 25408 19643 0 -1 1077944384 22 12647 0 1 0 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593515130000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25520] ppid=25402 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25520/stat : 25520 (java) S 25402 25408 19643 0 -1 1077944384 146 12647 0 1 1 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593514077200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25522] ppid=25402 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25522/stat : 25522 (java) S 25402 25408 19643 0 -1 1077944384 16 12647 0 1 1 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593513024400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25524] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25524/stat : 25524 (java) S 25402 25408 19643 0 -1 1077944384 24 12647 0 1 0 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593511971600 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25525] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25525/stat : 25525 (java) S 25402 25408 19643 0 -1 1077944384 26 12647 0 1 0 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593510918800 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25528] ppid=25402 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25528/stat : 25528 (java) S 25402 25408 19643 0 -1 1077944384 19 12647 0 1 1 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593509866000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25531] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25531/stat : 25531 (java) S 25402 25408 19643 0 -1 1077944384 22 12647 0 1 0 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593508813200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25534] ppid=25402 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25534/stat : 25534 (java) S 25402 25408 19643 0 -1 1077944384 44 12647 0 1 1 0 9 4 20 0 20 0 9518609 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593507760400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25535] ppid=25402 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25535/stat : 25535 (java) S 25402 25408 19643 0 -1 1077944384 1527 12647 0 1 2 0 9 4 20 0 20 0 9518611 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593114671984 140593908656770 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25538] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25538/stat : 25538 (java) S 25402 25408 19643 0 -1 1077944384 55 12647 0 1 0 0 9 4 20 0 20 0 9518612 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593113618016 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25540] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25540/stat : 25540 (java) S 25402 25408 19643 0 -1 1077944384 44 12647 0 1 0 0 9 4 20 0 20 0 9518612 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593112565120 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25546] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25546/stat : 25546 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518617 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593111513424 140593908664219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25547] ppid=25402 vsize=10927868 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25547/stat : 25547 (java) S 25402 25408 19643 0 -1 1077944384 2626 12647 0 1 51 1 9 4 20 0 20 0 9518617 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593110460784 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25548] ppid=25402 vsize=10927868 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25548/stat : 25548 (java) R 25402 25408 19643 0 -1 4202560 5336 12647 0 1 85 1 9 4 20 0 20 0 9518617 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593109389000 140593892142411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25549] ppid=25402 vsize=10927868 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25549/stat : 25549 (java) S 25402 25408 19643 0 -1 1077944384 1168 12647 0 1 39 1 9 4 20 0 20 0 9518617 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593108355184 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25550] ppid=25402 vsize=10927868 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25550/stat : 25550 (java) S 25402 25408 19643 0 -1 1077944384 3301 12647 0 1 86 1 9 4 20 0 20 0 9518617 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593107302384 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25552] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25552/stat : 25552 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518617 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593106250848 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25554] ppid=25402 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25554/stat : 25554 (java) S 25402 25408 19643 0 -1 1077944384 5 12647 0 1 0 0 9 4 20 0 20 0 9518617 11190136832 58611 33554432000 4194304 4196468 140726798143600 140593105198128 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 10927868

[startup+6.30116 s]
/proc/loadavg: 1.16 0.98 1.25 9/284 25554
/proc/meminfo: memFree=30956132/32770624 swapFree=6544/183036
[pid=25408] ppid=25402 vsize=10993404 CPUtime=15.73 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 69797 12647 1 1 1529 31 9 4 20 0 20 0 9518592 11257245696 101211 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2748351 101211 3488 1 0 2735906 0
[pid=25408/tid=25518] ppid=25402 vsize=10993404 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25518/stat : 25518 (java) R 25402 25408 19643 0 -1 4202560 41487 12647 1 1 577 14 9 4 20 0 20 0 9518608 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593912878840 140593545646144 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25519] ppid=25402 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25519/stat : 25519 (java) S 25402 25408 19643 0 -1 1077944384 42 12647 0 1 3 0 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593515130000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25520] ppid=25402 vsize=10993404 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25520/stat : 25520 (java) S 25402 25408 19643 0 -1 1077944384 173 12647 0 1 3 1 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593514077200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25522] ppid=25402 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25522/stat : 25522 (java) S 25402 25408 19643 0 -1 1077944384 67 12647 0 1 3 0 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593513024400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25524] ppid=25402 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25524/stat : 25524 (java) S 25402 25408 19643 0 -1 1077944384 40 12647 0 1 3 0 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593511971600 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25525] ppid=25402 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25525/stat : 25525 (java) S 25402 25408 19643 0 -1 1077944384 56 12647 0 1 3 0 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593510918800 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25528] ppid=25402 vsize=10993404 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25528/stat : 25528 (java) S 25402 25408 19643 0 -1 1077944384 910 12647 0 1 3 1 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593509866000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25531] ppid=25402 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25531/stat : 25531 (java) S 25402 25408 19643 0 -1 1077944384 55 12647 0 1 3 0 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593508813200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25534] ppid=25402 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25534/stat : 25534 (java) S 25402 25408 19643 0 -1 1077944384 69 12647 0 1 3 0 9 4 20 0 20 0 9518609 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593507760400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25535] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25535/stat : 25535 (java) S 25402 25408 19643 0 -1 1077944384 2408 12647 0 1 5 0 9 4 20 0 20 0 9518611 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593114671984 140593908656770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25538] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25538/stat : 25538 (java) S 25402 25408 19643 0 -1 1077944384 57 12647 0 1 0 0 9 4 20 0 20 0 9518612 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593113618080 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25540] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25540/stat : 25540 (java) S 25402 25408 19643 0 -1 1077944384 44 12647 0 1 0 0 9 4 20 0 20 0 9518612 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593112565120 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25546] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25546/stat : 25546 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518617 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593111513424 140593908664219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25547] ppid=25402 vsize=10993404 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25547/stat : 25547 (java) S 25402 25408 19643 0 -1 1077944384 3341 12647 0 1 213 2 9 4 20 0 20 0 9518617 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593110460784 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25548] ppid=25402 vsize=10993404 CPUtime=2.88 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25548/stat : 25548 (java) S 25402 25408 19643 0 -1 1077944384 9744 12647 0 1 273 2 9 4 20 0 20 0 9518617 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593109407984 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25549] ppid=25402 vsize=10993404 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25549/stat : 25549 (java) S 25402 25408 19643 0 -1 1077944384 2369 12647 0 1 212 2 9 4 20 0 20 0 9518617 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593108355184 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25550] ppid=25402 vsize=10993404 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25550/stat : 25550 (java) R 25402 25408 19643 0 -1 4202560 6297 12647 0 1 220 2 9 4 20 0 20 0 9518617 11257245696 101211 33554432000 4194304 4196468 140726798143600 140593107299120 140593886778155 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25552] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14

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

[pid=25408/tid=25525] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25525/stat : 25525 (java) S 25402 25408 19643 0 -1 1077944384 76 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593510918800 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25528] ppid=25402 vsize=10993404 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25528/stat : 25528 (java) S 25402 25408 19643 0 -1 1077944384 1282 12647 0 1 4 2 9 4 20 0 20 0 9518609 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593509866000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25531] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25531/stat : 25531 (java) S 25402 25408 19643 0 -1 1077944384 1330 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593508813200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25534] ppid=25402 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25534/stat : 25534 (java) S 25402 25408 19643 0 -1 1077944384 84 12647 0 1 3 0 9 4 20 0 20 0 9518609 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593507760400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25535] ppid=25402 vsize=10993404 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25535/stat : 25535 (java) S 25402 25408 19643 0 -1 1077944384 3145 12647 0 1 6 0 9 4 20 0 20 0 9518611 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593114671984 140593908656770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25538] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25538/stat : 25538 (java) S 25402 25408 19643 0 -1 1077944384 57 12647 0 1 0 0 9 4 20 0 20 0 9518612 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593113618080 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25540] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25540/stat : 25540 (java) S 25402 25408 19643 0 -1 1077944384 44 12647 0 1 0 0 9 4 20 0 20 0 9518612 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593112565120 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25546] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25546/stat : 25546 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518617 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593111513424 140593908664219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25547] ppid=25402 vsize=10993404 CPUtime=6.52 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25547/stat : 25547 (java) S 25402 25408 19643 0 -1 1077944384 5483 12647 0 1 637 2 9 4 20 0 20 0 9518617 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593110460784 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25548] ppid=25402 vsize=10993404 CPUtime=7.08 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25548/stat : 25548 (java) S 25402 25408 19643 0 -1 1077944384 11272 12647 0 1 692 3 9 4 20 0 20 0 9518617 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593109407984 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25549] ppid=25402 vsize=10993404 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25549/stat : 25549 (java) S 25402 25408 19643 0 -1 1077944384 4109 12647 0 1 639 3 9 4 20 0 20 0 9518617 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593108355184 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25550] ppid=25402 vsize=10993404 CPUtime=6.61 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25550/stat : 25550 (java) S 25402 25408 19643 0 -1 1077944384 14834 12647 0 1 642 6 9 4 20 0 20 0 9518617 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593107302384 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25552] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25552/stat : 25552 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518617 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593106250848 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25554] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25554/stat : 25554 (java) S 25402 25408 19643 0 -1 1077944384 565 12647 0 1 0 0 9 4 20 0 20 0 9518617 11257245696 154411 33554432000 4194304 4196468 140726798143600 140593105198128 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
Current children cumulated CPU time (s) 42.51
Current children cumulated vsize (KiB) 10993404

[startup+16.8008 s]
/proc/loadavg: 1.52 1.07 1.28 6/284 25693
/proc/meminfo: memFree=30963060/32770624 swapFree=6544/183068
[pid=25408] ppid=25402 vsize=10993404 CPUtime=43.33 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 88428 12647 1 1 4271 49 9 4 20 0 20 0 9518592 11257245696 159026 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2748351 159026 3499 1 0 2735906 0
[pid=25408/tid=25518] ppid=25402 vsize=10993404 CPUtime=16.48 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25518/stat : 25518 (java) R 25402 25408 19643 0 -1 4202560 43318 12647 1 1 1616 19 9 4 20 0 20 0 9518608 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593912879648 140593554616430 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25519] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25519/stat : 25519 (java) S 25402 25408 19643 0 -1 1077944384 92 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593515130000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25520] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25520/stat : 25520 (java) S 25402 25408 19643 0 -1 1077944384 235 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593514077200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25522] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25522/stat : 25522 (java) S 25402 25408 19643 0 -1 1077944384 181 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593513024400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25524] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25524/stat : 25524 (java) S 25402 25408 19643 0 -1 1077944384 173 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593511971600 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25525] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25525/stat : 25525 (java) S 25402 25408 19643 0 -1 1077944384 77 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593510918800 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25528] ppid=25402 vsize=10993404 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25528/stat : 25528 (java) S 25402 25408 19643 0 -1 1077944384 1284 12647 0 1 4 2 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593509866000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25531] ppid=25402 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25531/stat : 25531 (java) S 25402 25408 19643 0 -1 1077944384 1333 12647 0 1 4 1 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593508813200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25534] ppid=25402 vsize=10993404 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25534/stat : 25534 (java) S 25402 25408 19643 0 -1 1077944384 85 12647 0 1 4 0 9 4 20 0 20 0 9518609 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593507760400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25535] ppid=25402 vsize=10993404 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25535/stat : 25535 (java) S 25402 25408 19643 0 -1 1077944384 3155 12647 0 1 6 0 9 4 20 0 20 0 9518611 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593114671984 140593908656770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25538] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25538/stat : 25538 (java) S 25402 25408 19643 0 -1 1077944384 57 12647 0 1 0 0 9 4 20 0 20 0 9518612 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593113618080 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25540] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25540/stat : 25540 (java) S 25402 25408 19643 0 -1 1077944384 44 12647 0 1 0 0 9 4 20 0 20 0 9518612 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593112565120 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25546] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25546/stat : 25546 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518617 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593111513424 140593908664219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25547] ppid=25402 vsize=10993404 CPUtime=6.52 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25547/stat : 25547 (java) S 25402 25408 19643 0 -1 1077944384 5483 12647 0 1 637 2 9 4 20 0 20 0 9518617 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593110460784 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25548] ppid=25402 vsize=10993404 CPUtime=7.08 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25548/stat : 25548 (java) S 25402 25408 19643 0 -1 1077944384 11272 12647 0 1 692 3 9 4 20 0 20 0 9518617 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593109407984 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25549] ppid=25402 vsize=10993404 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25549/stat : 25549 (java) S 25402 25408 19643 0 -1 1077944384 4109 12647 0 1 639 3 9 4 20 0 20 0 9518617 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593108355184 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25550] ppid=25402 vsize=10993404 CPUtime=6.61 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25550/stat : 25550 (java) S 25402 25408 19643 0 -1 1077944384 14834 12647 0 1 642 6 9 4 20 0 20 0 9518617 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593107302384 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25552] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25552/stat : 25552 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518617 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593106250848 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25554] ppid=25402 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25554/stat : 25554 (java) S 25402 25408 19643 0 -1 1077944384 565 12647 0 1 0 0 9 4 20 0 20 0 9518617 11257245696 159026 33554432000 4194304 4196468 140726798143600 140593105198128 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
Current children cumulated CPU time (s) 43.33
Current children cumulated vsize (KiB) 10993404

[startup+17.2009 s]
/proc/loadavg: 1.52 1.07 1.28 6/284 25693
/proc/meminfo: memFree=30963060/32770624 swapFree=6544/183068
[pid=25408] ppid=25402 vsize=10995452 CPUtime=44.34 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 96225 12647 1 1 4369 52 9 4 20 0 20 0 9518592 11259342848 161636 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2748863 161636 3499 1 0 2736418 0
[pid=25408/tid=25518] ppid=25402 vsize=10995452 CPUtime=16.74 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25518/stat : 25518 (java) S 25402 25408 19643 0 -1 1077944384 44822 12647 1 1 1641 20 9 4 20 0 20 0 9518608 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593912883296 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25519] ppid=25402 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25519/stat : 25519 (java) R 25402 25408 19643 0 -1 4202560 119 12647 0 1 12 2 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593515130120 140593901273831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25520] ppid=25402 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25520/stat : 25520 (java) R 25402 25408 19643 0 -1 4202560 248 12647 0 1 13 1 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593514077320 140593901273831 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25522] ppid=25402 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25522/stat : 25522 (java) R 25402 25408 19643 0 -1 4202560 204 12647 0 1 13 1 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593513024520 140593901273831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25524] ppid=25402 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25524/stat : 25524 (java) R 25402 25408 19643 0 -1 4202560 183 12647 0 1 12 1 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593511971720 140593892028656 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25525] ppid=25402 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25525/stat : 25525 (java) R 25402 25408 19643 0 -1 4202560 91 12647 0 1 12 1 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593510918920 140593901273831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25528] ppid=25402 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25528/stat : 25528 (java) R 25402 25408 19643 0 -1 4202560 1302 12647 0 1 12 2 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593509866080 140593890255364 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25531] ppid=25402 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25531/stat : 25531 (java) R 25402 25408 19643 0 -1 4202560 1350 12647 0 1 12 1 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593508813320 140593901273831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25534] ppid=25402 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25534/stat : 25534 (java) R 25402 25408 19643 0 -1 4202560 97 12647 0 1 13 0 9 4 20 0 20 0 9518609 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593507760520 140593901273831 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25535] ppid=25402 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25535/stat : 25535 (java) S 25402 25408 19643 0 -1 1077944384 9311 12647 0 1 12 0 9 4 20 0 20 0 9518611 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593114670608 140593908655829 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25538] ppid=25402 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25538/stat : 25538 (java) S 25402 25408 19643 0 -1 1077944384 60 12647 0 1 0 0 9 4 20 0 20 0 9518612 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593113618064 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25540] ppid=25402 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25540/stat : 25540 (java) S 25402 25408 19643 0 -1 1077944384 44 12647 0 1 0 0 9 4 20 0 20 0 9518612 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593112565120 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25546] ppid=25402 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25546/stat : 25546 (java) S 25402 25408 19643 0 -1 1077944384 1 12647 0 1 0 0 9 4 20 0 20 0 9518617 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593111513424 140593908664219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25547] ppid=25402 vsize=10995452 CPUtime=6.52 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25547/stat : 25547 (java) S 25402 25408 19643 0 -1 1077944384 5483 12647 0 1 637 2 9 4 20 0 20 0 9518617 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593110460784 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25548] ppid=25402 vsize=10995452 CPUtime=7.08 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25548/stat : 25548 (java) S 25402 25408 19643 0 -1 1077944384 11272 12647 0 1 692 3 9 4 20 0 20 0 9518617 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593109407984 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25549] ppid=25402 vsize=10995452 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25549/stat : 25549 (java) S 25402 25408 19643 0 -1 1077944384 4109 12647 0 1 639 3 9 4 20 0 20 0 9518617 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593108355184 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25550] ppid=25402 vsize=10995452 CPUtime=6.61 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25550/stat : 25550 (java) S 25402 25408 19643 0 -1 1077944384 14834 12647 0 1 642 6 9 4 20 0 20 0 9518617 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593107302384 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25552] ppid=25402 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25552/stat : 25552 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 20 0 9518617 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593106250848 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25554] ppid=25402 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25554/stat : 25554 (java) S 25402 25408 19643 0 -1 1077944384 565 12647 0 1 0 0 9 4 20 0 20 0 9518617 11259342848 161636 33554432000 4194304 4196468 140726798143600 140593105198128 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
Current children cumulated CPU time (s) 44.34
Current children cumulated vsize (KiB) 10995452

[startup+17.301 s]
/proc/loadavg: 1.52 1.07 1.28 6/284 25693
/proc/meminfo: memFree=30963060/32770624 swapFree=6544/183068
[pid=25408] ppid=25402 vsize=11062016 CPUtime=44.58 cores=0,2,4,6,8,10,12,14
/proc/25408/stat : 25408 (java) S 25402 25408 19643 0 -1 1077944320 96597 12647 1 1 4393 52 9 4 20 0 18 0 9518592 11327504384 161758 33554432000 4194304 4196468 140726798143600 140726798126144 140593908645623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 1 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
/proc/25408/statm: 2765504 161758 3501 1 0 2753059 0
[pid=25408/tid=25518] ppid=25402 vsize=11062016 CPUtime=16.78 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25518/stat : 25518 (java) S 25402 25408 19643 0 -1 1077944384 45088 12647 1 1 1645 20 9 4 20 0 18 0 9518608 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593912888464 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25519] ppid=25402 vsize=11062016 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25519/stat : 25519 (java) S 25402 25408 19643 0 -1 1077944384 119 12647 0 1 14 2 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593515130000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25520] ppid=25402 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25520/stat : 25520 (java) S 25402 25408 19643 0 -1 1077944384 250 12647 0 1 14 1 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593514077200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25522] ppid=25402 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25522/stat : 25522 (java) S 25402 25408 19643 0 -1 1077944384 204 12647 0 1 14 1 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593513024400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25524] ppid=25402 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25524/stat : 25524 (java) S 25402 25408 19643 0 -1 1077944384 184 12647 0 1 14 1 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593511971600 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25525] ppid=25402 vsize=11062016 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25525/stat : 25525 (java) S 25402 25408 19643 0 -1 1077944384 91 12647 0 1 13 1 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593510918800 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25528] ppid=25402 vsize=11062016 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25528/stat : 25528 (java) S 25402 25408 19643 0 -1 1077944384 1304 12647 0 1 14 2 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593509866000 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25531] ppid=25402 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25531/stat : 25531 (java) S 25402 25408 19643 0 -1 1077944384 1350 12647 0 1 12 1 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593508813200 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25534] ppid=25402 vsize=11062016 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25534/stat : 25534 (java) S 25402 25408 19643 0 -1 1077944384 102 12647 0 1 14 0 9 4 20 0 18 0 9518609 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593507760400 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25535] ppid=25402 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25535/stat : 25535 (java) S 25402 25408 19643 0 -1 1077944384 9314 12647 0 1 15 0 9 4 20 0 18 0 9518611 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593114672192 140593908656770 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25538] ppid=25402 vsize=11062016 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25538/stat : 25538 (java) S 25402 25408 19643 0 -1 1077944384 61 12647 0 1 0 0 9 4 20 0 18 0 9518612 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593113618080 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25540] ppid=25402 vsize=11062016 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25540/stat : 25540 (java) S 25402 25408 19643 0 -1 1077944384 48 12647 0 1 0 0 9 4 20 0 18 0 9518612 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593112565120 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25547] ppid=25402 vsize=11062016 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25547/stat : 25547 (java) S 25402 25408 19643 0 -1 1077944384 5491 12647 0 1 638 2 9 4 20 0 18 0 9518617 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593110460784 140593908656770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25548] ppid=25402 vsize=11062016 CPUtime=7.09 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25548/stat : 25548 (java) S 25402 25408 19643 0 -1 1077944384 11276 12647 0 1 693 3 9 4 20 0 18 0 9518617 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593109388384 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25549] ppid=25402 vsize=11062016 CPUtime=6.57 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25549/stat : 25549 (java) S 25402 25408 19643 0 -1 1077944384 4110 12647 0 1 641 3 9 4 20 0 18 0 9518617 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593108336928 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25550] ppid=25402 vsize=11062016 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25550/stat : 25550 (java) S 25402 25408 19643 0 -1 1077944384 14855 12647 0 1 643 6 9 4 20 0 18 0 9518617 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593107298976 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
[pid=25408/tid=25552] ppid=25402 vsize=11062016 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25408/task/25552/stat : 25552 (java) S 25402 25408 19643 0 -1 1077944384 3 12647 0 1 0 0 9 4 20 0 18 0 9518617 11327504384 161758 33554432000 4194304 4196468 140726798143600 140593106250848 140593908655829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24416256 140726798146241 140726798149015 140726798149015 140726798151631 0
Current children cumulated CPU time (s) 44.58
Current children cumulated vsize (KiB) 11062016

Child status: 0
Real time (s): 17.3256
CPU time (s): 44.6203
CPU user time (s): 44.0312
CPU system time (s): 0.58914
CPU usage (%): 257.539
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.0312
system time used= 0.58914
maximum resident set size= 647368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109269
page faults= 2
swaps= 0
block input operations= 4008
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22552
involuntary context switches= 5567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.134619 second user time and 0.203448 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-22 18:55:36
IDJOB=4248084
IDBENCH=133092
IDSOLVER=2630
FILE ID=node148/4248084-1500742536
RUNJOBID= node148-1500742536-25376
PBS_JOBID= 20623348
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248084-1500742536/watcher-4248084-1500742536 -o /tmp/evaluation-result-4248084-1500742536/solver-4248084-1500742536 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500742536-25376 --watchdog 2560  bin/concrete HOME/instance-4248084-1500742536.xml

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

MD5SUM BENCH= ea540cd06a6319d4cfbd19a531a1ad9c
RANDOM SEED=343333743

node148.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		: 2133.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.21
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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	: 5333.21
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.21
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:        31756276 kB
MemAvailable:   31987044 kB
Buffers:          169704 kB
Cached:           330112 kB
SwapCached:            0 kB
Active:           312172 kB
Inactive:         241016 kB
Active(anon):       3408 kB
Inactive(anon):    61540 kB
Active(file):     308764 kB
Inactive(file):   179476 kB
Unevictable:        6544 kB
Mlocked:            6544 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48712 kB
Writeback:             0 kB
AnonPages:         60064 kB
Mapped:            30856 kB
Shmem:              8848 kB
Slab:             150724 kB
SReclaimable:     116728 kB
SUnreclaim:        33996 kB
KernelStack:        4144 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     310308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61984 MiB
End job on node148 at 2017-07-22 18:55:54