Trace number 4302374

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.9.2OPT92 11.0027 4.99616

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-02_c18.xml
MD5SUM7549aa093fe24285400bc63faca9f795
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark3.02642
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size478
Distribution of domain sizes[{"size":1,"count":1},{"size":478,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":37},{"degree":4,"count":20},{"degree":5,"count":34},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":16,"count":1},{"arity":19,"count":1},{"arity":23,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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.98/0.74	c Concrete v3.9.2.1532736233296 running
9.71/4.47	o 121
10.20/4.71	o 114
10.51/4.81	o 108
10.83/4.93	o 92
10.83/4.94	v <instantiation cost="92">
10.83/4.94	v       <list>
10.83/4.94	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] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
10.83/4.94	v       </list>
10.83/4.94	v       <values>
10.83/4.94	v         0 0 33 0 5 5 6 8 9 35 16 14 9 5 12 6 20 35 39 59 5 41 42 16 62 42 9 20 24 37 24 68 24 7 26 48 28 26 24 49 20 36 36 30 28 48 43 14 46 31 74 33 36 44 61 71 51 72 55 55 14 47 47 56 48 59 61 46 24 68 66 74 72 59 55 63 13 65 68 73 47 71 78 81 80 76 80 66 85 84 88 92
10.83/4.94	v       </values>
10.83/4.94	v     </instantiation>
10.83/4.94	s OPTIMUM FOUND

Verifier Data

OK	92

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302374-1532897546/watcher-4302374-1532897546 -o /tmp/evaluation-result-4302374-1532897546/solver-4302374-1532897546 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=268590417 HOME/instance-4302374-1532897546.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21293, runsolver pid=21290

[startup+0.100061 s]*
/proc/loadavg: 2.09 1.77 1.80 3/207 21350
/proc/meminfo: memFree=25579000/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=10005480 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 4234 13051 0 0 1 0 4 3 20 0 6 0 107317785 10245611520 4583 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2501370 4583 1931 1 0 2489808 0
[pid=21293/tid=21346] ppid=21290 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 2041 13051 0 0 1 0 4 3 20 0 6 0 107317794 10245611520 4583 33554432000 4194304 4196468 140727907566112 139971365921360 139971394106525 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 6 0 107317795 10245611520 4583 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=10005480 memory=139698618259072 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 6 0 107317795 10245611520 4583 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 6 0 107317795 10245611520 4583 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 6 0 107317795 10245611520 4583 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209947 s]*
/proc/loadavg: 2.09 1.77 1.80 4/216 21359
/proc/meminfo: memFree=25554772/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=10982744 memory=44372 CPUtime=0.25 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 7299 13051 0 0 17 1 4 3 20 0 15 0 107317785 11246329856 11093 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2745686 11093 2953 1 0 2708109 0
[pid=21293/tid=21346] ppid=21290 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 3918 13051 0 0 11 0 4 3 20 0 15 0 107317794 11246329856 11159 33554432000 4194304 4196468 140727907566112 139971365881520 139971374360359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=10982744 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246329856 11159 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=10982744 memory=139698618899751 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246329856 11159 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246329856 11159 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246329856 11159 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=10982744 memory=139698618259072 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317796 11246329856 11159 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 107317797 11246329856 11225 33554432000 4194304 4196468 140727907566112 139970232706720 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317797 11246329856 11225 33554432000 4194304 4196468 140727907566112 139970031379696 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246329856 11225 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) S 21290 21293 10029 0 -1 1077944384 423 13051 0 0 1 0 4 3 20 0 15 0 107317800 11246329856 11225 33554432000 4194304 4196468 140727907566112 139970361776368 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) S 21290 21293 10029 0 -1 1077944384 188 13051 0 0 1 0 4 3 20 0 15 0 107317800 11246329856 11225 33554432000 4194304 4196468 140727907566112 139970360723824 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=10982744 memory=139698618259072 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) S 21290 21293 10029 0 -1 1077944384 616 13051 0 0 3 0 4 3 20 0 15 0 107317800 11246329856 11225 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246329856 11225 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=10982744 memory=139698618259072 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246329856 11225 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44372 KiB

