Trace number 4401366

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT0 55.0142 38.1958

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark44.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.76/0.56	c Concrete v3.12.2.1568631193530 running
23.01/9.64	o 4
30.84/15.15	o 3
48.98/32.34	o 2
53.35/36.63	o 1
54.90/38.16	o 0
54.90/38.17	v <instantiation
54.90/38.17	v         cost = '0'>
54.90/38.17	v       <list>
54.90/38.17	v         q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14]
54.90/38.17	v       </list>
54.90/38.17	v       <values>
54.90/38.17	v         16 38 23 28 43 30 45 40 27 12 3 8 17 4 13 26 39 48 33 24 19 34 47 32 41 46 37 42 29 14 1 10 25 16 21 36 31 44 35 22 7 2 15 0 9 18 5 20 11 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
54.90/38.17	v       </values>
54.90/38.17	v     </instantiation>
54.90/38.17	s OPTIMUM FOUND

Verifier Data

OK	0

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

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

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

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

solver pid=18644, runsolver pid=18641

[startup+0.100108 s]*
/proc/loadavg: 1.36 1.37 1.38 3/220 18701
/proc/meminfo: memFree=30983728/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=9972712 memory=18956 CPUtime=0.09 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 4461 13140 0 0 1 1 5 2 20 0 6 0 444591495 10212057088 4739 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2493178 4739 1935 1 0 2481616 0
[pid=18644/tid=18697] ppid=18641 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 2252 13140 0 0 1 0 5 2 20 0 6 0 444591504 10212057088 4739 33554432000 4194304 4196468 140736872721296 140553926910544 140553955095709 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=9972712 memory=4211974165477973386 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 444591505 10212057088 4739 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=9972712 memory=140439273182848 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 444591505 10212057088 4739 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 444591505 10212057088 4739 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 6 0 444591505 10212057088 4739 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18956 KiB

[startup+0.210005 s]*
/proc/loadavg: 1.36 1.37 1.38 4/229 18711
/proc/meminfo: memFree=30959640/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10820164 memory=45764 CPUtime=0.26 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 7326 13140 0 0 17 2 5 2 20 0 15 0 444591495 11079847936 11441 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2705041 11441 3293 1 0 2667149 0
[pid=18644/tid=18697] ppid=18641 vsize=10820184 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 3834 13140 0 0 11 1 5 2 20 0 15 0 444591504 11079868416 11441 33554432000 4194304 4196468 140736872721296 140553926885504 140553948173630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10820184 memory=4211974165477973386 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079868416 11441 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10820188 memory=140439273182848 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079872512 11441 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10820188 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079872512 11441 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10820188 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079872512 11441 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10820188 memory=140439273182848 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591506 11079872512 11441 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10820188 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 444591507 11079872512 11441 33554432000 4194304 4196468 140736872721296 140553408734752 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10820188 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591507 11079872512 11441 33554432000 4194304 4196468 140736872721296 140553274516848 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11079880704 11441 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) S 18641 18644 15707 0 -1 1077944384 596 13140 0 0 1 0 5 2 20 0 15 0 444591510 11079880704 11441 33554432000 4194304 4196468 140736872721296 140553480685936 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) R 18641 18644 15707 0 -1 4202560 63 13140 0 0 0 0 5 2 20 0 15 0 444591510 11079880704 11441 33554432000 4194304 4196468 140736872721296 140553479633136 140553939828769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10820196 memory=140439273182848 CPUtime=0.1 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) S 18641 18644 15707 0 -1 1077944384 610 13140 0 0 3 0 5 2 20 0 15 0 444591510 11079880704 11441 33554432000 4194304 4196468 140736872721296 140553478580336 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11079880704 11441 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10820196 memory=140439273182848 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591510 11079880704 11441 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45764 KiB

