Trace number 4401387

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.2OPT75 450.25 437.122

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-46-08.xml
MD5SUM1a36b9c979418634ede1d2fbb3d1d330
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark84.9466
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size347
Distribution of domain sizes[{"size":1,"count":1},{"size":347,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":5},{"degree":8,"count":40},{"degree":9,"count":9},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":131},{"arity":60,"count":4}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.60	c Concrete v3.12.2.1568631193530 running
8.72/3.98	o 92
8.72/4.00	o 91
9.07/4.03	o 89
9.40/4.14	o 88
9.68/4.22	o 85
10.32/4.42	o 84
13.49/6.44	o 83
17.30/9.54	o 82
23.57/15.24	o 81
23.57/15.29	o 79
26.23/17.81	o 78
35.21/26.54	o 77
144.90/135.13	o 76
424.52/411.70	o 75
450.13/437.09	v <instantiation
450.13/437.09	v         cost = '75'>
450.13/437.09	v       <list>
450.13/437.09	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] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
450.13/437.09	v       </list>
450.13/437.09	v       <values>
450.13/437.09	v         0 0 0 0 7 5 6 10 15 25 5 15 12 15 21 12 7 26 22 29 13 26 14 30 13 17 26 32 24 32 43 64 24 22 39 25 39 42 48 34 43 47 40 34 53 55 47 56 60 64 61 62 53 56 56 66 63 63 65 73 66 75
450.13/437.09	v       </values>
450.13/437.09	v     </instantiation>
450.13/437.09	s OPTIMUM FOUND

Verifier Data

OK	75

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401387-1568682749/watcher-4401387-1568682749 -o /tmp/evaluation-result-4401387-1568682749/solver-4401387-1568682749 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=580007786 HOME/instance-4401387-1568682749.xml 

running on 4 cores: 0-3

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
solver pid=1260, runsolver pid=1257
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.12 1.36 1.38 3/216 1314
/proc/meminfo: memFree=30202416/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=9970504 memory=11056 CPUtime=0.09 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 3498 13456 0 0 0 0 6 3 20 0 6 0 444216535 10209796096 2764 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2492626 2764 1291 1 0 2481537 0
[pid=1260/tid=1314] ppid=1257 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 1689 13456 0 0 0 0 6 3 20 0 6 0 444216545 10212057088 4186 33554432000 4194304 4196468 140736420769696 139683238486608 139683189726162 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=9972712 memory=4294967661 CPUtime=0.09 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 6 0 444216546 10212057088 4186 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=9972712 memory=3832757634806916768 CPUtime=0.09 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 6 0 444216546 10212057088 4186 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=9972712 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 6 0 444216546 10212057088 4186 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=9972712 memory=-1 CPUtime=0.09 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 6 0 444216546 10212057088 4186 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 11056 KiB

[startup+0.211691 s]*
/proc/loadavg: 1.12 1.36 1.38 4/229 1327
/proc/meminfo: memFree=30181260/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10819712 memory=37792 CPUtime=0.27 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 6768 13456 0 0 16 2 6 3 20 0 15 0 444216535 11079385088 9448 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2704928 9448 3182 1 0 2667149 0
[pid=1260/tid=1314] ppid=1257 vsize=10819712 memory=8389772277269004345 CPUtime=0.2 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 3266 13456 0 0 10 1 6 3 20 0 15 0 444216545 11079385088 9473 33554432000 4194304 4196468 140736420769696 139683238466960 139683266661782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10819712 memory=4294967661 CPUtime=0.09 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079385088 9473 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10819712 memory=3832757634806916768 CPUtime=0.09 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079385088 9473 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079385088 9473 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079385088 9473 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10819712 memory=140251667441280 CPUtime=0.09 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216547 11079385088 9473 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 33 13456 0 0 0 0 6 3 20 0 15 0 444216548 11079385088 9473 33554432000 4194304 4196468 140736420769696 139682724648480 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11079385088 9473 33554432000 4194304 4196468 140736420769696 139682067244400 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11079385088 9473 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10819712 memory=0 CPUtime=0.1 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) S 1257 1260 31537 0 -1 1077944384 468 13456 0 0 1 0 6 3 20 0 15 0 444216551 11079385088 9473 33554432000 4194304 4196468 140736420769696 139682691090800 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10819712 memory=-1 CPUtime=0.1 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) S 1257 1260 31537 0 -1 1077944384 173 13456 0 0 1 0 6 3 20 0 15 0 444216551 11079385088 9473 33554432000 4194304 4196468 140736420769696 139682690038000 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10819712 memory=140251667441280 CPUtime=0.12 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) R 1257 1260 31537 0 -1 4202560 619 13456 0 0 3 0 6 3 20 0 15 0 444216551 11079385088 9473 33554432000 4194304 4196468 140736420769696 139682688985200 139683246014462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11079385088 9473 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10819712 memory=140251667441280 CPUtime=0.09 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216551 11079385088 9473 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 37792 KiB

