Trace number 4400760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 32.8414 20.8123

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-9-mdd.xml
MD5SUMfb3d9364636893e4a3b852a85a1b811d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark23.3671
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":64},{"degree":4,"count":16},{"degree":5,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":20},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
32.65/20.79	v <instantiation
32.65/20.79	v         >
32.65/20.79	v       <list>
32.65/20.79	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
32.65/20.79	v       </list>
32.65/20.79	v       <values>
32.65/20.79	v         36 40 56 80 30 14 38 29 46 27 76 6 24 35 78 44 74 5 18 47 7 33 53 72 17 65 57 67 45 59 2 28 25 50 32 61 3 4 77 1 81 60 64 16 63 71 22 34 68 20 75 19 37 23 70 49 12 13 41 9 73 54 48 62 31 52 69 39 26 21 11 58 15 55 66 79 42 10 43 51 8
32.65/20.79	v       </values>
32.65/20.79	v     </instantiation>
32.65/20.79	s SATISFIABLE

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400760-1568684963/watcher-4400760-1568684963 -o /tmp/evaluation-result-4400760-1568684963/solver-4400760-1568684963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400760-1568684963.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=19622, runsolver pid=19619

[startup+0.100057 s]*
/proc/loadavg: 2.06 1.69 1.56 3/219 19679
/proc/meminfo: memFree=25337476/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=9972712 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 4464 13311 0 0 1 0 5 2 20 0 6 0 444434770 10212057088 4204 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2493178 4204 1935 1 0 2481616 0
[pid=19622/tid=19675] ppid=19619 vsize=9972712 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 2254 13311 0 0 1 0 5 2 20 0 6 0 444434779 10212057088 4204 33554432000 4194304 4196468 140724275415456 139946606170704 139946618414430 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 6 0 444434780 10212057088 4204 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=9972712 memory=140682627741312 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 6 0 444434780 10212057088 4716 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 6 0 444434780 10212057088 4716 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 6 0 444434780 10212057088 4716 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.212992 s]*
/proc/loadavg: 2.06 1.69 1.56 4/228 19688
/proc/meminfo: memFree=25314156/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10820196 memory=45396 CPUtime=0.26 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 7215 13311 0 0 17 2 5 2 20 0 15 0 444434770 11079880704 11349 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2705049 11349 3258 1 0 2667149 0
[pid=19622/tid=19675] ppid=19619 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 3724 13311 0 0 11 1 5 2 20 0 15 0 444434779 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946606151056 139946615727677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10820196 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10820196 memory=140682631082492 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10820196 memory=140682627741312 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434781 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444434782 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946073515296 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434782 11079880704 11349 33554432000 4194304 4196468 140724275415456 139945939297904 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11079880704 11349 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) R 19619 19622 15883 0 -1 4202560 368 13311 0 0 1 0 5 2 20 0 15 0 444434784 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946159966320 139946618241368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) S 19619 19622 15883 0 -1 1077944384 320 13311 0 0 1 0 5 2 20 0 15 0 444434784 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946158913520 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10820196 memory=140682627741312 CPUtime=0.1 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) S 19619 19622 15883 0 -1 1077944384 579 13311 0 0 3 0 5 2 20 0 15 0 444434784 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946157861232 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11079880704 11349 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10820196 memory=140682627741312 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434785 11079880704 11349 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45396 KiB

[startup+0.310525 s]*
/proc/loadavg: 2.06 1.69 1.56 4/228 19688
/proc/meminfo: memFree=25300364/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10820196 memory=54088 CPUtime=0.4 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 10361 13311 0 0 29 4 5 2 20 0 15 0 444434770 11079880704 13522 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2705049 13522 3308 1 0 2667149 0
[pid=19622/tid=19675] ppid=19619 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 6842 13311 0 0 19 2 5 2 20 0 15 0 444434779 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946606142896 139946618414430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10820196 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434781 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444434782 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946073515296 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434782 11079880704 13522 33554432000 4194304 4196468 140724275415456 139945939297904 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11079880704 13522 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) S 19619 19622 15883 0 -1 1077944384 370 13311 0 0 1 0 5 2 20 0 15 0 444434784 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946159966320 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) S 19619 19622 15883 0 -1 1077944384 321 13311 0 0 1 0 5 2 20 0 15 0 444434784 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946158913520 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10820196 memory=140682627741312 CPUtime=0.12 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) S 19619 19622 15883 0 -1 1077944384 597 13311 0 0 5 0 5 2 20 0 15 0 444434784 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946157861232 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11079880704 13522 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10820196 memory=140682627741312 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434785 11079880704 13522 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54088 KiB