[startup+0.311264 s]*
/proc/loadavg: 1.36 1.37 1.38 3/229 18711
/proc/meminfo: memFree=30946868/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10820196 memory=54396 CPUtime=0.4 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 10751 13140 0 0 29 4 5 2 20 0 15 0 444591495 11079880704 13599 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2705049 13599 3335 1 0 2667149 0
[pid=18644/tid=18697] ppid=18641 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 7220 13140 0 0 19 2 5 2 20 0 15 0 444591504 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553926877248 140553939154270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591505 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10820196 memory=140439273182847 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591506 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 444591507 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553408734752 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10820196 memory=140439273182848 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591507 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553274516848 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11079880704 13599 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) S 18641 18644 15707 0 -1 1077944384 596 13140 0 0 2 0 5 2 20 0 15 0 444591510 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553480685936 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) S 18641 18644 15707 0 -1 1077944384 73 13140 0 0 2 0 5 2 20 0 15 0 444591510 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553479633136 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) S 18641 18644 15707 0 -1 1077944384 627 13140 0 0 5 0 5 2 20 0 15 0 444591510 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553478580336 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11079880704 13599 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591510 11079880704 13599 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54396 KiB

[startup+0.700684 s]
/proc/loadavg: 1.36 1.37 1.38 3/228 18711
/proc/meminfo: memFree=30931820/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10824364 memory=87764 CPUtime=1.11 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 15125 13140 0 0 98 6 5 2 20 0 15 0 444591495 11084148736 21941 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2706091 21941 3499 1 0 2668173 0
[pid=18644/tid=18697] ppid=18641 vsize=10824364 memory=30188 CPUtime=0.65 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 10570 13140 0 0 54 4 5 2 20 0 15 0 444591504 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553926877112 140553939154270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10824364 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10824364 memory=288230583135483530 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10824364 memory=140439122655441 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591505 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10824364 memory=140441135612860 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591505 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10824364 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 444591506 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10824364 memory=7305218370954553684 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 444591507 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553408734752 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10824364 memory=8026933345433768277 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591507 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553274516848 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10824364 memory=5787504201211859024 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11084148736 21941 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10824364 memory=5450909908396308010 CPUtime=0.18 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) R 18641 18644 15707 0 -1 4202560 1005 13140 0 0 11 0 5 2 20 0 15 0 444591510 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553480685936 140553948058825 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10824364 memory=1404238533774450294 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) S 18641 18644 15707 0 -1 1077944384 514 13140 0 0 14 0 5 2 20 0 15 0 444591510 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553479633136 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10824364 memory=-7025448733113094249 CPUtime=0.24 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) S 18641 18644 15707 0 -1 1077944384 799 13140 0 0 17 0 5 2 20 0 15 0 444591510 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553478580336 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10824364 memory=-9001734000804784231 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11084148736 21941 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591510 11084148736 21941 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87764 KiB

[startup+1.50612 s]
/proc/loadavg: 1.36 1.37 1.38 4/228 18711
/proc/meminfo: memFree=30887096/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10834680 memory=175624 CPUtime=2.45 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 21773 13140 0 0 227 11 5 2 20 0 15 0 444591495 11094712320 43906 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2708670 43906 3582 1 0 2670733 0
[pid=18644/tid=18697] ppid=18641 vsize=10834680 memory=101900 CPUtime=1.42 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 15391 13140 0 0 129 6 5 2 20 0 15 0 444591504 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553926888192 140553557627232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10834680 memory=-7094132109863559211 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 401 13140 0 0 1 0 5 2 20 0 15 0 444591505 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 31 13140 0 0 0 0 5 2 20 0 15 0 444591505 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10834680 memory=7449331355827070036 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 65 13140 0 0 1 0 5 2 20 0 15 0 444591505 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 75 13140 0 0 1 0 5 2 20 0 15 0 444591505 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10834680 memory=-6221781267475802396 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 146 13140 0 0 1 0 5 2 20 0 15 0 444591506 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10834680 memory=140439122388304 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 444591507 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553408734816 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10834680 memory=140439122388400 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591507 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553274516864 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11094712320 43906 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10834680 memory=140439122645796 CPUtime=0.3 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) R 18641 18644 15707 0 -1 1077944384 1206 13140 0 0 23 0 5 2 20 0 15 0 444591510 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553480685936 140553955084930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10834680 memory=280878245263216 CPUtime=0.34 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) R 18641 18644 15707 0 -1 4202560 724 13140 0 0 26 1 5 2 20 0 15 0 444591510 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553479633136 140553932668560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10834680 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) R 18641 18644 15707 0 -1 4202560 1504 13140 0 0 41 0 5 2 20 0 15 0 444591510 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553478580336 140553934053258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11094712320 43906 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 444591510 11094712320 43906 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=18644/tid=18710] ppid=18641 vsize=10853144 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 278942 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10853144 memory=1095288 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 108 13140 0 0 1 0 5 2 20 0 15 0 444591510 11113619456 278942 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 51.92 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1115768 KiB