[startup+0.311566 s]*
/proc/loadavg: 1.12 1.36 1.38 3/229 1327
/proc/meminfo: memFree=30166676/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10821220 memory=48788 CPUtime=0.41 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 10340 13456 0 0 28 4 6 3 20 0 15 0 444216535 11080929280 12197 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2705305 12197 3311 1 0 2667405 0
[pid=1260/tid=1314] ppid=1257 vsize=10820196 memory=43719607 CPUtime=0.29 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 6876 13456 0 0 18 2 6 3 20 0 15 0 444216545 11079880704 12199 33554432000 4194304 4196468 140736420769696 139683238458800 139683250730334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079880704 12199 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10820196 memory=280503220616832 CPUtime=0.09 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079880704 12199 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10820196 memory=140251667441280 CPUtime=0.09 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079880704 12199 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216546 11079880704 12199 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10820196 memory=140251667441279 CPUtime=0.09 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216547 11079880704 12199 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 33 13456 0 0 0 0 6 3 20 0 15 0 444216548 11079880704 12199 33554432000 4194304 4196468 140736420769696 139682724648480 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11079880704 12199 33554432000 4194304 4196468 140736420769696 139682067244400 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11079880704 12199 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10820196 memory=0 CPUtime=0.1 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) S 1257 1260 31537 0 -1 1077944384 468 13456 0 0 1 0 6 3 20 0 15 0 444216551 11079880704 12199 33554432000 4194304 4196468 140736420769696 139682691090800 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10820196 memory=-1 CPUtime=0.11 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) S 1257 1260 31537 0 -1 1077944384 183 13456 0 0 2 0 6 3 20 0 15 0 444216551 11079880704 12199 33554432000 4194304 4196468 140736420769696 139682690038000 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10820196 memory=0 CPUtime=0.14 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) S 1257 1260 31537 0 -1 1077944384 626 13456 0 0 5 0 6 3 20 0 15 0 444216551 11079880704 12199 33554432000 4194304 4196468 140736420769696 139682688985200 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11079880704 12199 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216551 11079880704 12199 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 48788 KiB

[startup+0.701734 s]
/proc/loadavg: 1.12 1.36 1.38 3/229 1327
/proc/meminfo: memFree=30157528/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10822316 memory=75452 CPUtime=1.09 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 14156 13456 0 0 95 5 6 3 20 0 15 0 444216535 11082051584 18863 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2705579 18863 3503 1 0 2667661 0
[pid=1260/tid=1314] ppid=1257 vsize=10822316 memory=4100 CPUtime=0.67 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 9716 13456 0 0 55 3 6 3 20 0 15 0 444216545 11082051584 18863 33554432000 4194304 4196468 140736420769696 139683238465056 139683248234590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10822316 memory=55 CPUtime=0.09 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216546 11082051584 18863 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10822316 memory=9316 CPUtime=0.09 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216546 11082051584 18863 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10822316 memory=3262591 CPUtime=0.09 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 2 13456 0 0 0 0 6 3 20 0 15 0 444216546 11082051584 18863 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10822316 memory=140251553242095 CPUtime=0.09 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216546 11082051584 18863 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10822316 memory=280503106161408 CPUtime=0.09 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 5 13456 0 0 0 0 6 3 20 0 15 0 444216547 11082051584 18863 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10822316 memory=280503106161600 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 33 13456 0 0 0 0 6 3 20 0 15 0 444216548 11082051584 18863 33554432000 4194304 4196468 140736420769696 139682724648480 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10822316 memory=280503106161792 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11082051584 18863 33554432000 4194304 4196468 140736420769696 139682067244400 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10822316 memory=280503106225984 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11082051584 18863 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10822316 memory=280503106226176 CPUtime=0.21 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) R 1257 1260 31537 0 -1 4202560 876 13456 0 0 12 0 6 3 20 0 15 0 444216551 11082051584 18863 33554432000 4194304 4196468 140736420769696 139682691077408 139683248172553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10822316 memory=280503106226368 CPUtime=0.18 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) R 1257 1260 31537 0 -1 4202560 551 13456 0 0 9 0 6 3 20 0 15 0 444216551 11082051584 18863 33554432000 4194304 4196468 140736420769696 139682690026144 139683248170761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10822316 memory=280503106226560 CPUtime=0.26 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) S 1257 1260 31537 0 -1 1077944384 751 13456 0 0 17 0 6 3 20 0 15 0 444216551 11082051584 18863 33554432000 4194304 4196468 140736420769696 139682688985200 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10822316 memory=280503106226752 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11082051584 18863 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10822316 memory=53 CPUtime=0.09 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216551 11082051584 18928 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 75452 KiB

