Trace number 4401330

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT771 681.008 658.811

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-5.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark74.8503
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
9.83/3.91	o 344
9.83/3.91	o 374
10.55/4.13	o 420
10.55/4.13	o 497
10.55/4.14	o 505
10.83/4.20	o 590
10.83/4.26	o 624
11.16/4.36	o 714
13.78/5.38	o 762
177.69/162.83	o 769
252.16/236.38	o 771
680.89/658.78	v <instantiation
680.89/658.78	v         cost = '771'>
680.89/658.78	v       <list>
680.89/658.78	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
680.89/658.78	v       </list>
680.89/658.78	v       <values>
680.89/658.78	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
680.89/658.78	v       </values>
680.89/658.78	v     </instantiation>
680.89/658.78	s OPTIMUM FOUND

Verifier Data

OK	771

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 (14537 MiB free)
  memory of node 1: 16384 MiB (15723 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401330-1568683397/watcher-4401330-1568683397 -o /tmp/evaluation-result-4401330-1568683397/solver-4401330-1568683397 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15739 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401330-1568683397.xml 

running on 4 cores: 1,3,5,7

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19039, runsolver pid=19036

[startup+0.100091 s]*
/proc/loadavg: 1.93 1.61 1.46 6/219 19096
/proc/meminfo: memFree=30980920/32770624 swapFree=66976696/67108860
[pid=19039] ppid=19036 vsize=9972712 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 4471 13524 0 0 1 0 5 3 20 0 6 0 444602313 10212057088 4204 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2493178 4204 1935 1 0 2481616 0
[pid=19039/tid=19092] ppid=19036 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 2274 13524 0 0 0 0 5 3 20 0 6 0 444602323 10212057088 4270 33554432000 4194304 4196468 140736314567040 140412797551184 140412809794910 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=9972712 memory=4211973549012819338 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 6 0 444602323 10212057088 4270 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=9972712 memory=139822808028800 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 6 0 444602323 10212057088 4270 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 6 0 444602323 10212057088 4270 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 2 13524 0 0 0 0 5 3 20 0 6 0 444602323 10212057088 4270 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210166 s]*
/proc/loadavg: 1.93 1.61 1.46 3/228 19105
/proc/meminfo: memFree=30957932/32770624 swapFree=66976696/67108860
[pid=19039] ppid=19036 vsize=10820164 memory=43280 CPUtime=0.27 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 7455 13524 0 0 18 1 5 3 20 0 15 0 444602313 11079847936 10820 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2705041 10820 3250 1 0 2667149 0
[pid=19039/tid=19092] ppid=19036 vsize=10820176 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 3994 13524 0 0 11 0 5 3 20 0 15 0 444602323 11079860224 10820 33554432000 4194304 4196468 140736314567040 140412797508480 140412817951550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10820176 memory=4211973549012819338 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079860224 10820 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10820176 memory=139822808028800 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079860224 10820 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10820176 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079860224 10820 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10820176 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 2 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079860224 10820 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10820184 memory=139822808028800 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 2 13524 0 0 0 0 5 3 20 0 15 0 444602325 11079868416 10820 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10820184 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 13 13524 0 0 0 0 5 3 20 0 15 0 444602325 11079868416 10886 33554432000 4194304 4196468 140736314567040 140411741922720 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10820184 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602325 11079868416 10886 33554432000 4194304 4196468 140736314567040 140411607705072 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10820184 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11079868416 10886 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10820184 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) R 19036 19039 15707 0 -1 1077944384 488 13524 0 0 1 0 5 3 20 0 15 0 444602328 11079868416 10886 33554432000 4194304 4196468 140736314567040 140412351338480 140412825725570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10820184 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) R 19036 19039 15707 0 -1 4202560 181 13524 0 0 1 0 5 3 20 0 15 0 444602328 11079868416 10886 33554432000 4194304 4196468 140736314567040 140412350285936 140412817951550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10820188 memory=139822808028800 CPUtime=0.11 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) R 19036 19039 15707 0 -1 4202560 603 13524 0 0 3 0 5 3 20 0 15 0 444602328 11079872512 10886 33554432000 4194304 4196468 140736314567040 140412349233392 140412825735770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10820188 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11079872512 10886 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10820188 memory=139822808028800 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602329 11079872512 10886 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 43280 KiB