[startup+0.310133 s]*
/proc/loadavg: 2.09 1.77 1.80 3/216 21359
/proc/meminfo: memFree=25542244/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=10983192 memory=56892 CPUtime=0.38 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 10259 13051 0 0 29 2 4 3 20 0 15 0 107317785 11246788608 14223 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2745798 14223 3072 1 0 2708109 0
[pid=21293/tid=21346] ppid=21290 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 6804 13051 0 0 19 1 4 3 20 0 15 0 107317794 11246788608 14223 33554432000 4194304 4196468 140727907566112 139971365896608 139971375648174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 14223 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 14223 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 14223 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 14223 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317796 11246788608 14223 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 107317797 11246788608 14223 33554432000 4194304 4196468 140727907566112 139970232706720 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317797 11246788608 14223 33554432000 4194304 4196468 140727907566112 139970031379696 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246788608 14223 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) S 21290 21293 10029 0 -1 1077944384 426 13051 0 0 1 0 4 3 20 0 15 0 107317800 11246788608 14223 33554432000 4194304 4196468 140727907566112 139970361776368 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) S 21290 21293 10029 0 -1 1077944384 190 13051 0 0 1 0 4 3 20 0 15 0 107317800 11246788608 14223 33554432000 4194304 4196468 140727907566112 139970360723824 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=10983192 memory=139698618259072 CPUtime=0.12 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) S 21290 21293 10029 0 -1 1077944384 622 13051 0 0 5 0 4 3 20 0 15 0 107317800 11246788608 14223 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246788608 14223 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=10983192 memory=139698618259072 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246788608 14223 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56892 KiB

[startup+0.700745 s]
/proc/loadavg: 2.09 1.77 1.80 3/216 21359
/proc/meminfo: memFree=25531948/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=10983192 memory=89144 CPUtime=0.98 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 16366 13051 0 0 87 4 4 3 20 0 15 0 107317785 11246788608 22286 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2745798 22286 3247 1 0 2708109 0
[pid=21293/tid=21346] ppid=21290 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 11848 13051 0 0 56 3 4 3 20 0 15 0 107317794 11246788608 22286 33554432000 4194304 4196468 140727907566112 139971365907600 139971378165086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 22286 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 22286 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 22286 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317795 11246788608 22286 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 5 13051 0 0 0 0 4 3 20 0 15 0 107317796 11246788608 22286 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 107317797 11246788608 22286 33554432000 4194304 4196468 140727907566112 139970232706720 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=10983192 memory=139698509067024 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317797 11246788608 22286 33554432000 4194304 4196468 140727907566112 139970031379696 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=10983192 memory=139702401237577 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246788608 22286 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=10983192 memory=796 CPUtime=0.16 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) S 21290 21293 10029 0 -1 1077944384 1023 13051 0 0 9 0 4 3 20 0 15 0 107317800 11246788608 22286 33554432000 4194304 4196468 140727907566112 139970361776368 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=10983192 memory=7014751519650764113 CPUtime=0.15 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) S 21290 21293 10029 0 -1 1077944384 598 13051 0 0 8 0 4 3 20 0 15 0 107317800 11246788608 22286 33554432000 4194304 4196468 140727907566112 139970360723824 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=10983192 memory=7597123233646858610 CPUtime=0.19 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) S 21290 21293 10029 0 -1 1077944384 673 13051 0 0 12 0 4 3 20 0 15 0 107317800 11246788608 22286 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=10983192 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246788608 22286 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317800 11246788608 22286 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89144 KiB