[startup+1.50074 s]
/proc/loadavg: 1.12 1.36 1.38 4/229 1327
/proc/meminfo: memFree=30119684/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10834680 memory=166956 CPUtime=2.44 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 21074 13456 0 0 225 10 6 3 20 0 15 0 444216535 11094712320 41739 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2708670 41739 3581 1 0 2670733 0
[pid=1260/tid=1314] ppid=1257 vsize=10834680 memory=9 CPUtime=1.43 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 14950 13456 0 0 129 5 6 3 20 0 15 0 444216545 11094712320 41739 33554432000 4194304 4196468 140736420769696 139683238473056 139683248213376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10834680 memory=9 CPUtime=0.1 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 43 13456 0 0 1 0 6 3 20 0 15 0 444216546 11094712320 41739 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10834680 memory=55 CPUtime=0.09 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 20 13456 0 0 0 0 6 3 20 0 15 0 444216546 11094712320 41739 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10834680 memory=9316 CPUtime=0.09 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 69 13456 0 0 0 0 6 3 20 0 15 0 444216546 11094712320 41739 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10834680 memory=3262591 CPUtime=0.1 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 307 13456 0 0 1 0 6 3 20 0 15 0 444216546 11094712320 41739 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10834680 memory=292872714 CPUtime=0.1 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 175 13456 0 0 1 0 6 3 20 0 15 0 444216547 11094712320 41739 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 34 13456 0 0 0 0 6 3 20 0 15 0 444216548 11094712320 41739 33554432000 4194304 4196468 140736420769696 139682724648480 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11094712320 41739 33554432000 4194304 4196468 140736420769696 139682067244400 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11094712320 41739 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10834680 memory=2241 CPUtime=0.34 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) R 1257 1260 31537 0 -1 4202560 1055 13456 0 0 25 0 6 3 20 0 15 0 444216551 11094712320 41739 33554432000 4194304 4196468 140736420769696 139682691090800 139683248193564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10834680 memory=2244 CPUtime=0.34 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) S 1257 1260 31537 0 -1 1077944384 965 13456 0 0 25 0 6 3 20 0 15 0 444216551 11094712320 41739 33554432000 4194304 4196468 140736420769696 139682690038000 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10834680 memory=6944656575208382560 CPUtime=0.46 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) S 1257 1260 31537 0 -1 1077944384 1245 13456 0 0 37 0 6 3 20 0 15 0 444216551 11094712320 41739 33554432000 4194304 4196468 140736420769696 139682688985200 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10834680 memory=6944656592455359580 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11094712320 41739 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10834680 memory=6944656592455359580 CPUtime=0.09 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216551 11094712320 41739 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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


