Trace number 4395920

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 601.336 589.547

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-09.xml
MD5SUMe7714f1bdc5f54a36db8d66dbea9ce0a
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 benchmark120.316
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":5},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":3},{"degree":22,"count":1},{"degree":25,"count":2}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.56	c Concrete v3.12.2.1568380929293 running
601.24/589.52	v <instantiation
601.24/589.52	v         >
601.24/589.52	v       <list>
601.24/589.52	v         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]
601.24/589.52	v       </list>
601.24/589.52	v       <values>
601.24/589.52	v         1 1 4 1 2 4 1 4 2 0 2 2 4 3 2 0 2 4 4 3 4 2 2 3 1
601.24/589.52	v       </values>
601.24/589.52	v     </instantiation>
601.24/589.52	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 (12797 MiB free)
  memory of node 1: 16384 MiB (12825 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395920-1568398690/watcher-4395920-1568398690 -o /tmp/evaluation-result-4395920-1568398690/solver-4395920-1568398690 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20870 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1190543590 HOME/instance-4395920-1568398690.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=22194, runsolver pid=22191

[startup+0.100049 s]*
/proc/loadavg: 1.37 1.21 1.32 3/218 22251
/proc/meminfo: memFree=26231784/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=9972712 memory=18864 CPUtime=0.08 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 4436 13076 0 0 1 0 5 2 20 0 6 0 416116409 10212057088 4716 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2493178 4716 1935 1 0 2481616 0
[pid=22194/tid=22247] ppid=22191 vsize=9972712 memory=4279135703980344719 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 2233 13076 0 0 0 0 5 2 20 0 6 0 416116418 10212057088 4716 33554432000 4194304 4196468 140737390841984 139656026546768 139656054731933 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 6 0 416116419 10212057088 4716 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=9972712 memory=140522540897920 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 6 0 416116419 10212057088 4716 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 6 0 416116419 10212057088 4716 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 6 0 416116419 10212057088 4716 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.21032 s]*
/proc/loadavg: 1.37 1.21 1.32 4/227 22260
/proc/meminfo: memFree=26208176/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10819664 memory=45008 CPUtime=0.25 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 7055 13076 0 0 16 2 5 2 20 0 15 0 416116409 11079335936 11252 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2704916 11252 3155 1 0 2667149 0
[pid=22194/tid=22247] ppid=22191 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 3539 13076 0 0 10 1 5 2 20 0 15 0 416116418 11079335936 11252 33554432000 4194304 4196468 140737390841984 139656026506912 139656037896816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079335936 11252 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10819664 memory=140522540897920 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10819664 memory=140522540897920 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116420 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 13 13076 0 0 0 0 5 2 20 0 15 0 416116421 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655492133664 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116421 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655357916272 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11079335936 11252 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 473 13076 0 0 1 0 5 2 20 0 15 0 416116424 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 194 13076 0 0 1 0 5 2 20 0 15 0 416116424 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10819664 memory=140522540897920 CPUtime=0.1 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) R 22191 22194 19826 0 -1 4202560 621 13076 0 0 3 0 5 2 20 0 15 0 416116424 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655578176368 139656033668394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11079335936 11252 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10819664 memory=140522540897920 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116424 11079335936 11252 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 45008 KiB

[startup+0.310642 s]*
/proc/loadavg: 1.37 1.21 1.32 4/227 22260
/proc/meminfo: memFree=26195492/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10820148 memory=53916 CPUtime=0.4 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 10716 13076 0 0 29 4 5 2 20 0 15 0 416116409 11079831552 13479 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2705037 13479 3287 1 0 2667149 0
[pid=22194/tid=22247] ppid=22191 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 7168 13076 0 0 18 3 5 2 20 0 15 0 416116418 11079831552 13479 33554432000 4194304 4196468 140737390841984 139656026509920 139656037896833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10820148 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079831552 13479 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10820148 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116419 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116420 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 13 13076 0 0 0 0 5 2 20 0 15 0 416116421 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655492133664 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116421 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655357916272 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11079831552 13479 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 482 13076 0 0 2 0 5 2 20 0 15 0 416116424 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 195 13076 0 0 2 0 5 2 20 0 15 0 416116424 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) S 22191 22194 19826 0 -1 1077944384 639 13076 0 0 5 0 5 2 20 0 15 0 416116424 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655578176368 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11079831552 13479 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116424 11079831552 13479 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53916 KiB