[startup+1.50079 s]
/proc/loadavg: 2.09 1.77 1.80 3/216 21359
/proc/meminfo: memFree=25488308/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=10998092 memory=178988 CPUtime=2.27 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 23260 13051 0 0 211 9 4 3 20 0 15 0 107317785 11262046208 44747 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2749523 44747 3467 1 0 2711181 0
[pid=21293/tid=21346] ppid=21290 vsize=10998092 memory=9169 CPUtime=1.43 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 17147 13051 0 0 130 6 4 3 20 0 15 0 107317794 11262046208 44747 33554432000 4194304 4196468 140727907566112 139971365916160 139971378165086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 53 13051 0 0 1 0 4 3 20 0 15 0 107317795 11262046208 44747 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 223 13051 0 0 1 0 4 3 20 0 15 0 107317795 11262046208 44747 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=10998092 memory=3028 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 21 13051 0 0 1 0 4 3 20 0 15 0 107317795 11262046208 44747 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=10998092 memory=89144 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 30 13051 0 0 0 0 4 3 20 0 15 0 107317795 11262046208 44747 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 57 13051 0 0 1 0 4 3 20 0 15 0 107317796 11262046208 44747 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 107317797 11262046208 44747 33554432000 4194304 4196468 140727907566112 139970232706784 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317797 11262046208 44747 33554432000 4194304 4196468 140727907566112 139970031379712 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11262046208 44747 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=10998092 memory=4638778398332698720 CPUtime=0.3 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) S 21290 21293 10029 0 -1 1077944384 1459 13051 0 0 23 0 4 3 20 0 15 0 107317800 11262046208 44747 33554432000 4194304 4196468 140727907566112 139970361776368 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=10998092 memory=279397018409856 CPUtime=0.24 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) S 21290 21293 10029 0 -1 1077944384 802 13051 0 0 17 0 4 3 20 0 15 0 107317800 11262046208 44747 33554432000 4194304 4196468 140727907566112 139970360723824 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=10998092 memory=6944656592452807323 CPUtime=0.4 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) S 21290 21293 10029 0 -1 1077944384 1251 13051 0 0 33 0 4 3 20 0 15 0 107317800 11262046208 44747 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11262046208 44747 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 107317800 11262046208 44747 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

[pid=21293/tid=21358] ppid=21290 vsize=11008352 memory=7012219344405157728 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11272552448 59718 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=11008352 memory=7164495185124028781 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 10 13051 0 0 0 0 4 3 20 0 15 0 107317800 11272552448 59718 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 238872 KiB

[startup+4.0016 s]*
/proc/loadavg: 2.17 1.79 1.81 5/216 21359
/proc/meminfo: memFree=25259180/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=11077984 memory=339820 CPUtime=8.48 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 67185 13051 0 0 821 20 4 3 20 0 15 0 107317785 11343855616 84955 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2769496 84955 3497 1 0 2731149 0
[pid=21293/tid=21346] ppid=21290 vsize=11077984 memory=738995380930871601 CPUtime=3.87 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 41816 13051 0 0 370 10 4 3 20 0 15 0 107317794 11343855616 84955 33554432000 4194304 4196468 140727907566112 139971365918496 139970935404896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 430 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 84955 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=11077984 memory=3690621018890065568 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 428 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 84955 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=11077984 memory=6944656592455359580 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 50 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 84955 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=11077984 memory=6944656592455360604 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 56 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 84955 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 3520 13051 0 0 3 0 4 3 20 0 15 0 107317796 11343855616 84955 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=11077984 memory=3472328279047811119 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 107317797 11343855616 84955 33554432000 4194304 4196468 140727907566112 139970232706784 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=11077984 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317797 11343855616 84955 33554432000 4194304 4196468 140727907566112 139970031379712 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=11077984 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 84955 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=11077984 memory=0 CPUtime=1.52 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) R 21290 21293 10029 0 -1 4202560 5564 13051 0 0 144 1 4 3 20 0 15 0 107317800 11343855616 84955 33554432000 4194304 4196468 140727907566112 139970361761328 139971379192145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=11077984 memory=3184097920075968559 CPUtime=1.43 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) R 21290 21293 10029 0 -1 4202560 6442 13051 0 0 135 1 4 3 20 0 15 0 107317800 11343855616 84955 33554432000 4194304 4196468 140727907566112 139970360709848 139971375628694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=11077984 memory=3184237618694227632 CPUtime=1.61 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) R 21290 21293 10029 0 -1 1077944384 6653 13051 0 0 152 2 4 3 20 0 15 0 107317800 11343855616 84955 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=11077984 memory=7959387142431338349 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 84955 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=11077984 memory=3184237618694227632 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 10 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 84955 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 339820 KiB