[startup+0.709984 s]
/proc/loadavg: 2.06 1.69 1.56 3/228 19688
/proc/meminfo: memFree=25285220/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10824364 memory=87660 CPUtime=1.12 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 15115 13311 0 0 99 6 5 2 20 0 15 0 444434770 11084148736 21915 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2706091 21915 3509 1 0 2668173 0
[pid=19622/tid=19675] ppid=19619 vsize=10824364 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 10588 13311 0 0 56 4 5 2 20 0 15 0 444434779 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946606159888 139946634355869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10824364 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10824364 memory=140685948748366 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434780 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10824364 memory=140685948748376 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434780 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10824364 memory=140685948748377 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 5 13311 0 0 0 0 5 2 20 0 15 0 444434781 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10824364 memory=140685948748378 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444434782 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946073515296 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10824364 memory=140685948748380 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434782 11084148736 21915 33554432000 4194304 4196468 140724275415456 139945939297904 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10824364 memory=140685948748386 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11084148736 21915 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10824364 memory=140685948748391 CPUtime=0.19 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) R 19619 19622 15883 0 -1 4202560 775 13311 0 0 12 0 5 2 20 0 15 0 444434784 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946159966320 139946634355290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10824364 memory=143275814027917 CPUtime=0.19 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) R 19619 19622 15883 0 -1 4202560 703 13311 0 0 12 0 5 2 20 0 15 0 444434784 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946158899616 139946618723768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10824364 memory=14060 CPUtime=0.24 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) R 19619 19622 15883 0 -1 4202560 820 13311 0 0 17 0 5 2 20 0 15 0 444434784 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946157861232 139946618414430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10824364 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11084148736 21915 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10824364 memory=23392 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444434785 11084148736 21915 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87660 KiB

[startup+1.50999 s]
/proc/loadavg: 2.30 1.74 1.58 7/228 19688
/proc/meminfo: memFree=25229104/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10826488 memory=278784 CPUtime=3.12 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 21412 13311 0 0 290 15 5 2 20 0 15 0 444434770 11086323712 69696 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2706622 69696 3581 1 0 2668685 0
[pid=19622/tid=19675] ppid=19619 vsize=10826488 memory=131172 CPUtime=1.4 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 11641 13311 0 0 127 6 5 2 20 0 15 0 444434779 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946606168016 139946227903568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10826488 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 566 13311 0 0 4 1 5 2 20 0 15 0 444434780 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10826488 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 197 13311 0 0 4 1 5 2 20 0 15 0 444434780 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10826488 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 121 13311 0 0 4 1 5 2 20 0 15 0 444434780 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10826488 memory=140682526381328 CPUtime=0.11 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 29 13311 0 0 3 1 5 2 20 0 15 0 444434780 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 97 13311 0 0 0 0 5 2 20 0 15 0 444434781 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 14 13311 0 0 0 0 5 2 20 0 15 0 444434782 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946073515360 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434782 11086323712 69696 33554432000 4194304 4196468 140724275415456 139945939297920 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10826488 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11086323712 69696 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10826488 memory=281365052804800 CPUtime=0.62 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) S 19619 19622 15883 0 -1 1077944384 2829 13311 0 0 55 0 5 2 20 0 15 0 444434784 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946159966320 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10826488 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) R 19619 19622 15883 0 -1 4202560 1977 13311 0 0 57 0 5 2 20 0 15 0 444434784 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946158913816 139946611557568 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10826488 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) S 19619 19622 15883 0 -1 1077944384 1726 13311 0 0 32 0 5 2 20 0 15 0 444434784 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946157861232 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10826488 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11086323712 69696 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10826488 memory=-7452431979323206951 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11086323712 69696 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10826488 KiB

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

[pid=19622/tid=19687] ppid=19619 vsize=10849048 memory=7236229500900889449 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 273750 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 80 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 273750 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 31.09 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1095000 KiB