[startup+0.700756 s]
/proc/loadavg: 1.37 1.21 1.32 3/227 22260
/proc/meminfo: memFree=26180472/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10824360 memory=88156 CPUtime=1.11 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 15143 13076 0 0 99 5 5 2 20 0 15 0 416116409 11084144640 22039 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2706090 22039 3514 1 0 2668173 0
[pid=22194/tid=22247] ppid=22191 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 10221 13076 0 0 55 4 5 2 20 0 15 0 416116418 11084144640 22039 33554432000 4194304 4196468 140737390841984 139656026537632 139656054731933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11084144640 22039 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10824360 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116419 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116419 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10824360 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 5 13076 0 0 0 0 5 2 20 0 15 0 416116420 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10824360 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 13 13076 0 0 0 0 5 2 20 0 15 0 416116421 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655492133664 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10824360 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116421 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655357916272 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10824360 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11084144640 22039 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10824360 memory=13252 CPUtime=0.21 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 1056 13076 0 0 14 0 5 2 20 0 15 0 416116424 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10824360 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 729 13076 0 0 11 0 5 2 20 0 15 0 416116424 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10824360 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) S 22191 22194 19826 0 -1 1077944384 902 13076 0 0 17 0 5 2 20 0 15 0 416116424 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655578176368 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10824360 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11084144640 22039 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10824360 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116424 11084144640 22039 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 88156 KiB

[startup+1.50085 s]
/proc/loadavg: 1.37 1.21 1.32 5/227 22260
/proc/meminfo: memFree=26069764/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10826484 memory=352772 CPUtime=3.15 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 17787 13076 0 0 289 19 5 2 20 0 15 0 416116409 11086319616 88193 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2706621 88193 3578 1 0 2668685 0
[pid=22194/tid=22247] ppid=22191 vsize=10826484 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 11182 13076 0 0 125 7 5 2 20 0 15 0 416116418 11086319616 88193 33554432000 4194304 4196468 140737390841984 139656026544240 139655646880464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10826484 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 199 13076 0 0 1 3 5 2 20 0 15 0 416116419 11086319616 88193 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10826484 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 23 13076 0 0 1 1 5 2 20 0 15 0 416116419 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10826484 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 45 13076 0 0 1 2 5 2 20 0 15 0 416116419 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10826484 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 206 13076 0 0 3 3 5 2 20 0 15 0 416116419 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10826484 memory=1399103955520229747 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 85 13076 0 0 0 0 5 2 20 0 15 0 416116420 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10826484 memory=281044808968448 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 13 13076 0 0 0 0 5 2 20 0 15 0 416116421 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655492133728 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10826484 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116421 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655357916288 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10826484 memory=1540 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11086319616 88193 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10826484 memory=692 CPUtime=0.7 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 1370 13076 0 0 63 0 5 2 20 0 15 0 416116424 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10826484 memory=4164 CPUtime=0.65 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 1171 13076 0 0 58 0 5 2 20 0 15 0 416116424 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10826484 memory=1060 CPUtime=0.39 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) S 22191 22194 19826 0 -1 1077944384 1281 13076 0 0 32 0 5 2 20 0 15 0 416116424 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655578176368 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10826484 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11086319616 88193 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10826484 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 416116424 11086319616 88193 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10826484 KiB

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

[pid=22194/tid=22259] ppid=22191 vsize=10844936 memory=4164 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10844936 memory=1060 CPUtime=0.37 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1412 13076 0 0 15 15 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 598.92 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2445832 KiB