[startup+0.310668 s]*
/proc/loadavg: 1.93 1.61 1.46 4/228 19105
/proc/meminfo: memFree=30947584/32770624 swapFree=66976696/67108860
[pid=19039] ppid=19036 vsize=10820196 memory=51568 CPUtime=0.41 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 10841 13524 0 0 30 3 5 3 20 0 15 0 444602313 11079880704 12892 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2705049 12892 3305 1 0 2667149 0
[pid=19039/tid=19092] ppid=19036 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 7319 13524 0 0 19 2 5 3 20 0 15 0 444602323 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412797519728 140412809794910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 2 13524 0 0 0 0 5 3 20 0 15 0 444602323 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10820196 memory=139822808028799 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 2 13524 0 0 0 0 5 3 20 0 15 0 444602325 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 13 13524 0 0 0 0 5 3 20 0 15 0 444602325 11079880704 12892 33554432000 4194304 4196468 140736314567040 140411741922720 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10820196 memory=139822808028800 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602325 11079880704 12892 33554432000 4194304 4196468 140736314567040 140411607705072 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11079880704 12892 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) S 19036 19039 15707 0 -1 1077944384 488 13524 0 0 1 0 5 3 20 0 15 0 444602328 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412351338480 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) S 19036 19039 15707 0 -1 1077944384 188 13524 0 0 2 0 5 3 20 0 15 0 444602328 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412350285936 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) S 19036 19039 15707 0 -1 1077944384 610 13524 0 0 5 0 5 3 20 0 15 0 444602328 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412349233392 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11079880704 12892 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602329 11079880704 12892 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51568 KiB

[startup+0.700749 s]
/proc/loadavg: 1.93 1.61 1.46 4/228 19105
/proc/meminfo: memFree=30932920/32770624 swapFree=66976696/67108860
[pid=19039] ppid=19036 vsize=10824364 memory=84584 CPUtime=1.13 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 15043 13524 0 0 100 5 5 3 20 0 15 0 444602313 11084148736 21146 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2706091 21146 3512 1 0 2668173 0
[pid=19039/tid=19092] ppid=19036 vsize=10824364 memory=30188 CPUtime=0.67 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 10485 13524 0 0 55 4 5 3 20 0 15 0 444602323 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412797529040 140412809794910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10824364 memory=139822660356543 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10824364 memory=139826955289531 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602323 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10824364 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 2 13524 0 0 0 0 5 3 20 0 15 0 444602323 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10824364 memory=6298391076752152672 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 5 13524 0 0 0 0 5 3 20 0 15 0 444602325 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10824364 memory=7667752656720712806 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 13 13524 0 0 0 0 5 3 20 0 15 0 444602325 11084148736 21146 33554432000 4194304 4196468 140736314567040 140411741922720 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10824364 memory=8025788814078207340 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602325 11084148736 21146 33554432000 4194304 4196468 140736314567040 140411607705072 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10824364 memory=-8814538831020006773 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11084148736 21146 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10824364 memory=-6808994639057120388 CPUtime=0.2 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) R 19036 19039 15707 0 -1 4202560 932 13524 0 0 12 0 5 3 20 0 15 0 444602328 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412351338480 140412809625118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10824364 memory=-8990767739041718176 CPUtime=0.21 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) R 19036 19039 15707 0 -1 4202560 582 13524 0 0 13 0 5 3 20 0 15 0 444602328 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412350285936 140412805558036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10824364 memory=-7384994778349281184 CPUtime=0.25 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) S 19036 19039 15707 0 -1 1077944384 805 13524 0 0 17 0 5 3 20 0 15 0 444602328 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412349233392 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10824364 memory=6945782492362334265 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11084148736 21146 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602329 11084148736 21146 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84584 KiB