[startup+20.0008 s]*
/proc/loadavg: 2.09 1.72 1.58 3/229 19691
/proc/meminfo: memFree=24244804/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10849048 memory=1109344 CPUtime=31.91 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 69998 13311 0 0 3129 55 5 2 20 0 15 0 444434770 11109425152 277336 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2712262 277336 3627 1 0 2674317 0
[pid=19622/tid=19675] ppid=19619 vsize=10849048 memory=2244 CPUtime=19.47 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 26618 13311 0 0 1921 19 5 2 20 0 15 0 444434779 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946606151376 139946634345878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10849048 memory=140682526871935 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 947 13311 0 0 34 6 5 2 20 0 15 0 444434780 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10849048 memory=140682627743520 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 558 13311 0 0 33 7 5 2 20 0 15 0 444434780 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10849048 memory=7595714831930911062 CPUtime=0.43 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 368 13311 0 0 31 5 5 2 20 0 15 0 444434780 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10849048 memory=-1 CPUtime=0.45 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 697 13311 0 0 33 5 5 2 20 0 15 0 444434780 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10849048 memory=140682627741312 CPUtime=0.14 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 2289 13311 0 0 7 0 5 2 20 0 15 0 444434781 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10849048 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 15 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946073515360 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 277336 33554432000 4194304 4196468 140724275415456 139945939297920 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11109425152 277336 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10849048 memory=140682526760432 CPUtime=4.63 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) S 19619 19622 15883 0 -1 1077944384 16735 13311 0 0 453 3 5 2 20 0 15 0 444434784 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946159966320 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10849048 memory=8607328266676888414 CPUtime=4.48 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) S 19619 19622 15883 0 -1 1077944384 9741 13311 0 0 439 2 5 2 20 0 15 0 444434784 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946158913520 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10849048 memory=3472468978788312752 CPUtime=1.82 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) S 19619 19622 15883 0 -1 1077944384 9738 13311 0 0 173 2 5 2 20 0 15 0 444434784 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946157861232 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10849048 memory=140682526195831 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 277336 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10849048 memory=140682627741312 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 80 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 277336 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 31.91 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1109344 KiB

[startup+20.4008 s]
/proc/loadavg: 2.09 1.72 1.58 3/229 19691
/proc/meminfo: memFree=24244804/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10849048 memory=1119584 CPUtime=32.31 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 70016 13311 0 0 3168 56 5 2 20 0 15 0 444434770 11109425152 279896 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2712262 279896 3627 1 0 2674317 0
[pid=19622/tid=19675] ppid=19619 vsize=10849048 memory=2016 CPUtime=19.86 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 26631 13311 0 0 1960 19 5 2 20 0 15 0 444434779 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946606125424 139946238864800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10849048 memory=1071900 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 947 13311 0 0 34 6 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10849048 memory=6791534058613427641 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 558 13311 0 0 33 7 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10849048 memory=14134428957975593 CPUtime=0.43 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 368 13311 0 0 31 5 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10849048 memory=6944656592455360604 CPUtime=0.45 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 697 13311 0 0 33 5 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10849048 memory=6944656592455097440 CPUtime=0.14 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 2289 13311 0 0 7 0 5 2 20 0 15 0 444434781 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10849048 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 15 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946073515360 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10849048 memory=-6654736624941163865 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 279896 33554432000 4194304 4196468 140724275415456 139945939297920 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10849048 memory=1105248 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10849048 memory=1424 CPUtime=4.63 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) S 19619 19622 15883 0 -1 1077944384 16735 13311 0 0 453 3 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946159966320 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10849048 memory=1540 CPUtime=4.48 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) S 19619 19622 15883 0 -1 1077944384 9741 13311 0 0 439 2 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946158913520 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10849048 memory=772 CPUtime=1.82 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) S 19619 19622 15883 0 -1 1077944384 9742 13311 0 0 173 2 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946157861232 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10849048 memory=10596 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 279896 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10849048 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 81 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 32.31 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1119584 KiB