[startup+435.201 s]
/proc/loadavg: 1.18 1.38 1.40 3/228 1492
/proc/meminfo: memFree=29286972/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10846988 memory=648040 CPUtime=448.3 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 113674 13456 0 0 44741 80 6 3 20 0 15 0 444216535 11107315712 162010 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2711747 162010 3632 1 0 2673805 0
[pid=1260/tid=1314] ppid=1257 vsize=10846988 memory=4100 CPUtime=431.7 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 35801 13456 0 0 43142 19 6 3 20 0 15 0 444216545 11107315712 162010 33554432000 4194304 4196468 140736420769696 139683238485840 139682837480098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10846988 memory=46396 CPUtime=1.53 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2171 13456 0 0 134 10 6 3 20 0 15 0 444216546 11107315712 162010 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10846988 memory=647980 CPUtime=1.52 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 3611 13456 0 0 134 9 6 3 20 0 15 0 444216546 11107315712 162010 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10846988 memory=647980 CPUtime=1.52 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 3834 13456 0 0 134 9 6 3 20 0 15 0 444216546 11107315712 162010 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10846988 memory=3612 CPUtime=1.53 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 5550 13456 0 0 135 9 6 3 20 0 15 0 444216546 11107315712 162010 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10846988 memory=647980 CPUtime=1.55 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 4827 13456 0 0 137 9 6 3 20 0 15 0 444216547 11107315712 162010 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10846988 memory=496 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 39 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162010 33554432000 4194304 4196468 140736420769696 139682724648608 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10846988 memory=928 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162010 33554432000 4194304 4196468 140736420769696 139682067244416 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10846988 memory=8112282956445269571 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162010 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10846988 memory=1280 CPUtime=3.48 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) S 1257 1260 31537 0 -1 1077944384 15142 13456 0 0 336 3 6 3 20 0 15 0 444216551 11107315712 162010 33554432000 4194304 4196468 140736420769696 139682691090800 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10846988 memory=6028 CPUtime=3.89 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) S 1257 1260 31537 0 -1 1077944384 24236 13456 0 0 376 4 6 3 20 0 15 0 444216551 11107315712 162010 33554432000 4194304 4196468 140736420769696 139682690038000 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10846988 memory=3612 CPUtime=1.99 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) S 1257 1260 31537 0 -1 1077944384 15598 13456 0 0 186 4 6 3 20 0 15 0 444216551 11107315712 162010 33554432000 4194304 4196468 140736420769696 139682688985200 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10846988 memory=4100 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162010 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10846988 memory=46396 CPUtime=0.3 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 648 13456 0 0 12 9 6 3 20 0 15 0 444216551 11107315712 162010 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 448.3 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 648040 KiB

[startup+436.001 s]*
/proc/loadavg: 1.18 1.38 1.40 3/228 1492
/proc/meminfo: memFree=29286972/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10846988 memory=648076 CPUtime=449.12 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 114909 13456 0 0 44823 80 6 3 20 0 15 0 444216535 11107315712 162019 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2711747 162019 3632 1 0 2673805 0
[pid=1260/tid=1314] ppid=1257 vsize=10846988 memory=6935054825532540783 CPUtime=432.5 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 35915 13456 0 0 43222 19 6 3 20 0 15 0 444216545 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683238485728 139682836615021 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10846988 memory=4126316290023845779 CPUtime=1.53 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2209 13456 0 0 134 10 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10846988 memory=1556 CPUtime=1.53 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 3628 13456 0 0 135 9 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10846988 memory=648040 CPUtime=1.52 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 4837 13456 0 0 134 9 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10846988 memory=2424 CPUtime=1.54 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 5590 13456 0 0 136 9 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10846988 memory=1760 CPUtime=1.55 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 4850 13456 0 0 137 9 6 3 20 0 15 0 444216547 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10846988 memory=4126316290023845779 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 39 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682724648608 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10846988 memory=3612 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682067244416 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10846988 memory=4100 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10846988 memory=46396 CPUtime=3.48 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) S 1257 1260 31537 0 -1 1077944384 15142 13456 0 0 336 3 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682691090800 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10846988 memory=984 CPUtime=3.89 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) S 1257 1260 31537 0 -1 1077944384 24236 13456 0 0 376 4 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682690038000 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10846988 memory=2044 CPUtime=1.99 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) S 1257 1260 31537 0 -1 1077944384 15598 13456 0 0 186 4 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682688985200 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10846988 memory=1388 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10846988 memory=1056 CPUtime=0.3 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 648 13456 0 0 12 9 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 449.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 648076 KiB