[startup+1.50169 s]
/proc/loadavg: 1.93 1.61 1.47 3/228 19105
/proc/meminfo: memFree=30883364/32770624 swapFree=66976696/67108860
[pid=19039] ppid=19036 vsize=10834680 memory=180828 CPUtime=2.64 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 23537 13524 0 0 246 10 5 3 20 0 15 0 444602313 11094712320 45207 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2708670 45207 3581 1 0 2670733 0
[pid=19039/tid=19092] ppid=19036 vsize=10834680 memory=105028 CPUtime=1.43 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 15519 13524 0 0 130 5 5 3 20 0 15 0 444602323 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412797505928 140412811084331 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10834680 memory=-7094132109863559211 CPUtime=0.09 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 328 13524 0 0 1 0 5 3 20 0 15 0 444602323 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 52 13524 0 0 1 0 5 3 20 0 15 0 444602323 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10834680 memory=7449331355827071315 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 31 13524 0 0 0 0 5 3 20 0 15 0 444602323 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 73 13524 0 0 1 0 5 3 20 0 15 0 444602323 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10834680 memory=-6221781267475802396 CPUtime=0.09 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 152 13524 0 0 1 0 5 3 20 0 15 0 444602325 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10834680 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 14 13524 0 0 0 0 5 3 20 0 15 0 444602325 11094712320 45207 33554432000 4194304 4196468 140736314567040 140411741922784 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10834680 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602325 11094712320 45207 33554432000 4194304 4196468 140736314567040 140411607705088 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11094712320 45207 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10834680 memory=279645320688768 CPUtime=0.42 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) S 19036 19039 15707 0 -1 1077944384 2030 13524 0 0 34 0 5 3 20 0 15 0 444602328 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412351338480 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10834680 memory=279645320928296 CPUtime=0.4 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) S 19036 19039 15707 0 -1 1077944384 1297 13524 0 0 32 0 5 3 20 0 15 0 444602328 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412350285936 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10834680 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) R 19036 19039 15707 0 -1 4202560 1825 13524 0 0 42 0 5 3 20 0 15 0 444602328 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412349233392 140412818811259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11094712320 45207 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 1 13524 0 0 0 0 5 3 20 0 15 0 444602329 11094712320 45207 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 10834680 KiB

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


[startup+652.801 s]
/proc/loadavg: 1.89 1.67 1.55 3/228 19162
/proc/meminfo: memFree=29983432/32770624 swapFree=66976708/67108860
[pid=19039] ppid=19036 vsize=10849048 memory=988104 CPUtime=674.9 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 151851 13524 0 0 67346 136 5 3 20 0 15 0 444602313 11109425152 247026 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2712262 247026 3633 1 0 2674317 0
[pid=19039/tid=19092] ppid=19036 vsize=10849048 memory=988104 CPUtime=645.74 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 46321 13524 0 0 64538 28 5 3 20 0 15 0 444602323 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412797549600 140412430911719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10849048 memory=988016 CPUtime=3.2 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 6823 13524 0 0 294 18 5 3 20 0 15 0 444602323 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10849048 memory=6791534058613427641 CPUtime=3.19 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 8877 13524 0 0 290 21 5 3 20 0 15 0 444602323 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10849048 memory=14008 CPUtime=3.2 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 7746 13524 0 0 293 19 5 3 20 0 15 0 444602323 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10849048 memory=2528 CPUtime=3.21 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 4057 13524 0 0 295 18 5 3 20 0 15 0 444602323 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10849048 memory=1764 CPUtime=2.86 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 7273 13524 0 0 262 16 5 3 20 0 15 0 444602325 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10849048 memory=988104 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 18 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247026 33554432000 4194304 4196468 140736314567040 140411741922784 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10849048 memory=1028 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 5 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247026 33554432000 4194304 4196468 140736314567040 140411607705088 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10849048 memory=988104 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247026 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10849048 memory=30208 CPUtime=5.12 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) S 19036 19039 15707 0 -1 1077944384 26440 13524 0 0 500 4 5 3 20 0 15 0 444602328 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412351338480 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10849048 memory=30208 CPUtime=4.47 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) S 19036 19039 15707 0 -1 1077944384 18777 13524 0 0 436 3 5 3 20 0 15 0 444602328 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412350285936 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10849048 memory=2004 CPUtime=4.03 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) S 19036 19039 15707 0 -1 1077944384 22857 13524 0 0 389 6 5 3 20 0 15 0 444602328 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412349233392 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10849048 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247026 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10849048 memory=2004 CPUtime=0.47 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 442 13524 0 0 20 19 5 3 20 0 15 0 444602329 11109425152 247026 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 674.9 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 988104 KiB