[startup+20.6008 s]
/proc/loadavg: 2.09 1.72 1.58 3/229 19691
/proc/meminfo: memFree=24244804/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10849048 memory=1119584 CPUtime=32.52 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 70038 13311 0 0 3189 56 5 2 20 0 15 0 444434770 11109425152 279896 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2712262 279896 3627 1 0 2674317 0
[pid=19622/tid=19675] ppid=19619 vsize=10849048 memory=4164 CPUtime=20.06 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 26643 13311 0 0 1980 19 5 2 20 0 15 0 444434779 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946606164744 139946238870568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10849048 memory=2828 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 947 13311 0 0 34 6 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10849048 memory=1048 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 558 13311 0 0 33 7 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10849048 memory=6020 CPUtime=0.43 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 368 13311 0 0 31 5 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10849048 memory=612 CPUtime=0.45 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 697 13311 0 0 33 5 5 2 20 0 15 0 444434780 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10849048 memory=281365052943424 CPUtime=0.14 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 2289 13311 0 0 7 0 5 2 20 0 15 0 444434781 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10849048 memory=281365052959504 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 15 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946073515360 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10849048 memory=3309239 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 279896 33554432000 4194304 4196468 140724275415456 139945939297920 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10849048 memory=5787213831359451472 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10849048 memory=6935649255759568960 CPUtime=4.63 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) S 19619 19622 15883 0 -1 1077944384 16735 13311 0 0 453 3 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946159966320 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10849048 memory=7301858164987948385 CPUtime=4.48 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) S 19619 19622 15883 0 -1 1077944384 9741 13311 0 0 439 2 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946158913520 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10849048 memory=5859271421084128616 CPUtime=1.83 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) S 19619 19622 15883 0 -1 1077944384 9752 13311 0 0 174 2 5 2 20 0 15 0 444434784 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946157861232 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10849048 memory=5787213827130353767 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 279896 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10849048 memory=7079764443835427928 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 81 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 279896 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 32.52 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1119584 KiB

[startup+20.7008 s]
/proc/loadavg: 2.09 1.72 1.58 3/229 19691
/proc/meminfo: memFree=24244804/32770624 swapFree=66999436/67108860
[pid=19622] ppid=19619 vsize=10849048 memory=1125728 CPUtime=32.65 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 15883 0 -1 1077944320 70119 13311 0 0 3202 56 5 2 20 0 15 0 444434770 11109425152 281432 33554432000 4194304 4196468 140724275415456 140724275398000 139946634333943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
/proc/19622/statm: 2712262 281432 3627 1 0 2674317 0
[pid=19622/tid=19675] ppid=19619 vsize=10849048 memory=1086808 CPUtime=20.16 cores=0,2,4,6
/proc/19622/task/19675/stat : 19675 (java) R 19619 19622 15883 0 -1 4202560 26669 13311 0 0 1990 19 5 2 20 0 15 0 444434779 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946606164744 139946614356392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19676] ppid=19619 vsize=10849048 memory=1072360 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19676/stat : 19676 (java) S 19619 19622 15883 0 -1 1077944384 947 13311 0 0 34 6 5 2 20 0 15 0 444434780 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946638576016 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19677] ppid=19619 vsize=10849048 memory=1119584 CPUtime=0.47 cores=0,2,4,6
/proc/19622/task/19677/stat : 19677 (java) S 19619 19622 15883 0 -1 1077944384 558 13311 0 0 33 7 5 2 20 0 15 0 444434780 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946553395472 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19678] ppid=19619 vsize=10849048 memory=1113440 CPUtime=0.43 cores=0,2,4,6
/proc/19622/task/19678/stat : 19678 (java) S 19619 19622 15883 0 -1 1077944384 368 13311 0 0 31 5 5 2 20 0 15 0 444434780 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946552343184 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19679] ppid=19619 vsize=10849048 memory=24 CPUtime=0.45 cores=0,2,4,6
/proc/19622/task/19679/stat : 19679 (java) S 19619 19622 15883 0 -1 1077944384 697 13311 0 0 33 5 5 2 20 0 15 0 444434780 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946551290384 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19680] ppid=19619 vsize=10849048 memory=23 CPUtime=0.14 cores=0,2,4,6
/proc/19622/task/19680/stat : 19680 (java) S 19619 19622 15883 0 -1 1077944384 2289 13311 0 0 7 0 5 2 20 0 15 0 444434781 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946161019504 139946634345090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19681] ppid=19619 vsize=10849048 memory=14060 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19681/stat : 19681 (java) S 19619 19622 15883 0 -1 1077944384 15 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946073515360 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19682] ppid=19619 vsize=10849048 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19682/stat : 19682 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434782 11109425152 281432 33554432000 4194304 4196468 140724275415456 139945939297920 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19683] ppid=19619 vsize=10849048 memory=177 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19683/stat : 19683 (java) S 19619 19622 15883 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444434784 11109425152 281432 33554432000 4194304 4196468 140724275415456 139945805081168 139946634352539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19684] ppid=19619 vsize=10849048 memory=0 CPUtime=4.63 cores=0,2,4,6
/proc/19622/task/19684/stat : 19684 (java) S 19619 19622 15883 0 -1 1077944384 16735 13311 0 0 453 3 5 2 20 0 15 0 444434784 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946159966320 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19685] ppid=19619 vsize=10849048 memory=0 CPUtime=4.49 cores=0,2,4,6
/proc/19622/task/19685/stat : 19685 (java) S 19619 19622 15883 0 -1 1077944384 9758 13311 0 0 440 2 5 2 20 0 15 0 444434784 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946158913520 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19686] ppid=19619 vsize=10849048 memory=1071564 CPUtime=1.85 cores=0,2,4,6
/proc/19622/task/19686/stat : 19686 (java) S 19619 19622 15883 0 -1 1077944384 9790 13311 0 0 175 3 5 2 20 0 15 0 444434784 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946157861232 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19687] ppid=19619 vsize=10849048 memory=47560 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19687/stat : 19687 (java) S 19619 19622 15883 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 281432 33554432000 4194304 4196468 140724275415456 139944865556960 139946634344149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
[pid=19622/tid=19688] ppid=19619 vsize=10849048 memory=1082664 CPUtime=0.07 cores=0,2,4,6
/proc/19622/task/19688/stat : 19688 (java) S 19619 19622 15883 0 -1 1077944384 81 13311 0 0 0 0 5 2 20 0 15 0 444434785 11109425152 281432 33554432000 4194304 4196468 140724275415456 139946156809136 139946634345090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140724275423984 140724275426501 140724275426501 140724275429327 0
Current children cumulated CPU time: 32.65 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1125728 KiB