[startup+36.8008 s]
/proc/loadavg: 1.67 1.46 1.41 3/228 18713
/proc/meminfo: memFree=29881732/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10853144 memory=1117816 CPUtime=53.56 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 96172 13140 0 0 5293 56 5 2 20 0 15 0 444591495 11113619456 279454 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2713286 279454 3631 1 0 2675341 0
[pid=18644/tid=18697] ppid=18641 vsize=10853144 memory=0 CPUtime=36.45 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 32283 13140 0 0 3616 22 5 2 20 0 15 0 444591504 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553926905904 140553572349891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10853144 memory=6791534058613427641 CPUtime=0.19 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 734 13140 0 0 9 3 5 2 20 0 15 0 444591505 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10853144 memory=13 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 2475 13140 0 0 10 4 5 2 20 0 15 0 444591505 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10853144 memory=13 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1668 13140 0 0 11 3 5 2 20 0 15 0 444591505 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10853144 memory=13 CPUtime=0.2 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 208 13140 0 0 10 3 5 2 20 0 15 0 444591505 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10853144 memory=9 CPUtime=0.16 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 4218 13140 0 0 8 1 5 2 20 0 15 0 444591506 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10853144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 18 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553408734880 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10853144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553274516864 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10853144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 279454 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10853144 memory=628 CPUtime=6.36 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) S 18641 18644 15707 0 -1 1077944384 19690 13140 0 0 625 4 5 2 20 0 15 0 444591510 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553480685936 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10853144 memory=603 CPUtime=6.12 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) S 18641 18644 15707 0 -1 1077944384 13849 13140 0 0 601 4 5 2 20 0 15 0 444591510 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553479633136 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10853144 memory=398 CPUtime=4.1 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) S 18641 18644 15707 0 -1 1077944384 18700 13140 0 0 396 7 5 2 20 0 15 0 444591510 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553478580336 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10853144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 279454 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10853144 memory=1117816 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 110 13140 0 0 1 0 5 2 20 0 15 0 444591510 11113619456 279454 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 53.56 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1117816 KiB

[startup+37.6007 s]
/proc/loadavg: 1.67 1.46 1.41 3/228 18713
/proc/meminfo: memFree=29881732/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10853144 memory=1137296 CPUtime=54.38 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 96187 13140 0 0 5374 57 5 2 20 0 15 0 444591495 11113619456 284324 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2713286 284324 3631 1 0 2675341 0
[pid=18644/tid=18697] ppid=18641 vsize=10853144 memory=6791534058613427641 CPUtime=37.25 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 32294 13140 0 0 3696 22 5 2 20 0 15 0 444591504 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553926908712 140553577161725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10853144 memory=-5942888427914360000 CPUtime=0.2 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 734 13140 0 0 10 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10853144 memory=8514701219242344867 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 2476 13140 0 0 10 4 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10853144 memory=8508281403248313503 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1668 13140 0 0 11 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10853144 memory=8262277478866581011 CPUtime=0.2 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 208 13140 0 0 10 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10853144 memory=-6308543114743325823 CPUtime=0.16 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 4218 13140 0 0 8 1 5 2 20 0 15 0 444591506 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10853144 memory=8326441112149131691 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 18 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553408734880 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10853144 memory=8508281403248052365 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553274516864 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10853144 memory=-7028383565733676694 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10853144 memory=8996927245810234922 CPUtime=6.36 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) S 18641 18644 15707 0 -1 1077944384 19690 13140 0 0 625 4 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553480685936 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10853144 memory=8326441112149131693 CPUtime=6.12 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) S 18641 18644 15707 0 -1 1077944384 13849 13140 0 0 601 4 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553479633136 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10853144 memory=-7533522213388100735 CPUtime=4.11 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) S 18641 18644 15707 0 -1 1077944384 18703 13140 0 0 397 7 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553478580336 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10853144 memory=8242475861831397682 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10853144 memory=8386028099970609458 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 110 13140 0 0 1 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 54.38 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1137296 KiB