[startup+656.001 s]*
/proc/loadavg: 1.89 1.67 1.55 3/228 19162
/proc/meminfo: memFree=29983472/32770624 swapFree=66976708/67108860
[pid=19039] ppid=19036 vsize=10849048 memory=988108 CPUtime=678.15 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 153228 13524 0 0 67671 136 5 3 20 0 15 0 444602313 11109425152 247027 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2712262 247027 3633 1 0 2674317 0
[pid=19039/tid=19092] ppid=19036 vsize=10849048 memory=6791534058613427641 CPUtime=648.91 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 46488 13524 0 0 64855 28 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412797549856 140412440233508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10849048 memory=984 CPUtime=3.22 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 6848 13524 0 0 296 18 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10849048 memory=-7003737579269690708 CPUtime=3.21 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 8904 13524 0 0 292 21 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10849048 memory=924 CPUtime=3.22 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 8874 13524 0 0 295 19 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10849048 memory=3848 CPUtime=3.23 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 4083 13524 0 0 297 18 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10849048 memory=2768 CPUtime=2.87 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 7277 13524 0 0 263 16 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10849048 memory=2716 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 18 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411741922784 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10849048 memory=4108 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 5 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411607705088 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10849048 memory=736 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10849048 memory=1408 CPUtime=5.12 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) S 19036 19039 15707 0 -1 1077944384 26440 13524 0 0 500 4 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412351338480 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10849048 memory=3112 CPUtime=4.47 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) S 19036 19039 15707 0 -1 1077944384 18777 13524 0 0 436 3 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412350285936 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10849048 memory=836284 CPUtime=4.03 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) S 19036 19039 15707 0 -1 1077944384 22857 13524 0 0 389 6 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412349233392 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10849048 memory=1412 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10849048 memory=288230574492221466 CPUtime=0.47 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 442 13524 0 0 20 19 5 3 20 0 15 0 444602329 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 678.15 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 988108 KiB