[startup+588.801 s]
/proc/loadavg: 1.45 1.63 1.53 3/227 22443
/proc/meminfo: memFree=23508088/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10844936 memory=2445832 CPUtime=600.54 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 157448 13076 0 0 59879 168 5 2 20 0 15 0 416116409 11105214464 611458 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2711234 611458 3624 1 0 2673293 0
[pid=22194/tid=22247] ppid=22191 vsize=10844936 memory=3580 CPUtime=587.29 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 63788 13076 0 0 58675 47 5 2 20 0 15 0 416116418 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656026545584 139655655635799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10844936 memory=40028 CPUtime=0.96 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 10472 13076 0 0 64 25 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10844936 memory=3580 CPUtime=0.94 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 5591 13076 0 0 64 23 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10844936 memory=2445832 CPUtime=0.95 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 6092 13076 0 0 64 24 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10844936 memory=2120 CPUtime=0.97 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 6074 13076 0 0 63 27 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10844936 memory=21740 CPUtime=0.43 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 7764 13076 0 0 33 3 5 2 20 0 15 0 416116420 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10844936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655492133728 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10844936 memory=3540022744323426290 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 7 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655357916288 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10844936 memory=3905386167576665113 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10844936 memory=2445816 CPUtime=3.88 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 20716 13076 0 0 379 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10844936 memory=2445816 CPUtime=3.66 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 16753 13076 0 0 357 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10844936 memory=2445816 CPUtime=1.62 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) S 22191 22194 19826 0 -1 1077944384 16550 13076 0 0 151 4 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655578176368 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10844936 memory=191151814520280 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10844936 memory=7019249703406887021 CPUtime=0.37 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1412 13076 0 0 15 15 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 600.54 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2445832 KiB

[startup+589.201 s]
/proc/loadavg: 1.49 1.64 1.54 3/227 22443
/proc/meminfo: memFree=23508088/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10844936 memory=2445832 CPUtime=600.94 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 157449 13076 0 0 59919 168 5 2 20 0 15 0 416116409 11105214464 611458 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2711234 611458 3624 1 0 2673293 0
[pid=22194/tid=22247] ppid=22191 vsize=10844936 memory=828 CPUtime=587.69 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 63789 13076 0 0 58715 47 5 2 20 0 15 0 416116418 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656026545648 139655656029762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10844936 memory=1440 CPUtime=0.96 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 10472 13076 0 0 64 25 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10844936 memory=1980 CPUtime=0.94 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 5591 13076 0 0 64 23 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10844936 memory=2496 CPUtime=0.95 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 6092 13076 0 0 64 24 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10844936 memory=6791534058613427641 CPUtime=0.97 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 6074 13076 0 0 63 27 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10844936 memory=2600 CPUtime=0.43 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 7764 13076 0 0 33 3 5 2 20 0 15 0 416116420 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10844936 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655492133728 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10844936 memory=1124 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 7 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655357916288 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10844936 memory=5924 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10844936 memory=916 CPUtime=3.88 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 20716 13076 0 0 379 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10844936 memory=1656 CPUtime=3.66 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 16753 13076 0 0 357 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10844936 memory=14004 CPUtime=1.62 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) S 22191 22194 19826 0 -1 1077944384 16550 13076 0 0 151 4 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655578176368 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10844936 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10844936 memory=21740 CPUtime=0.37 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1412 13076 0 0 15 15 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 600.94 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2445832 KiB