[startup+436.801 s]
/proc/loadavg: 1.18 1.38 1.40 3/228 1492
/proc/meminfo: memFree=29286972/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10846988 memory=648076 CPUtime=449.92 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 114921 13456 0 0 44903 80 6 3 20 0 15 0 444216535 11107315712 162019 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2711747 162019 3632 1 0 2673805 0
[pid=1260/tid=1314] ppid=1257 vsize=10846988 memory=6028 CPUtime=433.29 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 35919 13456 0 0 43301 19 6 3 20 0 15 0 444216545 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683238485728 139682836615041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10846988 memory=780 CPUtime=1.53 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2209 13456 0 0 134 10 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10846988 memory=1088 CPUtime=1.54 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 3628 13456 0 0 135 10 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10846988 memory=2832 CPUtime=1.52 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 4837 13456 0 0 134 9 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10846988 memory=1564 CPUtime=1.54 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 5590 13456 0 0 136 9 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10846988 memory=8560 CPUtime=1.55 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 4858 13456 0 0 137 9 6 3 20 0 15 0 444216547 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10846988 memory=8112282956445269571 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 39 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682724648608 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10846988 memory=695816 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682067244416 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10846988 memory=796 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10846988 memory=1444 CPUtime=3.48 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) S 1257 1260 31537 0 -1 1077944384 15142 13456 0 0 336 3 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682691090800 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10846988 memory=648040 CPUtime=3.89 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) S 1257 1260 31537 0 -1 1077944384 24236 13456 0 0 376 4 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682690038000 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10846988 memory=46396 CPUtime=1.99 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) S 1257 1260 31537 0 -1 1077944384 15598 13456 0 0 186 4 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682688985200 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10846988 memory=984 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10846988 memory=2044 CPUtime=0.3 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 648 13456 0 0 12 9 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 449.92 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 648076 KiB

[startup+437.001 s]*
/proc/loadavg: 1.18 1.38 1.40 3/228 1492
/proc/meminfo: memFree=29286972/32770688 swapFree=66961204/67108860
[pid=1260] ppid=1257 vsize=10846988 memory=648076 CPUtime=450.13 cores=0-3
/proc/1260/stat : 1260 (java) S 1257 1260 31537 0 -1 1077944320 114925 13456 0 0 44924 80 6 3 20 0 15 0 444216535 11107315712 162019 33554432000 4194304 4196468 140736420769696 140736420752240 139683266649847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
/proc/1260/statm: 2711747 162019 3632 1 0 2673805 0
[pid=1260/tid=1314] ppid=1257 vsize=10846988 memory=1984 CPUtime=433.49 cores=0-3
/proc/1260/task/1314/stat : 1314 (java) R 1257 1260 31537 0 -1 4202560 35920 13456 0 0 43321 19 6 3 20 0 15 0 444216545 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683238486144 139682836615827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1315] ppid=1257 vsize=10846988 memory=2424 CPUtime=1.53 cores=0-3
/proc/1260/task/1315/stat : 1315 (java) S 1257 1260 31537 0 -1 1077944384 2209 13456 0 0 134 10 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683270892176 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1316] ppid=1257 vsize=10846988 memory=1760 CPUtime=1.54 cores=0-3
/proc/1260/task/1316/stat : 1316 (java) S 1257 1260 31537 0 -1 1077944384 3628 13456 0 0 135 10 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683159165456 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1317] ppid=1257 vsize=10846988 memory=4126316290023845779 CPUtime=1.52 cores=0-3
/proc/1260/task/1317/stat : 1317 (java) S 1257 1260 31537 0 -1 1077944384 4837 13456 0 0 134 9 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683158112656 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1318] ppid=1257 vsize=10846988 memory=288230376990843733 CPUtime=1.54 cores=0-3
/proc/1260/task/1318/stat : 1318 (java) S 1257 1260 31537 0 -1 1077944384 5591 13456 0 0 136 9 6 3 20 0 15 0 444216546 11107315712 162019 33554432000 4194304 4196468 140736420769696 139683157059856 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1319] ppid=1257 vsize=10846988 memory=288288891725948902 CPUtime=1.55 cores=0-3
/proc/1260/task/1319/stat : 1319 (java) S 1257 1260 31537 0 -1 1077944384 4860 13456 0 0 137 9 6 3 20 0 15 0 444216547 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682725702512 139683266660994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1320] ppid=1257 vsize=10846988 memory=8243122710528917583 CPUtime=0.09 cores=0-3
/proc/1260/task/1320/stat : 1320 (java) S 1257 1260 31537 0 -1 1077944384 39 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682724648608 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1321] ppid=1257 vsize=10846988 memory=7598824234097836114 CPUtime=0.09 cores=0-3
/proc/1260/task/1321/stat : 1321 (java) S 1257 1260 31537 0 -1 1077944384 1 13456 0 0 0 0 6 3 20 0 15 0 444216548 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682067244416 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1322] ppid=1257 vsize=10846988 memory=13907 CPUtime=0.09 cores=0-3
/proc/1260/task/1322/stat : 1322 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139681826953552 139683266668443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1323] ppid=1257 vsize=10846988 memory=3772992156833177648 CPUtime=3.48 cores=0-3
/proc/1260/task/1323/stat : 1323 (java) S 1257 1260 31537 0 -1 1077944384 15142 13456 0 0 336 3 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682691090800 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1324] ppid=1257 vsize=10846988 memory=6944656592387989600 CPUtime=3.89 cores=0-3
/proc/1260/task/1324/stat : 1324 (java) S 1257 1260 31537 0 -1 1077944384 24236 13456 0 0 376 4 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682690038000 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1325] ppid=1257 vsize=10846988 memory=6655300316396806240 CPUtime=1.99 cores=0-3
/proc/1260/task/1325/stat : 1325 (java) S 1257 1260 31537 0 -1 1077944384 15598 13456 0 0 186 4 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682688985200 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1326] ppid=1257 vsize=10846988 memory=6943526294502006832 CPUtime=0.09 cores=0-3
/proc/1260/task/1326/stat : 1326 (java) S 1257 1260 31537 0 -1 1077944384 3 13456 0 0 0 0 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139681793394912 139683266660053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
[pid=1260/tid=1327] ppid=1257 vsize=10846988 memory=6944656592387989600 CPUtime=0.3 cores=0-3
/proc/1260/task/1327/stat : 1327 (java) S 1257 1260 31537 0 -1 1077944384 648 13456 0 0 12 9 6 3 20 0 15 0 444216551 11107315712 162019 33554432000 4194304 4196468 140736420769696 139682687933616 139683266660994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14512128 140736420772592 140736420775109 140736420775109 140736420777935 0
Current children cumulated CPU time: 450.13 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 648076 KiB