[startup+657.601 s]
/proc/loadavg: 1.82 1.66 1.55 3/228 19162
/proc/meminfo: memFree=29983472/32770624 swapFree=66976708/67108860
[pid=19039] ppid=19036 vsize=10849048 memory=988108 CPUtime=679.78 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 153243 13524 0 0 67833 137 5 3 20 0 15 0 444602313 11109425152 247027 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2712262 247027 3633 1 0 2674317 0
[pid=19039/tid=19092] ppid=19036 vsize=10849048 memory=30208 CPUtime=650.48 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 46498 13524 0 0 65012 28 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412797550480 140412444420946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10849048 memory=988108 CPUtime=3.23 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 6849 13524 0 0 297 18 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10849048 memory=988108 CPUtime=3.22 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 8905 13524 0 0 293 21 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10849048 memory=988108 CPUtime=3.23 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 8874 13524 0 0 296 19 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10849048 memory=9448 CPUtime=3.24 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 4084 13524 0 0 298 18 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10849048 memory=14008 CPUtime=2.88 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 7279 13524 0 0 264 16 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 18 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411741922784 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10849048 memory=30208 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 5 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411607705088 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10849048 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10849048 memory=984 CPUtime=5.12 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) S 19036 19039 15707 0 -1 1077944384 26440 13524 0 0 500 4 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412351338480 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10849048 memory=2120 CPUtime=4.47 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) S 19036 19039 15707 0 -1 1077944384 18777 13524 0 0 436 3 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412350285936 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10849048 memory=11976 CPUtime=4.03 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) S 19036 19039 15707 0 -1 1077944384 22857 13524 0 0 389 6 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412349233392 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10849048 memory=11220 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10849048 memory=512 CPUtime=0.47 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 442 13524 0 0 20 19 5 3 20 0 15 0 444602329 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 679.78 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 988108 KiB

[startup+658.401 s]
/proc/loadavg: 1.82 1.66 1.55 3/228 19162
/proc/meminfo: memFree=29983180/32770624 swapFree=66976708/67108860
[pid=19039] ppid=19036 vsize=10849048 memory=988108 CPUtime=680.59 cores=1,3,5,7
/proc/19039/stat : 19039 (java) S 19036 19039 15707 0 -1 1077944320 153250 13524 0 0 67914 137 5 3 20 0 15 0 444602313 11109425152 247027 33554432000 4194304 4196468 140736314567040 140736314549584 140412825714423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
/proc/19039/statm: 2712262 247027 3633 1 0 2674317 0
[pid=19039/tid=19092] ppid=19036 vsize=10849048 memory=988108 CPUtime=651.27 cores=1,3,5,7
/proc/19039/task/19092/stat : 19092 (java) R 19036 19039 15707 0 -1 4202560 46503 13524 0 0 65091 28 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412797550560 140412443035946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19093] ppid=19036 vsize=10849048 memory=30208 CPUtime=3.23 cores=1,3,5,7
/proc/19039/task/19093/stat : 19093 (java) S 19036 19039 15707 0 -1 1077944384 6849 13524 0 0 297 18 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412829956368 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19094] ppid=19036 vsize=10849048 memory=6791534058613427641 CPUtime=3.22 cores=1,3,5,7
/proc/19039/task/19094/stat : 19094 (java) S 19036 19039 15707 0 -1 1077944384 8906 13524 0 0 293 21 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412399311248 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19095] ppid=19036 vsize=10849048 memory=1548 CPUtime=3.23 cores=1,3,5,7
/proc/19039/task/19095/stat : 19095 (java) S 19036 19039 15707 0 -1 1077944384 8875 13524 0 0 296 19 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412398258704 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19096] ppid=19036 vsize=10849048 memory=7872 CPUtime=3.24 cores=1,3,5,7
/proc/19039/task/19096/stat : 19096 (java) S 19036 19039 15707 0 -1 1077944384 4084 13524 0 0 298 18 5 3 20 0 15 0 444602323 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412397206160 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19097] ppid=19036 vsize=10849048 memory=1164 CPUtime=2.89 cores=1,3,5,7
/proc/19039/task/19097/stat : 19097 (java) S 19036 19039 15707 0 -1 1077944384 7279 13524 0 0 265 16 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412352391664 140412825725570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19098] ppid=19036 vsize=10849048 memory=9448 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19098/stat : 19098 (java) S 19036 19039 15707 0 -1 1077944384 18 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411741922784 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19099] ppid=19036 vsize=10849048 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19099/stat : 19099 (java) S 19036 19039 15707 0 -1 1077944384 5 13524 0 0 0 0 5 3 20 0 15 0 444602325 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411607705088 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19100] ppid=19036 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19100/stat : 19100 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411367414480 140412825733019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19101] ppid=19036 vsize=10849048 memory=1028 CPUtime=5.12 cores=1,3,5,7
/proc/19039/task/19101/stat : 19101 (java) S 19036 19039 15707 0 -1 1077944384 26440 13524 0 0 500 4 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412351338480 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19102] ppid=19036 vsize=10849048 memory=1060 CPUtime=4.47 cores=1,3,5,7
/proc/19039/task/19102/stat : 19102 (java) S 19036 19039 15707 0 -1 1077944384 18777 13524 0 0 436 3 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412350285936 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19103] ppid=19036 vsize=10849048 memory=2828 CPUtime=4.03 cores=1,3,5,7
/proc/19039/task/19103/stat : 19103 (java) S 19036 19039 15707 0 -1 1077944384 22857 13524 0 0 389 6 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412349233392 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19104] ppid=19036 vsize=10849048 memory=756 CPUtime=0.08 cores=1,3,5,7
/proc/19039/task/19104/stat : 19104 (java) S 19036 19039 15707 0 -1 1077944384 3 13524 0 0 0 0 5 3 20 0 15 0 444602328 11109425152 247027 33554432000 4194304 4196468 140736314567040 140411333855840 140412825724629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
[pid=19039/tid=19105] ppid=19036 vsize=10849048 memory=1548 CPUtime=0.47 cores=1,3,5,7
/proc/19039/task/19105/stat : 19105 (java) S 19036 19039 15707 0 -1 1077944384 442 13524 0 0 20 19 5 3 20 0 15 0 444602329 11109425152 247027 33554432000 4194304 4196468 140736314567040 140412348181296 140412825725570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25706496 140736314575600 140736314578117 140736314578117 140736314580943 0
Current children cumulated CPU time: 680.59 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 988108 KiB

