Trace number 4275549

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
OscaR - Parallel with EPS 2017-07-26SAT (TO) 12637.7 2520.0901

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-90-90.xml
MD5SUM4d5ee0d3a7698119cef28df18be09f14
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 benchmark13.9392
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":90}]
Minimum variable degree89
Maximum variable degree89
Distribution of variable degrees[{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4005}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 800248981
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
37.88/17.82	c Parsing done, starting search...
12637.57/2520.02	s SATISFIABLE
12637.57/2520.02	v <instantiation>
12637.57/2520.02	v 	<list>
12637.57/2520.02	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89]
12637.57/2520.02	v 	</list>
12637.57/2520.02	v 	<values>
12637.57/2520.02	v 		43 44 42 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 89 9 10 11 12 13 14 15 16 
12637.57/2520.02	v 	</values>
12637.57/2520.02	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15249 MiB free)
  memory of node 1: 16384 MiB (15310 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275549-1502717772/watcher-4275549-1502717772 -o /tmp/evaluation-result-4275549-1502717772/solver-4275549-1502717772 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502711730-20263 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 800248981 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275549-1502717772.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22610, runsolver pid=22607

[startup+0.100137 s]*
/proc/loadavg: 2.66 5.95 7.43 2/198 22630
/proc/meminfo: memFree=31272428/32770624 swapFree=67108860/67108860
[pid=22610] ppid=22607 vsize=14325320 memory=34200 CPUtime=0.12 cores=0-7
/proc/22610/stat : 22610 (java) S 22607 22610 20236 0 -1 1077944320 8444 0 0 0 11 1 0 0 20 0 20 0 104865551 14669127680 8550 33554432000 4194304 4196468 140725432192800 140725432175344 139837440880375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
/proc/22610/statm: 3581330 8550 3409 1 0 3569050 0
[pid=22610/tid=22612] ppid=22607 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22610/task/22612/stat : 22612 (java) R 22607 22610 20236 0 -1 4202560 6386 0 0 0 8 1 0 0 20 0 20 0 104865551 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837445085408 139837420405654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22613] ppid=22607 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22610/task/22613/stat : 22613 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837370968976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22614] ppid=22607 vsize=14325320 memory=139796147340928 CPUtime=0 cores=0-7
/proc/22610/task/22614/stat : 22614 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837369916176 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22615] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22615/stat : 22615 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837368863888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22616] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22616/stat : 22616 (java) S 22607 22610 20236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837367811088 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22617] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22617/stat : 22617 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837366757776 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22618] ppid=22607 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22610/task/22618/stat : 22618 (java) S 22607 22610 20236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837365704976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22619] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22619/stat : 22619 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837364652688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22620] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22620/stat : 22620 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 8550 33554432000 4194304 4196468 140725432192800 139837363599888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22621] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22621/stat : 22621 (java) S 22607 22610 20236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104865553 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836898323056 139837440891522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22622] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22622/stat : 22622 (java) S 22607 22610 20236 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104865554 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836897269024 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22623] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22623/stat : 22623 (java) S 22607 22610 20236 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104865554 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836896216688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22624] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22624/stat : 22624 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865556 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836895165008 139837440898971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22625] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22625/stat : 22625 (java) S 22607 22610 20236 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836894111856 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22626] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22626/stat : 22626 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836893059056 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22627] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22627/stat : 22627 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836892006768 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22628] ppid=22607 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/22610/task/22628/stat : 22628 (java) S 22607 22610 20236 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 20 0 104865557 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836890953968 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22629] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22629/stat : 22629 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836889901920 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22630] ppid=22607 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22610/task/22630/stat : 22630 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 8550 33554432000 4194304 4196468 140725432192800 139836888849200 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34200 KiB