[startup+4.40069 s]
/proc/loadavg: 2.17 1.79 1.81 5/216 21359
/proc/meminfo: memFree=25259180/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=11080844 memory=344564 CPUtime=9.71 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 70381 13051 0 0 944 20 4 3 20 0 15 0 107317785 11346784256 86141 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2770211 86141 3501 1 0 2731864 0
[pid=21293/tid=21346] ppid=21290 vsize=11080844 memory=0 CPUtime=4.26 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 41896 13051 0 0 409 10 4 3 20 0 15 0 107317794 11346784256 86141 33554432000 4194304 4196468 140727907566112 139971365911536 139971375647201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=11080844 memory=231137960044176 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 430 13051 0 0 3 0 4 3 20 0 15 0 107317795 11346784256 86141 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=11080844 memory=231137960044177 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 428 13051 0 0 3 0 4 3 20 0 15 0 107317795 11346784256 86141 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=11080844 memory=231137960044178 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 50 13051 0 0 3 0 4 3 20 0 15 0 107317795 11346784256 86141 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=11080844 memory=231137960044179 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 56 13051 0 0 3 0 4 3 20 0 15 0 107317795 11346784256 86141 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=11080844 memory=231137960044180 CPUtime=0.11 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 3520 13051 0 0 4 0 4 3 20 0 15 0 107317796 11346784256 86141 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=11080844 memory=231137960044181 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 107317797 11346784256 86141 33554432000 4194304 4196468 140727907566112 139970232706784 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=11080844 memory=231137960044182 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317797 11346784256 86141 33554432000 4194304 4196468 140727907566112 139970031379712 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=11080844 memory=231137960044183 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11346784256 86141 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=11080844 memory=231137960044184 CPUtime=1.91 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) R 21290 21293 10029 0 -1 4202560 8462 13051 0 0 183 1 4 3 20 0 15 0 107317800 11346784256 86141 33554432000 4194304 4196468 140727907566112 139970361761328 139971375629161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=11080844 memory=231137960044185 CPUtime=1.81 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) R 21290 21293 10029 0 -1 4202560 6520 13051 0 0 173 1 4 3 20 0 15 0 107317800 11346784256 86141 33554432000 4194304 4196468 140727907566112 139970360707696 139971375629080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=11080844 memory=231137960044186 CPUtime=1.69 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) S 21290 21293 10029 0 -1 1077944384 6792 13051 0 0 159 3 4 3 20 0 15 0 107317800 11346784256 86141 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=11080844 memory=231137960044187 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11346784256 86141 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=11080844 memory=231137960044188 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 11 13051 0 0 0 0 4 3 20 0 15 0 107317800 11346784256 86141 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 11080844 KiB
Current children cumulated memory: 344564 KiB