[startup+38.0008 s]*
/proc/loadavg: 1.67 1.46 1.41 3/228 18713
/proc/meminfo: memFree=29861624/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10853144 memory=1137296 CPUtime=54.8 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 96194 13140 0 0 5416 57 5 2 20 0 15 0 444591495 11113619456 284324 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2713286 284324 3631 1 0 2675341 0
[pid=18644/tid=18697] ppid=18641 vsize=10853144 memory=7900017517374083699 CPUtime=37.66 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 32294 13140 0 0 3737 22 5 2 20 0 15 0 444591504 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553926908280 140553574602227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10853144 memory=4211974165477973386 CPUtime=0.2 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 734 13140 0 0 10 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10853144 memory=140439273182848 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 2476 13140 0 0 10 4 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10853144 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1668 13140 0 0 11 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10853144 memory=-1 CPUtime=0.2 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 208 13140 0 0 10 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10853144 memory=140439273182848 CPUtime=0.16 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 4218 13140 0 0 8 1 5 2 20 0 15 0 444591506 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10853144 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 18 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553408734880 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10853144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553274516864 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10853144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10853144 memory=0 CPUtime=6.36 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) S 18641 18644 15707 0 -1 1077944384 19690 13140 0 0 625 4 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553480685936 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10853144 memory=-1 CPUtime=6.12 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) S 18641 18644 15707 0 -1 1077944384 13849 13140 0 0 601 4 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553479633136 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10853144 memory=140439273182848 CPUtime=4.11 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) S 18641 18644 15707 0 -1 1077944384 18710 13140 0 0 397 7 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553478580336 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10853144 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10853144 memory=140439273182848 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 110 13140 0 0 1 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 54.8 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1137296 KiB