[startup+0.210585 s]*
/proc/loadavg: 2.66 5.95 7.43 3/198 22630
/proc/meminfo: memFree=31264464/32770624 swapFree=67108860/67108860
[pid=22610] ppid=22607 vsize=14325320 memory=43088 CPUtime=0.3 cores=0-7
/proc/22610/stat : 22610 (java) S 22607 22610 20236 0 -1 1077944320 9434 0 0 0 28 2 0 0 20 0 20 0 104865551 14669127680 10772 33554432000 4194304 4196468 140725432192800 140725432175344 139837440880375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
/proc/22610/statm: 3581330 10772 3594 1 0 3569050 0
[pid=22610/tid=22612] ppid=22607 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/22610/task/22612/stat : 22612 (java) R 22607 22610 20236 0 -1 4202560 7023 0 0 0 18 1 0 0 20 0 20 0 104865551 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837445107632 139837424960862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22613] ppid=22607 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/22610/task/22613/stat : 22613 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837370968976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22614] ppid=22607 vsize=14325320 memory=288370172299052672 CPUtime=0 cores=0-7
/proc/22610/task/22614/stat : 22614 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837369916176 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22615] ppid=22607 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22610/task/22615/stat : 22615 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837368863888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22616] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22616/stat : 22616 (java) S 22607 22610 20236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837367811088 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22617] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22617/stat : 22617 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837366757776 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22618] ppid=22607 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22610/task/22618/stat : 22618 (java) S 22607 22610 20236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837365704976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22619] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22619/stat : 22619 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837364652688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22620] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22620/stat : 22620 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669127680 10772 33554432000 4194304 4196468 140725432192800 139837363599888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22621] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22621/stat : 22621 (java) S 22607 22610 20236 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104865553 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836898323056 139837440891522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22622] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22622/stat : 22622 (java) S 22607 22610 20236 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104865554 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836897269024 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22623] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22623/stat : 22623 (java) S 22607 22610 20236 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104865554 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836896216688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22624] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22624/stat : 22624 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865556 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836895165008 139837440898971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22625] ppid=22607 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22610/task/22625/stat : 22625 (java) S 22607 22610 20236 0 -1 1077944384 427 0 0 0 1 0 0 0 20 0 20 0 104865557 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836894111856 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22626] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22626/stat : 22626 (java) S 22607 22610 20236 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836893059056 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22627] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22627/stat : 22627 (java) S 22607 22610 20236 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836892006768 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22628] ppid=22607 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/22610/task/22628/stat : 22628 (java) R 22607 22610 20236 0 -1 4202560 396 0 0 0 5 0 0 0 20 0 20 0 104865557 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836890953968 139837422754678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22629] ppid=22607 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22629/stat : 22629 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836889901920 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22630] ppid=22607 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22610/task/22630/stat : 22630 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865557 14669127680 10772 33554432000 4194304 4196468 140725432192800 139836888849200 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43088 KiB

[startup+0.310272 s]*
/proc/loadavg: 2.66 5.95 7.43 2/198 22630
/proc/meminfo: memFree=31257208/32770624 swapFree=67108860/67108860
[pid=22610] ppid=22607 vsize=14325340 memory=50492 CPUtime=0.49 cores=0-7
/proc/22610/stat : 22610 (java) S 22607 22610 20236 0 -1 1077944320 10447 0 0 0 46 3 0 0 20 0 20 0 104865551 14669148160 12623 33554432000 4194304 4196468 140725432192800 140725432175344 139837440880375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
/proc/22610/statm: 3581335 12623 3674 1 0 3569050 0
[pid=22610/tid=22612] ppid=22607 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22610/task/22612/stat : 22612 (java) R 22607 22610 20236 0 -1 4202560 7603 0 0 0 28 1 0 0 20 0 20 0 104865551 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837445110192 139837440902301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22613] ppid=22607 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22613/stat : 22613 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837370968976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22614] ppid=22607 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22614/stat : 22614 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837369916176 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22615] ppid=22607 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22615/stat : 22615 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837368863888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22616] ppid=22607 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22616/stat : 22616 (java) S 22607 22610 20236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837367811088 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22617] ppid=22607 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/22610/task/22617/stat : 22617 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837366757776 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22618] ppid=22607 vsize=14325340 memory=139796018197423 CPUtime=0 cores=0-7
/proc/22610/task/22618/stat : 22618 (java) S 22607 22610 20236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837365704976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22619] ppid=22607 vsize=14325340 memory=139796018199728 CPUtime=0 cores=0-7
/proc/22610/task/22619/stat : 22619 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837364652688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22620] ppid=22607 vsize=14325340 memory=139796018202032 CPUtime=0 cores=0-7
/proc/22610/task/22620/stat : 22620 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865552 14669148160 12623 33554432000 4194304 4196468 140725432192800 139837363599888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22621] ppid=22607 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22621/stat : 22621 (java) S 22607 22610 20236 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104865553 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836898323056 139837440891522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22622] ppid=22607 vsize=14325340 memory=279592036411024 CPUtime=0 cores=0-7
/proc/22610/task/22622/stat : 22622 (java) S 22607 22610 20236 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104865554 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836897269024 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22623] ppid=22607 vsize=14325340 memory=279592036417936 CPUtime=0 cores=0-7
/proc/22610/task/22623/stat : 22623 (java) S 22607 22610 20236 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104865554 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836896216688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22624] ppid=22607 vsize=14325340 memory=279592036359216 CPUtime=0 cores=0-7
/proc/22610/task/22624/stat : 22624 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865556 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836895165008 139837440898971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22625] ppid=22607 vsize=14325340 memory=279592036431760 CPUtime=0.03 cores=0-7
/proc/22610/task/22625/stat : 22625 (java) S 22607 22610 20236 0 -1 1077944384 642 0 0 0 3 0 0 0 20 0 20 0 104865557 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836894111856 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22626] ppid=22607 vsize=14325340 memory=279592036438672 CPUtime=0.03 cores=0-7
/proc/22610/task/22626/stat : 22626 (java) S 22607 22610 20236 0 -1 1077944384 196 0 0 0 3 0 0 0 20 0 20 0 104865557 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836893059056 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22627] ppid=22607 vsize=14325340 memory=279592036436368 CPUtime=0.01 cores=0-7
/proc/22610/task/22627/stat : 22627 (java) S 22607 22610 20236 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 20 0 104865557 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836892006768 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22628] ppid=22607 vsize=14325340 memory=279592036452976 CPUtime=0.08 cores=0-7
/proc/22610/task/22628/stat : 22628 (java) R 22607 22610 20236 0 -1 4202560 426 0 0 0 8 0 0 0 20 0 20 0 104865557 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836890953968 139837425125520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22629] ppid=22607 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22610/task/22629/stat : 22629 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104865557 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836889901920 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22630] ppid=22607 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/22610/task/22630/stat : 22630 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104865557 14669148160 12623 33554432000 4194304 4196468 140725432192800 139836888849200 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50492 KiB