[startup+589.401 s]
/proc/loadavg: 1.49 1.64 1.54 3/227 22443
/proc/meminfo: memFree=23508088/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10844936 memory=2445832 CPUtime=601.14 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 157450 13076 0 0 59939 168 5 2 20 0 15 0 416116409 11105214464 611458 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2711234 611458 3624 1 0 2673293 0
[pid=22194/tid=22247] ppid=22191 vsize=10844936 memory=6791534058613427641 CPUtime=587.89 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 63790 13076 0 0 58735 47 5 2 20 0 15 0 416116418 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656026545568 139655654201416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10844936 memory=14004 CPUtime=0.96 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 10472 13076 0 0 64 25 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10844936 memory=2120 CPUtime=0.94 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 5591 13076 0 0 64 23 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10844936 memory=21740 CPUtime=0.95 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 6092 13076 0 0 64 24 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10844936 memory=14068 CPUtime=0.97 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 6074 13076 0 0 63 27 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10844936 memory=528 CPUtime=0.43 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 7764 13076 0 0 33 3 5 2 20 0 15 0 416116420 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10844936 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655492133728 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10844936 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 7 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655357916288 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10844936 memory=1700 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10844936 memory=828 CPUtime=3.88 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 20716 13076 0 0 379 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10844936 memory=1440 CPUtime=3.66 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 16753 13076 0 0 357 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10844936 memory=1980 CPUtime=1.62 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) S 22191 22194 19826 0 -1 1077944384 16550 13076 0 0 151 4 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655578176368 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10844936 memory=2496 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10844936 memory=2445832 CPUtime=0.37 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1412 13076 0 0 15 15 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 601.14 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2445832 KiB

[startup+589.501 s]
/proc/loadavg: 1.49 1.64 1.54 3/227 22443
/proc/meminfo: memFree=23508088/32770624 swapFree=66927244/67108860
[pid=22194] ppid=22191 vsize=10844936 memory=2445832 CPUtime=601.24 cores=0,2,4,6
/proc/22194/stat : 22194 (java) S 22191 22194 19826 0 -1 1077944320 157450 13076 0 0 59949 168 5 2 20 0 15 0 416116409 11105214464 611458 33554432000 4194304 4196468 140737390841984 140737390824528 139656054710007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
/proc/22194/statm: 2711234 611458 3624 1 0 2673293 0
[pid=22194/tid=22247] ppid=22191 vsize=10844936 memory=2445832 CPUtime=587.99 cores=0,2,4,6
/proc/22194/task/22247/stat : 22247 (java) R 22191 22194 19826 0 -1 4202560 63790 13076 0 0 58745 47 5 2 20 0 15 0 416116418 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656026545568 139655655635662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22248] ppid=22191 vsize=10844936 memory=14068 CPUtime=0.96 cores=0,2,4,6
/proc/22194/task/22248/stat : 22248 (java) S 22191 22194 19826 0 -1 1077944384 10472 13076 0 0 64 25 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139656058952592 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22249] ppid=22191 vsize=10844936 memory=2445832 CPUtime=0.94 cores=0,2,4,6
/proc/22194/task/22249/stat : 22249 (java) S 22191 22194 19826 0 -1 1077944384 5591 13076 0 0 64 23 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655963155216 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22250] ppid=22191 vsize=10844936 memory=2445824 CPUtime=0.95 cores=0,2,4,6
/proc/22194/task/22250/stat : 22250 (java) S 22191 22194 19826 0 -1 1077944384 6092 13076 0 0 64 24 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655627201680 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22251] ppid=22191 vsize=10844936 memory=2445832 CPUtime=0.97 cores=0,2,4,6
/proc/22194/task/22251/stat : 22251 (java) S 22191 22194 19826 0 -1 1077944384 6074 13076 0 0 63 27 5 2 20 0 15 0 416116419 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655626148880 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22252] ppid=22191 vsize=10844936 memory=2445832 CPUtime=0.43 cores=0,2,4,6
/proc/22194/task/22252/stat : 22252 (java) S 22191 22194 19826 0 -1 1077944384 7764 13076 0 0 33 3 5 2 20 0 15 0 416116420 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655581333616 139656054721154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22253] ppid=22191 vsize=10844936 memory=2445820 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22253/stat : 22253 (java) S 22191 22194 19826 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655492133728 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22254] ppid=22191 vsize=10844936 memory=140522404608489 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22254/stat : 22254 (java) S 22191 22194 19826 0 -1 1077944384 7 13076 0 0 0 0 5 2 20 0 15 0 416116421 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655357916288 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22255] ppid=22191 vsize=10844936 memory=2445824 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22255/stat : 22255 (java) S 22191 22194 19826 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 416116423 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654753937488 139656054728603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22256] ppid=22191 vsize=10844936 memory=7811864571897538661 CPUtime=3.88 cores=0,2,4,6
/proc/22194/task/22256/stat : 22256 (java) S 22191 22194 19826 0 -1 1077944384 20716 13076 0 0 379 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655580281456 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22257] ppid=22191 vsize=10844936 memory=2445832 CPUtime=3.66 cores=0,2,4,6
/proc/22194/task/22257/stat : 22257 (java) S 22191 22194 19826 0 -1 1077944384 16753 13076 0 0 357 2 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655579228656 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22258] ppid=22191 vsize=10844936 memory=2445832 CPUtime=1.62 cores=0,2,4,6
/proc/22194/task/22258/stat : 22258 (java) S 22191 22194 19826 0 -1 1077944384 16550 13076 0 0 151 4 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655578176368 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22259] ppid=22191 vsize=10844936 memory=2445832 CPUtime=0.07 cores=0,2,4,6
/proc/22194/task/22259/stat : 22259 (java) S 22191 22194 19826 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139654284176352 139656054720213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
[pid=22194/tid=22260] ppid=22191 vsize=10844936 memory=3580 CPUtime=0.37 cores=0,2,4,6
/proc/22194/task/22260/stat : 22260 (java) S 22191 22194 19826 0 -1 1077944384 1412 13076 0 0 15 15 5 2 20 0 15 0 416116424 11105214464 611458 33554432000 4194304 4196468 140737390841984 139655577123248 139656054721154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140737390848751 140737390851269 140737390851269 140737390854095 0
Current children cumulated CPU time: 601.24 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2445832 KiB