[startup+38.11 s]
/proc/loadavg: 1.67 1.46 1.41 3/228 18713
/proc/meminfo: memFree=29861624/32770624 swapFree=66976696/67108860
[pid=18644] ppid=18641 vsize=10853144 memory=1137296 CPUtime=54.9 cores=1,3,5,7
/proc/18644/stat : 18644 (java) S 18641 18644 15707 0 -1 1077944320 96194 13140 0 0 5426 57 5 2 20 0 15 0 444591495 11113619456 284324 33554432000 4194304 4196468 140736872721296 140736872703840 140553955073783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
/proc/18644/statm: 2713286 284324 3631 1 0 2675341 0
[pid=18644/tid=18697] ppid=18641 vsize=10853144 memory=1117816 CPUtime=37.76 cores=1,3,5,7
/proc/18644/task/18697/stat : 18697 (java) R 18641 18644 15707 0 -1 4202560 32294 13140 0 0 3747 22 5 2 20 0 15 0 444591504 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553926908280 140553558878244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18698] ppid=18641 vsize=10853144 memory=1117816 CPUtime=0.2 cores=1,3,5,7
/proc/18644/task/18698/stat : 18698 (java) S 18641 18644 15707 0 -1 1077944384 734 13140 0 0 10 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553959316112 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18699] ppid=18641 vsize=10853144 memory=1115768 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18699/stat : 18699 (java) S 18641 18644 15707 0 -1 1077944384 2476 13140 0 0 10 4 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553880275472 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18700] ppid=18641 vsize=10853144 memory=1095288 CPUtime=0.21 cores=1,3,5,7
/proc/18644/task/18700/stat : 18700 (java) S 18641 18644 15707 0 -1 1077944384 1668 13140 0 0 11 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553527044496 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18701] ppid=18641 vsize=10853144 memory=1093116 CPUtime=0.2 cores=1,3,5,7
/proc/18644/task/18701/stat : 18701 (java) S 18641 18644 15707 0 -1 1077944384 208 13140 0 0 10 3 5 2 20 0 15 0 444591505 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553525991696 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18702] ppid=18641 vsize=10853144 memory=1137296 CPUtime=0.16 cores=1,3,5,7
/proc/18644/task/18702/stat : 18702 (java) S 18641 18644 15707 0 -1 1077944384 4218 13140 0 0 8 1 5 2 20 0 15 0 444591506 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553481739120 140553955084930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18703] ppid=18641 vsize=10853144 memory=7020451952043054234 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18703/stat : 18703 (java) S 18641 18644 15707 0 -1 1077944384 18 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553408734880 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18704] ppid=18641 vsize=10853144 memory=1137296 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18704/stat : 18704 (java) S 18641 18644 15707 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 444591507 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553274516864 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18705] ppid=18641 vsize=10853144 memory=1115768 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18705/stat : 18705 (java) S 18641 18644 15707 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140552670538064 140553955092379 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18706] ppid=18641 vsize=10853144 memory=1115768 CPUtime=6.36 cores=1,3,5,7
/proc/18644/task/18706/stat : 18706 (java) S 18641 18644 15707 0 -1 1077944384 19690 13140 0 0 625 4 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553480685936 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18707] ppid=18641 vsize=10853144 memory=6791534058613427641 CPUtime=6.12 cores=1,3,5,7
/proc/18644/task/18707/stat : 18707 (java) S 18641 18644 15707 0 -1 1077944384 13849 13140 0 0 601 4 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553479633136 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18708] ppid=18641 vsize=10853144 memory=288230617509003574 CPUtime=4.11 cores=1,3,5,7
/proc/18644/task/18708/stat : 18708 (java) S 18641 18644 15707 0 -1 1077944384 18710 13140 0 0 397 7 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553478580336 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18710] ppid=18641 vsize=10853144 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/18644/task/18710/stat : 18710 (java) S 18641 18644 15707 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140552200775904 140553955083989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
[pid=18644/tid=18711] ppid=18641 vsize=10853144 memory=1137296 CPUtime=0.08 cores=1,3,5,7
/proc/18644/task/18711/stat : 18711 (java) S 18641 18644 15707 0 -1 1077944384 110 13140 0 0 1 0 5 2 20 0 15 0 444591510 11113619456 284324 33554432000 4194304 4196468 140736872721296 140553477528752 140553955084930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28082176 140736872725232 140736872727749 140736872727749 140736872730575 0
Current children cumulated CPU time: 54.9 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1137296 KiB

Child status: 0
Real time (s): 38.1958
CPU time (s): 55.0142
CPU user time (s): 54.402
CPU system time (s): 0.612131
CPU usage (%): 144.032
Max. virtual memory (cumulated for all children) (KiB): 10853916
Max. memory (cumulated for all children) (KiB): 1137296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.402
system time used= 0.612131
maximum resident set size= 1139380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109749
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= 19114
involuntary context switches= 161


# summary of solver processes directly reported to runsolver:
#   pid: 18644
#   total CPU time (s): 55.0142
#   total CPU user time (s): 54.402
#   total CPU system time (s): 0.612131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.232592 second user time and 0.425208 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 03:20:46
IDJOB=4401366
IDBENCH=130611
IDSOLVER=2858
FILE ID=node121/4401366-1568683288
RUNJOBID= node121-1568673289-15739
PBS_JOBID= 21703788
Free space on /tmp= 61372 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401366-1568683288/watcher-4401366-1568683288 -o /tmp/evaluation-result-4401366-1568683288/solver-4401366-1568683288 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15739 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401366-1568683288.xml

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=491185228

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30989616 kB
MemAvailable:   31124508 kB
Buffers:           40744 kB
Cached:           392436 kB
SwapCached:        10540 kB
Active:           994044 kB
Inactive:         248688 kB
Active(anon):     800820 kB
Inactive(anon):    41240 kB
Active(file):     193224 kB
Inactive(file):   207448 kB
Unevictable:      109604 kB
Mlocked:          109604 kB
SwapTotal:      67108860 kB
SwapFree:       66976696 kB
Dirty:             35332 kB
Writeback:             0 kB
AnonPages:        909732 kB
Mapped:            55200 kB
Shmem:             23532 kB
Slab:             129640 kB
SReclaimable:     100112 kB
SUnreclaim:        29528 kB
KernelStack:        3712 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2045380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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