[startup+0.700958 s]
/proc/loadavg: 2.66 5.95 7.43 3/198 22630
/proc/meminfo: memFree=31218548/32770624 swapFree=67108860/67108860
[pid=22610] ppid=22607 vsize=14325340 memory=291372 CPUtime=1.6 cores=0-7
/proc/22610/stat : 22610 (java) S 22607 22610 20236 0 -1 1077944320 12213 0 0 0 121 39 0 0 20 0 20 0 104865551 14669148160 72843 33554432000 4194304 4196468 140725432192800 140725432175344 139837440880375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
/proc/22610/statm: 3581335 72843 3760 1 0 3569050 0
[pid=22610/tid=22612] ppid=22607 vsize=14325340 memory=0 CPUtime=0.61 cores=0-7
/proc/22610/task/22612/stat : 22612 (java) R 22607 22610 20236 0 -1 4202560 8124 0 0 0 56 5 0 0 20 0 20 0 104865551 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837445118064 139837440902301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22613] ppid=22607 vsize=14325340 memory=0 CPUtime=0.05 cores=0-7
/proc/22610/task/22613/stat : 22613 (java) S 22607 22610 20236 0 -1 1077944384 62 0 0 0 1 4 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837370968976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22614] ppid=22607 vsize=14325340 memory=0 CPUtime=0.06 cores=0-7
/proc/22610/task/22614/stat : 22614 (java) S 22607 22610 20236 0 -1 1077944384 67 0 0 0 2 4 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837369916176 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22615] ppid=22607 vsize=14325340 memory=0 CPUtime=0.06 cores=0-7
/proc/22610/task/22615/stat : 22615 (java) S 22607 22610 20236 0 -1 1077944384 57 0 0 0 2 4 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837368863888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22616] ppid=22607 vsize=14325340 memory=1224 CPUtime=0.05 cores=0-7
/proc/22610/task/22616/stat : 22616 (java) S 22607 22610 20236 0 -1 1077944384 65 0 0 0 1 4 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837367811088 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22617] ppid=22607 vsize=14325340 memory=5792 CPUtime=0.05 cores=0-7
/proc/22610/task/22617/stat : 22617 (java) S 22607 22610 20236 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837366757776 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22618] ppid=22607 vsize=14325340 memory=4620 CPUtime=0.05 cores=0-7
/proc/22610/task/22618/stat : 22618 (java) S 22607 22610 20236 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837365704976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22619] ppid=22607 vsize=14325340 memory=1200 CPUtime=0.05 cores=0-7
/proc/22610/task/22619/stat : 22619 (java) S 22607 22610 20236 0 -1 1077944384 61 0 0 0 1 4 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837364652688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22620] ppid=22607 vsize=14325340 memory=15876 CPUtime=0.05 cores=0-7
/proc/22610/task/22620/stat : 22620 (java) S 22607 22610 20236 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 20 0 104865552 14669148160 72843 33554432000 4194304 4196468 140725432192800 139837363599888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22621] ppid=22607 vsize=14325340 memory=16236 CPUtime=0 cores=0-7
/proc/22610/task/22621/stat : 22621 (java) S 22607 22610 20236 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 104865553 14669148160 72843 33554432000 4194304 4196468 140725432192800 139836898323056 139837440891522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0

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