[startup+437.111 s]*
/proc/loadavg: 1.18 1.38 1.40 3/215 1493
/proc/meminfo: memFree=29904940/32770688 swapFree=66961204/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): 437.122
CPU time (s): 450.25
CPU user time (s): 449.4
CPU system time (s): 0.850359
CPU usage (%): 103.003
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 656768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 449.4
system time used= 0.850359
maximum resident set size= 656768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45625
involuntary context switches= 1316


# summary of solver processes directly reported to runsolver:
#   pid: 1260
#   total CPU time (s): 450.25
#   total CPU user time (s): 449.4
#   total CPU system time (s): 0.850359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.84505 second user time and 4.68321 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 03:11:47
IDJOB=4401387
IDBENCH=128523
IDSOLVER=2858
FILE ID=node116/4401387-1568682749
RUNJOBID= node116-1568673291-31568
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-46-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401387-1568682749/watcher-4401387-1568682749 -o /tmp/evaluation-result-4401387-1568682749/solver-4401387-1568682749 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=580007786 HOME/instance-4401387-1568682749.xml

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

MD5SUM BENCH= 1a36b9c979418634ede1d2fbb3d1d330
RANDOM SEED=580007786

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30205388 kB
MemAvailable:   31445808 kB
Buffers:          136892 kB
Cached:          1397616 kB
SwapCached:        46592 kB
Active:          1437772 kB
Inactive:         548804 kB
Active(anon):     406064 kB
Inactive(anon):    94976 kB
Active(file):    1031708 kB
Inactive(file):   453828 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961204 kB
Dirty:             35260 kB
Writeback:             0 kB
AnonPages:        535608 kB
Mapped:            61496 kB
Shmem:             40320 kB
Slab:             170008 kB
SReclaimable:     141440 kB
SUnreclaim:        28568 kB
KernelStack:        4016 kB
PageTables:         8344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1529120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61164 MiB
End job on node116 at 2019-09-17 03:19:05