[startup+4.80067 s]
/proc/loadavg: 2.17 1.79 1.81 5/216 21359
/proc/meminfo: memFree=25259180/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=11077984 memory=343260 CPUtime=10.51 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 70696 13051 0 0 1023 21 4 3 20 0 15 0 107317785 11343855616 85815 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2769496 85815 3508 1 0 2731149 0
[pid=21293/tid=21346] ppid=21290 vsize=11077984 memory=7738961388806103897 CPUtime=4.5 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 42043 13051 0 0 433 10 4 3 20 0 15 0 107317794 11343855616 85815 33554432000 4194304 4196468 140727907566112 139971365919344 139970935368809 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=11077984 memory=7594001775800116057 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 430 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 85815 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=11077984 memory=7806539589721025132 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 428 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 85815 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=11077984 memory=6154843369973640290 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 50 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 85815 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=11077984 memory=5787213827080217956 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 56 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 85815 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=11077984 memory=7 CPUtime=0.11 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 3520 13051 0 0 4 0 4 3 20 0 15 0 107317796 11343855616 85815 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=11077984 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 107317797 11343855616 85815 33554432000 4194304 4196468 140727907566112 139970232706784 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=11077984 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317797 11343855616 85815 33554432000 4194304 4196468 140727907566112 139970031379712 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=11077984 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 85815 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=11077984 memory=7 CPUtime=2.19 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) R 21290 21293 10029 0 -1 4202560 8555 13051 0 0 210 2 4 3 20 0 15 0 107317800 11343855616 85815 33554432000 4194304 4196468 140727907566112 139970361763216 139971377495494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=11077984 memory=7 CPUtime=2.06 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) R 21290 21293 10029 0 -1 4202560 6571 13051 0 0 198 1 4 3 20 0 15 0 107317800 11343855616 85815 33554432000 4194304 4196468 140727907566112 139970360714656 139971371679616 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=11077984 memory=7 CPUtime=1.73 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) S 21290 21293 10029 0 -1 1077944384 6814 13051 0 0 163 3 4 3 20 0 15 0 107317800 11343855616 85815 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=11077984 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 85815 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=11077984 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 85815 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 10.51 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 343260 KiB

[startup+4.90066 s]
/proc/loadavg: 2.17 1.79 1.81 5/216 21359
/proc/meminfo: memFree=25259180/32770624 swapFree=67028832/67108860
[pid=21293] ppid=21290 vsize=11077984 memory=353828 CPUtime=10.83 cores=0,2,4,6
/proc/21293/stat : 21293 (java) S 21290 21293 10029 0 -1 1077944320 72373 13051 0 0 1055 21 4 3 20 0 15 0 107317785 11343855616 88457 33554432000 4194304 4196468 140727907566112 140727907548656 139971394084599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
/proc/21293/statm: 2769496 88457 3508 1 0 2731149 0
[pid=21293/tid=21346] ppid=21290 vsize=11077984 memory=279397018538144 CPUtime=4.6 cores=0,2,4,6
/proc/21293/task/21346/stat : 21346 (java) R 21290 21293 10029 0 -1 4202560 42248 13051 0 0 443 10 4 3 20 0 15 0 107317794 11343855616 88457 33554432000 4194304 4196468 140727907566112 139971365919656 139970937340469 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21347] ppid=21290 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21347/stat : 21347 (java) S 21290 21293 10029 0 -1 1077944384 430 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 88457 33554432000 4194304 4196468 140727907566112 139971398326800 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21348] ppid=21290 vsize=11077984 memory=232068 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21348/stat : 21348 (java) S 21290 21293 10029 0 -1 1077944384 428 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 88457 33554432000 4194304 4196468 140727907566112 139971253045904 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21349] ppid=21290 vsize=11077984 memory=6935649255759568960 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21349/stat : 21349 (java) S 21290 21293 10029 0 -1 1077944384 50 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 88457 33554432000 4194304 4196468 140727907566112 139971251992848 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21350] ppid=21290 vsize=11077984 memory=4465 CPUtime=0.1 cores=0,2,4,6
/proc/21293/task/21350/stat : 21350 (java) S 21290 21293 10029 0 -1 1077944384 56 13051 0 0 3 0 4 3 20 0 15 0 107317795 11343855616 88457 33554432000 4194304 4196468 140727907566112 139971250940304 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21351] ppid=21290 vsize=11077984 memory=4420 CPUtime=0.11 cores=0,2,4,6
/proc/21293/task/21351/stat : 21351 (java) S 21290 21293 10029 0 -1 1077944384 3520 13051 0 0 4 0 4 3 20 0 15 0 107317796 11343855616 88457 33554432000 4194304 4196468 140727907566112 139970362829552 139971394095746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21352] ppid=21290 vsize=11077984 memory=192676 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21352/stat : 21352 (java) S 21290 21293 10029 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 107317797 11343855616 88457 33554432000 4194304 4196468 140727907566112 139970232706784 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21353] ppid=21290 vsize=11077984 memory=9169 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21353/stat : 21353 (java) S 21290 21293 10029 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 107317797 11343855616 88457 33554432000 4194304 4196468 140727907566112 139970031379712 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21354] ppid=21290 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21354/stat : 21354 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 88457 33554432000 4194304 4196468 140727907566112 139969723980240 139971394103195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21355] ppid=21290 vsize=11077984 memory=11377773096 CPUtime=2.29 cores=0,2,4,6
/proc/21293/task/21355/stat : 21355 (java) R 21290 21293 10029 0 -1 4202560 9257 13051 0 0 220 2 4 3 20 0 15 0 107317800 11343855616 88457 33554432000 4194304 4196468 140727907566112 139970361756624 139971375602452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21356] ppid=21290 vsize=11077984 memory=309600 CPUtime=2.17 cores=0,2,4,6
/proc/21293/task/21356/stat : 21356 (java) R 21290 21293 10029 0 -1 4202560 7135 13051 0 0 208 2 4 3 20 0 15 0 107317800 11343855616 88457 33554432000 4194304 4196468 140727907566112 139970360711504 139971375628316 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21357] ppid=21290 vsize=11077984 memory=56 CPUtime=1.74 cores=0,2,4,6
/proc/21293/task/21357/stat : 21357 (java) S 21290 21293 10029 0 -1 1077944384 7020 13051 0 0 164 3 4 3 20 0 15 0 107317800 11343855616 88457 33554432000 4194304 4196468 140727907566112 139970359670768 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21358] ppid=21290 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21358/stat : 21358 (java) S 21290 21293 10029 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 88457 33554432000 4194304 4196468 140727907566112 139969293183328 139971394094805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
[pid=21293/tid=21359] ppid=21290 vsize=11077984 memory=576461251985632562 CPUtime=0.07 cores=0,2,4,6
/proc/21293/task/21359/stat : 21359 (java) S 21290 21293 10029 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 107317800 11343855616 88457 33554432000 4194304 4196468 140727907566112 139970358619184 139971394095746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 22974464 140727907572338 140727907575137 140727907575137 140727907577807 0
Current children cumulated CPU time: 10.83 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 353828 KiB