/proc/22610/task/22636/stat : 22636 (java) S 22607 22610 20236 0 -1 1077944384 238982 0 0 0 120139 2375 0 0 20 0 46 0 104868204 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836801592176 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22637] ppid=22607 vsize=16068328 memory=8568 CPUtime=51.84 cores=0-7
/proc/22610/task/22637/stat : 22637 (java) S 22607 22610 20236 0 -1 1077944384 20103 0 0 0 4174 1010 0 0 20 0 46 0 104868204 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836800542240 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22638] ppid=22607 vsize=16068328 memory=1724 CPUtime=1245.65 cores=0-7
/proc/22610/task/22638/stat : 22638 (java) S 22607 22610 20236 0 -1 1077944384 251018 0 0 0 122145 2420 0 0 20 0 46 0 104868204 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836799487088 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22639] ppid=22607 vsize=16068328 memory=0 CPUtime=1266.21 cores=0-7
/proc/22610/task/22639/stat : 22639 (java) S 22607 22610 20236 0 -1 1077944384 252171 0 0 0 124190 2431 0 0 20 0 46 0 104868204 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836798434800 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22640] ppid=22607 vsize=16068328 memory=6791534058613427641 CPUtime=1230.69 cores=0-7
/proc/22610/task/22640/stat : 22640 (java) S 22607 22610 20236 0 -1 1077944384 253214 0 0 0 120691 2378 0 0 20 0 46 0 104868345 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836797382000 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22641] ppid=22607 vsize=16068328 memory=0 CPUtime=1234.82 cores=0-7
/proc/22610/task/22641/stat : 22641 (java) S 22607 22610 20236 0 -1 1077944384 235780 0 0 0 121089 2393 0 0 20 0 46 0 104868345 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836796328688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22642] ppid=22607 vsize=16068328 memory=10489168 CPUtime=1236.73 cores=0-7
/proc/22610/task/22642/stat : 22642 (java) S 22607 22610 20236 0 -1 1077944384 236803 0 0 0 121264 2409 0 0 20 0 46 0 104868345 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836795275888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22643] ppid=22607 vsize=16068328 memory=10489168 CPUtime=47.72 cores=0-7
/proc/22610/task/22643/stat : 22643 (java) S 22607 22610 20236 0 -1 1077944384 18677 0 0 0 3680 1092 0 0 20 0 46 0 104869707 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836794225952 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22644] ppid=22607 vsize=16068328 memory=10505552 CPUtime=49 cores=0-7
/proc/22610/task/22644/stat : 22644 (java) S 22607 22610 20236 0 -1 1077944384 18184 0 0 0 3758 1142 0 0 20 0 46 0 104869707 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836793173152 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22645] ppid=22607 vsize=16068328 memory=10505552 CPUtime=48.85 cores=0-7
/proc/22610/task/22645/stat : 22645 (java) S 22607 22610 20236 0 -1 1077944384 18712 0 0 0 3879 1006 0 0 20 0 46 0 104869707 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836792120864 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22646] ppid=22607 vsize=16068328 memory=4136 CPUtime=47.63 cores=0-7
/proc/22610/task/22646/stat : 22646 (java) S 22607 22610 20236 0 -1 1077944384 18625 0 0 0 3647 1116 0 0 20 0 46 0 104869707 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836791068064 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22647] ppid=22607 vsize=16068328 memory=30216 CPUtime=49.42 cores=0-7
/proc/22610/task/22647/stat : 22647 (java) S 22607 22610 20236 0 -1 1077944384 18000 0 0 0 3782 1160 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836787881760 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22648] ppid=22607 vsize=16068328 memory=10511696 CPUtime=48.46 cores=0-7
/proc/22610/task/22648/stat : 22648 (java) S 22607 22610 20236 0 -1 1077944384 18466 0 0 0 3642 1204 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836786828960 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22649] ppid=22607 vsize=16068328 memory=10503504 CPUtime=47.6 cores=0-7
/proc/22610/task/22649/stat : 22649 (java) S 22607 22610 20236 0 -1 1077944384 18455 0 0 0 3700 1060 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836785775648 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22650] ppid=22607 vsize=16068328 memory=4136 CPUtime=48.29 cores=0-7
/proc/22610/task/22650/stat : 22650 (java) S 22607 22610 20236 0 -1 1077944384 17697 0 0 0 3656 1173 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836784722848 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22651] ppid=22607 vsize=16068328 memory=6791534058613427641 CPUtime=47.99 cores=0-7
/proc/22610/task/22651/stat : 22651 (java) S 22607 22610 20236 0 -1 1077944384 17785 0 0 0 3665 1134 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836783670560 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22652] ppid=22607 vsize=16068328 memory=4136 CPUtime=49.08 cores=0-7
/proc/22610/task/22652/stat : 22652 (java) S 22607 22610 20236 0 -1 1077944384 18120 0 0 0 3714 1194 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836782617760 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22653] ppid=22607 vsize=16068328 memory=10517840 CPUtime=48.38 cores=0-7
/proc/22610/task/22653/stat : 22653 (java) S 22607 22610 20236 0 -1 1077944384 18198 0 0 0 3667 1171 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836781565472 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22654] ppid=22607 vsize=16068328 memory=1296 CPUtime=49.96 cores=0-7
/proc/22610/task/22654/stat : 22654 (java) S 22607 22610 20236 0 -1 1077944384 18668 0 0 0 4082 914 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836780512672 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22655] ppid=22607 vsize=16068328 memory=6791534058613427641 CPUtime=47.13 cores=0-7
/proc/22610/task/22655/stat : 22655 (java) S 22607 22610 20236 0 -1 1077944384 17863 0 0 0 3633 1080 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836779460384 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22656] ppid=22607 vsize=16068328 memory=288230621803970871 CPUtime=48.58 cores=0-7
/proc/22610/task/22656/stat : 22656 (java) S 22607 22610 20236 0 -1 1077944384 18458 0 0 0 3696 1162 0 0 20 0 46 0 104869729 16453967872 2630484 33554432000 4194304 4196468 140725432192800 139836778407584 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
Current children cumulated CPU time: 12549 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 10521936 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520.01 s]*
/proc/loadavg: 5.43 5.39 5.52 8/225 22714
/proc/meminfo: memFree=20750760/32770624 swapFree=67108860/67108860
[pid=22610] ppid=22607 vsize=16068328 memory=10536272 CPUtime=12637.6 cores=0-7
/proc/22610/stat : 22610 (java) S 22607 22610 20236 0 -1 1077944320 8615189 0 0 0 1214191 49566 0 0 20 0 46 0 104865551 16453967872 2634068 33554432000 4194304 4196468 140725432192800 140725432175344 139837440880375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
/proc/22610/statm: 4017082 2634068 3870 1 0 4004276 0
[pid=22610/tid=22612] ppid=22607 vsize=16068328 memory=1398720917958146503 CPUtime=23.75 cores=0-7
/proc/22610/task/22612/stat : 22612 (java) S 22607 22610 20236 0 -1 1077944384 20735 0 0 0 2324 51 0 0 20 0 46 0 104865551 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837445118080 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22613] ppid=22607 vsize=16068328 memory=4872558044660077418 CPUtime=172.69 cores=0-7
/proc/22610/task/22613/stat : 22613 (java) S 22607 22610 20236 0 -1 1077944384 660572 0 0 0 16913 356 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837370968976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 333 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22614] ppid=22607 vsize=16068328 memory=2236 CPUtime=172.04 cores=0-7
/proc/22610/task/22614/stat : 22614 (java) S 22607 22610 20236 0 -1 1077944384 757018 0 0 0 16852 352 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837369916176 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 335 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22615] ppid=22607 vsize=16068328 memory=4316 CPUtime=172.48 cores=0-7
/proc/22610/task/22615/stat : 22615 (java) S 22607 22610 20236 0 -1 1077944384 663153 0 0 0 16897 351 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837368863888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 343 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22616] ppid=22607 vsize=16068328 memory=2196 CPUtime=172.54 cores=0-7
/proc/22610/task/22616/stat : 22616 (java) S 22607 22610 20236 0 -1 1077944384 654661 0 0 0 16905 349 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837367811088 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 324 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22617] ppid=22607 vsize=16068328 memory=6760 CPUtime=172.63 cores=0-7
/proc/22610/task/22617/stat : 22617 (java) S 22607 22610 20236 0 -1 1077944384 684272 0 0 0 16902 361 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837366757776 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 330 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22618] ppid=22607 vsize=16068328 memory=1156 CPUtime=172.14 cores=0-7
/proc/22610/task/22618/stat : 22618 (java) S 22607 22610 20236 0 -1 1077944384 748250 0 0 0 16862 352 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837365704976 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 347 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22619] ppid=22607 vsize=16068328 memory=4568 CPUtime=171.91 cores=0-7
/proc/22610/task/22619/stat : 22619 (java) S 22607 22610 20236 0 -1 1077944384 750604 0 0 0 16845 346 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837364652688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 344 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22620] ppid=22607 vsize=16068328 memory=10530128 CPUtime=172.97 cores=0-7
/proc/22610/task/22620/stat : 22620 (java) S 22607 22610 20236 0 -1 1077944384 688257 0 0 0 16949 348 0 0 20 0 46 0 104865552 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139837363599888 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 333 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22621] ppid=22607 vsize=16068328 memory=4100 CPUtime=1.62 cores=0-7
/proc/22610/task/22621/stat : 22621 (java) S 22607 22610 20236 0 -1 1077944384 162099 0 0 0 135 27 0 0 20 0 46 0 104865553 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836898323056 139837440891522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22622] ppid=22607 vsize=16068328 memory=1398720917958146503 CPUtime=0 cores=0-7
/proc/22610/task/22622/stat : 22622 (java) S 22607 22610 20236 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 46 0 104865554 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836897269088 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22623] ppid=22607 vsize=16068328 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22610/task/22623/stat : 22623 (java) S 22607 22610 20236 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 46 0 104865554 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836896216704 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22624] ppid=22607 vsize=16068328 memory=10530128 CPUtime=0 cores=0-7
/proc/22610/task/22624/stat : 22624 (java) S 22607 22610 20236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 104865556 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836895165008 139837440898971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22625] ppid=22607 vsize=16068328 memory=4100 CPUtime=2.28 cores=0-7
/proc/22610/task/22625/stat : 22625 (java) S 22607 22610 20236 0 -1 1077944384 12972 0 0 0 224 4 0 0 20 0 46 0 104865557 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836894111856 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22626] ppid=22607 vsize=16068328 memory=1398720917958146503 CPUtime=2.42 cores=0-7
/proc/22610/task/22626/stat : 22626 (java) S 22607 22610 20236 0 -1 1077944384 15087 0 0 0 237 5 0 0 20 0 46 0 104865557 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836893059056 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22627] ppid=22607 vsize=16068328 memory=4872558044660077418 CPUtime=2.39 cores=0-7
/proc/22610/task/22627/stat : 22627 (java) S 22607 22610 20236 0 -1 1077944384 13375 0 0 0 236 3 0 0 20 0 46 0 104865557 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836892006768 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22628] ppid=22607 vsize=16068328 memory=10536272 CPUtime=1.11 cores=0-7
/proc/22610/task/22628/stat : 22628 (java) S 22607 22610 20236 0 -1 1077944384 23264 0 0 0 106 5 0 0 20 0 46 0 104865557 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836890953968 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22629] ppid=22607 vsize=16068328 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/22610/task/22629/stat : 22629 (java) S 22607 22610 20236 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 104865557 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836889901920 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22630] ppid=22607 vsize=16068328 memory=288230621803970871 CPUtime=0.94 cores=0-7
/proc/22610/task/22630/stat : 22630 (java) S 22607 22610 20236 0 -1 1077944384 8174 0 0 0 70 24 0 0 20 0 46 0 104865557 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836888849200 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22631] ppid=22607 vsize=16068328 memory=15255943717849665 CPUtime=434.93 cores=0-7
/proc/22610/task/22631/stat : 22631 (java) S 22607 22610 20236 0 -1 1077944384 131361 0 0 0 33310 10183 0 0 20 0 46 0 104868178 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836811052816 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22632] ppid=22607 vsize=16068328 memory=4440 CPUtime=4.35 cores=0-7
/proc/22610/task/22632/stat : 22632 (java) S 22607 22610 20236 0 -1 1077944384 17122 0 0 0 324 111 0 0 20 0 46 0 104868190 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836807902752 139837440891522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22633] ppid=22607 vsize=16068328 memory=1156 CPUtime=52.18 cores=0-7
/proc/22610/task/22633/stat : 22633 (java) S 22607 22610 20236 0 -1 1077944384 20581 0 0 0 4297 921 0 0 20 0 46 0 104868200 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836806849568 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22634] ppid=22607 vsize=16068328 memory=1936 CPUtime=1252.55 cores=0-7
/proc/22610/task/22634/stat : 22634 (java) R 22607 22610 20236 0 -1 4202560 276821 0 0 0 122782 2473 0 0 20 0 46 0 104868201 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836805794416 139837046865022 0 4 0 16800975 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22635] ppid=22607 vsize=16068328 memory=1424 CPUtime=1250.71 cores=0-7
/proc/22610/task/22635/stat : 22635 (java) R 22607 22610 20236 0 -1 4202560 551055 0 0 0 122638 2433 0 0 20 0 46 0 104868202 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836802644976 139837044790389 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22636] ppid=22607 vsize=16068328 memory=8568 CPUtime=1234.07 cores=0-7
/proc/22610/task/22636/stat : 22636 (java) S 22607 22610 20236 0 -1 1077944384 241197 0 0 0 121012 2395 0 0 20 0 46 0 104868204 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836801592176 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22637] ppid=22607 vsize=16068328 memory=1724 CPUtime=52.24 cores=0-7
/proc/22610/task/22637/stat : 22637 (java) S 22607 22610 20236 0 -1 1077944384 20272 0 0 0 4205 1019 0 0 20 0 46 0 104868204 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836800542240 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22638] ppid=22607 vsize=16068328 memory=11000 CPUtime=1254.44 cores=0-7
/proc/22610/task/22638/stat : 22638 (java) R 22607 22610 20236 0 -1 4202560 252413 0 0 0 123006 2438 0 0 20 0 46 0 104868204 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836799487088 139837044537917 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22639] ppid=22607 vsize=16068328 memory=1224 CPUtime=1275.11 cores=0-7
/proc/22610/task/22639/stat : 22639 (java) S 22607 22610 20236 0 -1 1077944384 253388 0 0 0 125064 2447 0 0 20 0 46 0 104868204 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836798434800 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22640] ppid=22607 vsize=16068328 memory=5792 CPUtime=1240.03 cores=0-7
/proc/22610/task/22640/stat : 22640 (java) S 22607 22610 20236 0 -1 1077944384 254656 0 0 0 121607 2396 0 0 20 0 46 0 104868345 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836797382000 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22641] ppid=22607 vsize=16068328 memory=4620 CPUtime=1243.9 cores=0-7
/proc/22610/task/22641/stat : 22641 (java) S 22607 22610 20236 0 -1 1077944384 237127 0 0 0 121980 2410 0 0 20 0 46 0 104868345 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836796328688 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22642] ppid=22607 vsize=16068328 memory=1200 CPUtime=1245.68 cores=0-7
/proc/22610/task/22642/stat : 22642 (java) R 22607 22610 20236 0 -1 4202560 237862 0 0 0 122143 2425 0 0 20 0 46 0 104868345 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836795276024 139837047036185 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22643] ppid=22607 vsize=16068328 memory=6791534058613427641 CPUtime=48.13 cores=0-7
/proc/22610/task/22643/stat : 22643 (java) S 22607 22610 20236 0 -1 1077944384 18759 0 0 0 3713 1100 0 0 20 0 46 0 104869707 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836794225952 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22644] ppid=22607 vsize=16068328 memory=1936 CPUtime=49.28 cores=0-7
/proc/22610/task/22644/stat : 22644 (java) R 22607 22610 20236 0 -1 1077944384 18276 0 0 0 3779 1149 0 0 20 0 46 0 104869707 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836793173152 139837440890581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22645] ppid=22607 vsize=16068328 memory=1424 CPUtime=49.27 cores=0-7
/proc/22610/task/22645/stat : 22645 (java) S 22607 22610 20236 0 -1 1077944384 18809 0 0 0 3914 1013 0 0 20 0 46 0 104869707 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836792120864 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22646] ppid=22607 vsize=16068328 memory=8568 CPUtime=48.05 cores=0-7
/proc/22610/task/22646/stat : 22646 (java) S 22607 22610 20236 0 -1 1077944384 18770 0 0 0 3679 1126 0 0 20 0 46 0 104869707 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836791068064 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22647] ppid=22607 vsize=16068328 memory=1724 CPUtime=49.96 cores=0-7
/proc/22610/task/22647/stat : 22647 (java) S 22607 22610 20236 0 -1 1077944384 18191 0 0 0 3822 1174 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836787881760 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22648] ppid=22607 vsize=16068328 memory=11000 CPUtime=48.95 cores=0-7
/proc/22610/task/22648/stat : 22648 (java) S 22607 22610 20236 0 -1 1077944384 18559 0 0 0 3679 1216 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836786828960 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22649] ppid=22607 vsize=16068328 memory=1224 CPUtime=47.81 cores=0-7
/proc/22610/task/22649/stat : 22649 (java) S 22607 22610 20236 0 -1 1077944384 18515 0 0 0 3716 1065 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836785775648 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22650] ppid=22607 vsize=16068328 memory=5792 CPUtime=48.58 cores=0-7
/proc/22610/task/22650/stat : 22650 (java) S 22607 22610 20236 0 -1 1077944384 17782 0 0 0 3678 1180 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836784722848 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22651] ppid=22607 vsize=16068328 memory=4620 CPUtime=48.28 cores=0-7
/proc/22610/task/22651/stat : 22651 (java) S 22607 22610 20236 0 -1 1077944384 17868 0 0 0 3686 1142 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836783670560 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22652] ppid=22607 vsize=16068328 memory=6791534058613427641 CPUtime=49.44 cores=0-7
/proc/22610/task/22652/stat : 22652 (java) S 22607 22610 20236 0 -1 1077944384 18247 0 0 0 3741 1203 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836782617760 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22653] ppid=22607 vsize=16068328 memory=7090706938310715250 CPUtime=48.87 cores=0-7
/proc/22610/task/22653/stat : 22653 (java) S 22607 22610 20236 0 -1 1077944384 18327 0 0 0 3703 1184 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836781565472 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22654] ppid=22607 vsize=16068328 memory=10532176 CPUtime=50.27 cores=0-7
/proc/22610/task/22654/stat : 22654 (java) S 22607 22610 20236 0 -1 1077944384 18802 0 0 0 4107 920 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836780512672 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22655] ppid=22607 vsize=16068328 memory=7090706938310715250 CPUtime=47.34 cores=0-7
/proc/22610/task/22655/stat : 22655 (java) S 22607 22610 20236 0 -1 1077944384 17943 0 0 0 3649 1085 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836779460384 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
[pid=22610/tid=22656] ppid=22607 vsize=16068328 memory=7090706938310715250 CPUtime=48.86 cores=0-7
/proc/22610/task/22656/stat : 22656 (java) S 22607 22610 20236 0 -1 1077944384 18565 0 0 0 3716 1170 0 0 20 0 46 0 104869729 16453967872 2634068 33554432000 4194304 4196468 140725432192800 139836778407584 139837440890581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10493952 140725432198242 140725432198427 140725432198427 140725432201167 0
Current children cumulated CPU time: 12637.6 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 10536272 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.09 s]
# the end of solver process 22610 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12142 s, system=495.727 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.09
CPU time (s): 12637.7
CPU user time (s): 12142
CPU system time (s): 495.727
CPU usage (%): 501.48
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 10536272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12142
system time used= 495.727
maximum resident set size= 10536824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8616401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150475913
involuntary context switches= 83865