Child status: 0
Real time (s): 20.8123
CPU time (s): 32.8414
CPU user time (s): 32.2314
CPU system time (s): 0.609968
CPU usage (%): 157.798
Max. virtual memory (cumulated for all children) (KiB): 10849048
Max. memory (cumulated for all children) (KiB): 1125728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.2314
system time used= 0.609968
maximum resident set size= 1146580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8617
involuntary context switches= 103


# summary of solver processes directly reported to runsolver:
#   pid: 19622
#   total CPU time (s): 32.8414
#   total CPU user time (s): 32.2314
#   total CPU system time (s): 0.609968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.14931 second user time and 0.241827 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 03:48:43
IDJOB=4400760
IDBENCH=133266
IDSOLVER=2857
FILE ID=node140/4400760-1568684963
RUNJOBID= node140-1568673290-15914
PBS_JOBID= 21703779
Free space on /tmp= 58076 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-9-mdd.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400760-1568684963/watcher-4400760-1568684963 -o /tmp/evaluation-result-4400760-1568684963/solver-4400760-1568684963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400760-1568684963.xml

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

MD5SUM BENCH= fb3d9364636893e4a3b852a85a1b811d
RANDOM SEED=520998890

node140.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.43
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.43
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.43
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.43
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:        25345800 kB
MemAvailable:   29979724 kB
Buffers:          188944 kB
Cached:          4688208 kB
SwapCached:         2596 kB
Active:          3513248 kB
Inactive:        3241624 kB
Active(anon):    1875680 kB
Inactive(anon):    51508 kB
Active(file):    1637568 kB
Inactive(file):  3190116 kB
Unevictable:      108708 kB
Mlocked:          108708 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             39464 kB
Writeback:             0 kB
AnonPages:       1975264 kB
Mapped:            61480 kB
Shmem:             40616 kB
Slab:             264364 kB
SReclaimable:     234700 kB
SUnreclaim:        29664 kB
KernelStack:        4032 kB
PageTables:         9884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3013240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1849344 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= 58040 MiB
End job on node140 at 2019-09-17 03:49:04