Child status: 0
Real time (s): 4.99616
CPU time (s): 11.0027
CPU user time (s): 10.7265
CPU system time (s): 0.276171
CPU usage (%): 220.223
Max. virtual memory (cumulated for all children) (KiB): 11080844
Max. memory (cumulated for all children) (KiB): 353828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7265
system time used= 0.276171
maximum resident set size= 364280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86423
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7298
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 21293
#   total CPU time (s): 11.0027
#   total CPU user time (s): 10.7265
#   total CPU system time (s): 0.276171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049796 second user time and 0.086551 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:52:26
IDJOB=4302374
IDBENCH=141474
IDSOLVER=2776
FILE ID=node102/4302374-1532897546
RUNJOBID= node102-1532894154-16078
PBS_JOBID= 21022526
Free space on /tmp= 52952 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302374-1532897546/watcher-4302374-1532897546 -o /tmp/evaluation-result-4302374-1532897546/solver-4302374-1532897546 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=268590417 HOME/instance-4302374-1532897546.xml

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

MD5SUM BENCH= 7549aa093fe24285400bc63faca9f795
RANDOM SEED=268590417

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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.51
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.51
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.51
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:        25585252 kB
MemAvailable:   30866224 kB
Buffers:          235556 kB
Cached:          5289620 kB
SwapCached:        53020 kB
Active:          2347944 kB
Inactive:        4311916 kB
Active(anon):    1061144 kB
Inactive(anon):    99168 kB
Active(file):    1286800 kB
Inactive(file):  4212748 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028832 kB
Dirty:             26552 kB
Writeback:             0 kB
AnonPages:       1089336 kB
Mapped:            51320 kB
Shmem:             22596 kB
Slab:             223780 kB
SReclaimable:     194516 kB
SUnreclaim:        29264 kB
KernelStack:        3536 kB
PageTables:         7536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2268252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52928 MiB
End job on node102 at 2018-07-29 22:52:31