# summary of solver processes directly reported to runsolver:
#   pid: 22610
#   total CPU time (s): 12637.7
#   total CPU user time (s): 12142
#   total CPU system time (s): 495.727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.3195 second user time and 32.5845 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-14 15:21:54
IDJOB=4275549
IDBENCH=125604
IDSOLVER=2668
FILE ID=node102/4275549-1502717772
RUNJOBID= node102-1502711730-20263
PBS_JOBID= 20629024
Free space on /tmp= 61808 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-90-90.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275549-1502717772/watcher-4275549-1502717772 -o /tmp/evaluation-result-4275549-1502717772/solver-4275549-1502717772 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502711730-20263 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 800248981 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275549-1502717772.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4d5ee0d3a7698119cef28df18be09f14
RANDOM SEED=800248981

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31293304 kB
MemAvailable:   31982876 kB
Buffers:          151244 kB
Cached:           821536 kB
SwapCached:            0 kB
Active:           808920 kB
Inactive:         215712 kB
Active(anon):       4784 kB
Inactive(anon):    75040 kB
Active(file):     804136 kB
Inactive(file):   140672 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            147920 kB
Writeback:             0 kB
AnonPages:         57756 kB
Mapped:            44620 kB
Shmem:             25228 kB
Slab:             147888 kB
SReclaimable:     121196 kB
SUnreclaim:        26692 kB
KernelStack:        3248 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61764 MiB
End job on node102 at 2017-08-14 16:03:54