Child status: 0
Real time (s): 589.547
CPU time (s): 601.336
CPU user time (s): 599.595
CPU system time (s): 1.74103
CPU usage (%): 102
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 3035924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 599.595
system time used= 1.74103
maximum resident set size= 3042068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24470
involuntary context switches= 1135


# summary of solver processes directly reported to runsolver:
#   pid: 22194
#   total CPU time (s): 601.336
#   total CPU user time (s): 599.595
#   total CPU system time (s): 1.74103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93548 second user time and 5.22941 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-13 20:17:28
IDJOB=4395920
IDBENCH=126097
IDSOLVER=2846
FILE ID=node137/4395920-1568398690
RUNJOBID= node137-1568394053-20870
PBS_JOBID= 21701855
Free space on /tmp= 61360 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395920-1568398690/watcher-4395920-1568398690 -o /tmp/evaluation-result-4395920-1568398690/solver-4395920-1568398690 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20870 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1190543590 HOME/instance-4395920-1568398690.xml

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

MD5SUM BENCH= e7714f1bdc5f54a36db8d66dbea9ce0a
RANDOM SEED=1190543590

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        26237416 kB
MemAvailable:   31377852 kB
Buffers:          169944 kB
Cached:          5236212 kB
SwapCached:        77564 kB
Active:          1869712 kB
Inactive:        4042400 kB
Active(anon):     428928 kB
Inactive(anon):   118568 kB
Active(file):    1440784 kB
Inactive(file):  3923832 kB
Unevictable:      107744 kB
Mlocked:          107744 kB
SwapTotal:      67108860 kB
SwapFree:       66927244 kB
Dirty:             68304 kB
Writeback:             0 kB
AnonPages:        537844 kB
Mapped:            57996 kB
Shmem:             32756 kB
Slab:             212816 kB
SReclaimable:     183308 kB
SUnreclaim:        29508 kB
KernelStack:        3696 kB
PageTables:         9612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1439152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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= 61324 MiB
End job on node137 at 2019-09-13 20:27:18