[startup+658.801 s]*
/proc/loadavg: 1.82 1.66 1.55 3/215 19163
/proc/meminfo: memFree=30936572/32770624 swapFree=66976708/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 658.811
CPU time (s): 681.008
CPU user time (s): 679.592
CPU system time (s): 1.41577
CPU usage (%): 103.369
Max. virtual memory (cumulated for all children) (KiB): 10851712
Max. memory (cumulated for all children) (KiB): 1073604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.592
system time used= 1.41577
maximum resident set size= 1075652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168400
page faults= 0
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81827
involuntary context switches= 2359


# summary of solver processes directly reported to runsolver:
#   pid: 19039
#   total CPU time (s): 681.008
#   total CPU user time (s): 679.592
#   total CPU system time (s): 1.41577

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93466 second user time and 6.33109 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 03:22:34
IDJOB=4401330
IDBENCH=133279
IDSOLVER=2858
FILE ID=node121/4401330-1568683397
RUNJOBID= node121-1568673289-15739
PBS_JOBID= 21703788
Free space on /tmp= 61372 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401330-1568683397/watcher-4401330-1568683397 -o /tmp/evaluation-result-4401330-1568683397/solver-4401330-1568683397 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15739 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401330-1568683397.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=535221524

node121.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.75
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.75
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.75
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.75
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:        30988516 kB
MemAvailable:   31123972 kB
Buffers:           41156 kB
Cached:           392360 kB
SwapCached:        10540 kB
Active:           996724 kB
Inactive:         248668 kB
Active(anon):     802920 kB
Inactive(anon):    41240 kB
Active(file):     193804 kB
Inactive(file):   207428 kB
Unevictable:      109604 kB
Mlocked:          109604 kB
SwapTotal:      67108860 kB
SwapFree:       66976696 kB
Dirty:             35060 kB
Writeback:             0 kB
AnonPages:        962936 kB
Mapped:            55324 kB
Shmem:             23532 kB
Slab:             129868 kB
SReclaimable:     100120 kB
SUnreclaim:        29748 kB
KernelStack:        4048 kB
PageTables:         7648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2045584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61336 MiB
End job on node121 at 2019-09-17 03:33:33