Trace number 4395759

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 25.9543 17.5694

General information on the benchmark

NameRandom/Random-D-t050/
rand-2-40-25-180-050-34.xml
MD5SUM2b23d7f384de8bee09908163d3005f80
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 benchmark1.27106
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":40}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":1},{"degree":8,"count":9},{"degree":9,"count":10},{"degree":10,"count":6},{"degree":11,"count":3},{"degree":13,"count":4},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":180}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
25.84/17.55	v <instantiation
25.84/17.55	v         >
25.84/17.55	v       <list>
25.84/17.55	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] 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]
25.84/17.55	v       </list>
25.84/17.55	v       <values>
25.84/17.55	v         10 7 18 16 2 20 19 20 8 20 21 11 1 24 3 11 21 5 10 16 14 14 6 4 10 12 7 12 11 9 0 16 7 17 21 4 16 12 7 11
25.84/17.55	v       </values>
25.84/17.55	v     </instantiation>
25.84/17.55	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 (14566 MiB free)
  memory of node 1: 16384 MiB (14336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395759-1568395746/watcher-4395759-1568395746 -o /tmp/evaluation-result-4395759-1568395746/solver-4395759-1568395746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=809983132 HOME/instance-4395759-1568395746.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
solver pid=22773, runsolver pid=22770
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.94 1.65 1.50 3/220 22830
/proc/meminfo: memFree=29592320/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 4340 13398 0 0 1 0 5 3 20 0 6 0 415841446 10212057088 4582 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2493178 4582 1931 1 0 2481616 0
[pid=22773/tid=22826] ppid=22770 vsize=9972712 memory=-8439527450518781933 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 2131 13398 0 0 1 0 5 3 20 0 6 0 415841455 10212057088 4582 33554432000 4194304 4196468 140727891017248 140070310146640 140070330547006 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=9972712 memory=4211974415177272714 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 6 0 415841456 10212057088 4582 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=9972712 memory=140688972482176 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 6 0 415841456 10212057088 4582 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 6 0 415841456 10212057088 4582 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 2 13398 0 0 0 0 5 3 20 0 6 0 415841456 10212057088 4582 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210119 s]*
/proc/loadavg: 1.94 1.65 1.50 5/229 22839
/proc/meminfo: memFree=29573044/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10819664 memory=37968 CPUtime=0.26 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 6901 13398 0 0 17 1 5 3 20 0 15 0 415841446 11079335936 9492 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2704916 9492 3125 1 0 2667149 0
[pid=22773/tid=22826] ppid=22770 vsize=10819664 memory=7900017517374083699 CPUtime=0.2 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 3382 13398 0 0 11 1 5 3 20 0 15 0 415841455 11079335936 9492 33554432000 4194304 4196468 140727891017248 140070310115680 140070318585760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10819664 memory=4211974415177272714 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079335936 9492 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10819664 memory=140688972482176 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079335936 9492 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079335936 9492 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 2 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079335936 9492 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10819664 memory=140688972482176 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 2 13398 0 0 0 0 5 3 20 0 15 0 415841457 11079335936 9492 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 33 13398 0 0 0 0 5 3 20 0 15 0 415841457 11079335936 9492 33554432000 4194304 4196468 140727891017248 140069796144800 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841458 11079335936 9492 33554432000 4194304 4196468 140727891017248 140069218280688 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11079335936 9492 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 459 13398 0 0 1 0 5 3 20 0 15 0 415841460 11079335936 9492 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) S 22770 22773 19747 0 -1 1077944384 192 13398 0 0 1 0 5 3 20 0 15 0 415841460 11079335936 9492 33554432000 4194304 4196468 140727891017248 140069761534320 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10819664 memory=140688972482176 CPUtime=0.11 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) S 22770 22773 19747 0 -1 1077944384 610 13398 0 0 3 0 5 3 20 0 15 0 415841460 11079335936 9492 33554432000 4194304 4196468 140727891017248 140069760481264 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11079335936 9492 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10819664 memory=140688972482176 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841461 11079335936 9492 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37968 KiB

[startup+0.310502 s]*
/proc/loadavg: 1.94 1.65 1.50 3/229 22839
/proc/meminfo: memFree=29559308/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10820148 memory=50348 CPUtime=0.4 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 10330 13398 0 0 29 3 5 3 20 0 15 0 415841446 11079831552 12587 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2705037 12587 3289 1 0 2667149 0
[pid=22773/tid=22826] ppid=22770 vsize=10820148 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 6794 13398 0 0 19 3 5 3 20 0 15 0 415841455 11079831552 12587 33554432000 4194304 4196468 140727891017248 140070310113280 140070322390366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079831552 12587 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079831552 12587 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079831552 12587 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 2 13398 0 0 0 0 5 3 20 0 15 0 415841456 11079831552 12587 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10820148 memory=140688972482175 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 2 13398 0 0 0 0 5 3 20 0 15 0 415841457 11079831552 12587 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 33 13398 0 0 0 0 5 3 20 0 15 0 415841457 11079831552 12587 33554432000 4194304 4196468 140727891017248 140069796144800 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841458 11079831552 12587 33554432000 4194304 4196468 140727891017248 140069218280688 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11079831552 12587 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 459 13398 0 0 2 0 5 3 20 0 15 0 415841460 11079831552 12587 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) S 22770 22773 19747 0 -1 1077944384 202 13398 0 0 2 0 5 3 20 0 15 0 415841460 11079831552 12587 33554432000 4194304 4196468 140727891017248 140069761534320 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10820148 memory=140688972482176 CPUtime=0.13 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) S 22770 22773 19747 0 -1 1077944384 620 13398 0 0 5 0 5 3 20 0 15 0 415841460 11079831552 12587 33554432000 4194304 4196468 140727891017248 140069760481264 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11079831552 12587 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10820148 memory=140688972482176 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841461 11079831552 12587 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50348 KiB

[startup+0.704475 s]
/proc/loadavg: 1.94 1.65 1.50 4/229 22839
/proc/meminfo: memFree=29544420/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10824360 memory=82752 CPUtime=1.16 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 14460 13398 0 0 102 6 5 3 20 0 15 0 415841446 11084144640 20688 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2706090 20688 3501 1 0 2668173 0
[pid=22773/tid=22826] ppid=22770 vsize=10824360 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 9691 13398 0 0 54 5 5 3 20 0 15 0 415841455 11084144640 20688 33554432000 4194304 4196468 140727891017248 140070310137040 140070338321814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11084144640 20688 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11084144640 20688 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841456 11084144640 20688 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 2 13398 0 0 0 0 5 3 20 0 15 0 415841456 11084144640 20688 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 5 13398 0 0 0 0 5 3 20 0 15 0 415841457 11084144640 20688 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 33 13398 0 0 0 0 5 3 20 0 15 0 415841457 11084144640 20688 33554432000 4194304 4196468 140727891017248 140069796144800 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841458 11084144640 20688 33554432000 4194304 4196468 140727891017248 140069218280688 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11084144640 20688 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 909 13398 0 0 12 0 5 3 20 0 15 0 415841460 11084144640 20688 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) R 22770 22773 19747 0 -1 4202560 778 13398 0 0 17 0 5 3 20 0 15 0 415841460 11084144640 20688 33554432000 4194304 4196468 140727891017248 140069761522880 140070321696367 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) R 22770 22773 19747 0 -1 4202560 822 13398 0 0 17 0 5 3 20 0 15 0 415841460 11084144640 20688 33554432000 4194304 4196468 140727891017248 140069760481264 140070318024636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10824360 memory=281377668858096 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11084144640 20688 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841461 11084144640 20688 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82752 KiB

[startup+1.50078 s]
/proc/loadavg: 1.94 1.65 1.50 5/229 22839
/proc/meminfo: memFree=29473496/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10832628 memory=232164 CPUtime=2.97 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 22370 13398 0 0 277 12 5 3 20 0 15 0 415841446 11092611072 58041 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2708157 58041 3582 1 0 2670221 0
[pid=22773/tid=22826] ppid=22770 vsize=10832628 memory=281377669223288 CPUtime=1.43 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 14516 13398 0 0 127 8 5 3 20 0 15 0 415841455 11092611072 58041 33554432000 4194304 4196468 140727891017248 140070310140784 140070322390366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 85 13398 0 0 1 0 5 3 20 0 15 0 415841456 11092611072 58041 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 32 13398 0 0 1 0 5 3 20 0 15 0 415841456 11092611072 58041 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10832628 memory=4580 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 270 13398 0 0 1 0 5 3 20 0 15 0 415841456 11092611072 58041 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 56 13398 0 0 1 0 5 3 20 0 15 0 415841456 11092611072 58041 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 758 13398 0 0 1 0 5 3 20 0 15 0 415841457 11092611072 58041 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10832628 memory=281377669382912 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 34 13398 0 0 0 0 5 3 20 0 15 0 415841457 11092611072 58041 33554432000 4194304 4196468 140727891017248 140069796144864 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841458 11092611072 58041 33554432000 4194304 4196468 140727891017248 140069218280704 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10832628 memory=16660 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11092611072 58041 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10832628 memory=2244 CPUtime=0.57 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 1569 13398 0 0 49 0 5 3 20 0 15 0 415841460 11092611072 58041 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10832628 memory=140688834698336 CPUtime=0.61 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) S 22770 22773 19747 0 -1 1077944384 1366 13398 0 0 53 0 5 3 20 0 15 0 415841460 11092611072 58041 33554432000 4194304 4196468 140727891017248 140069761534320 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10832628 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) S 22770 22773 19747 0 -1 1077944384 1466 13398 0 0 38 0 5 3 20 0 15 0 415841460 11092611072 58041 33554432000 4194304 4196468 140727891017248 140069760481264 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10832628 memory=-9174445032661854264 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11092611072 58041 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10832628 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 1 13398 0 0 0 0 5 3 20 0 15 0 415841461 11092611072 58041 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10832628 KiB

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

[pid=22773/tid=22838] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 140866 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 252 13398 0 0 0 0 5 3 20 0 15 0 415841461 11105214464 140866 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 24.3 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 563464 KiB

[startup+16.8008 s]
/proc/loadavg: 1.87 1.65 1.51 3/230 22841
/proc/meminfo: memFree=29041280/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10844936 memory=565692 CPUtime=25.14 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 62860 13398 0 0 2474 32 5 3 20 0 15 0 415841446 11105214464 141423 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2711234 141423 3622 1 0 2673293 0
[pid=22773/tid=22826] ppid=22770 vsize=10844936 memory=7018684520105333354 CPUtime=16.6 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 23515 13398 0 0 1636 16 5 3 20 0 15 0 415841455 11105214464 141423 33554432000 4194304 4196468 140727891017248 140070310141984 140069918458312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10844936 memory=5793150180587497321 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1284 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 141423 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10844936 memory=7450457272913781591 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 615 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 141423 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10844936 memory=196159746388582 CPUtime=0.14 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 397 13398 0 0 5 1 5 3 20 0 15 0 415841456 11105214464 141423 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10844936 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 316 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 141423 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10844936 memory=281377669181504 CPUtime=0.13 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 2556 13398 0 0 5 0 5 3 20 0 15 0 415841457 11105214464 141423 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10844936 memory=4050063372576276679 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 39 13398 0 0 0 0 5 3 20 0 15 0 415841457 11105214464 141423 33554432000 4194304 4196468 140727891017248 140069796144928 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10844936 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841458 11105214464 141423 33554432000 4194304 4196468 140727891017248 140069218280704 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10844936 memory=301741382048153914 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 141423 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10844936 memory=565692 CPUtime=3.55 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 9906 13398 0 0 346 1 5 3 20 0 15 0 415841460 11105214464 141423 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10844936 memory=196125386650206 CPUtime=3.25 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) S 22770 22773 19747 0 -1 1077944384 13508 13398 0 0 315 2 5 3 20 0 15 0 415841460 11105214464 141423 33554432000 4194304 4196468 140727891017248 140069761534320 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10844936 memory=15537410121403872 CPUtime=1.54 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) S 22770 22773 19747 0 -1 1077944384 8253 13398 0 0 143 3 5 3 20 0 15 0 415841460 11105214464 141423 33554432000 4194304 4196468 140727891017248 140069760481264 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10844936 memory=2848 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 141423 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10844936 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 252 13398 0 0 0 0 5 3 20 0 15 0 415841461 11105214464 141423 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 25.14 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 565692 KiB

[startup+17.2008 s]
/proc/loadavg: 1.87 1.65 1.51 3/230 22841
/proc/meminfo: memFree=29039108/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10844936 memory=582076 CPUtime=25.54 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 62882 13398 0 0 2514 32 5 3 20 0 15 0 415841446 11105214464 145519 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2711234 145519 3622 1 0 2673293 0
[pid=22773/tid=22826] ppid=22770 vsize=10844936 memory=1412 CPUtime=16.99 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 23526 13398 0 0 1675 16 5 3 20 0 15 0 415841455 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070310144688 140069920639312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10844936 memory=2956 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1285 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10844936 memory=1539956 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 615 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10844936 memory=1412 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 398 13398 0 0 5 2 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10844936 memory=2696 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 317 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10844936 memory=544668 CPUtime=0.13 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 2564 13398 0 0 5 0 5 3 20 0 15 0 415841457 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10844936 memory=1732 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 39 13398 0 0 0 0 5 3 20 0 15 0 415841457 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069796144928 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10844936 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841458 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069218280704 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10844936 memory=281377669131392 CPUtime=3.55 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 9906 13398 0 0 346 1 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10844936 memory=140688834571818 CPUtime=3.25 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) S 22770 22773 19747 0 -1 1077944384 13508 13398 0 0 315 2 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069761534320 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10844936 memory=15537410121403872 CPUtime=1.54 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) S 22770 22773 19747 0 -1 1077944384 8253 13398 0 0 143 3 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069760481264 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10844936 memory=7584169879171783318 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 252 13398 0 0 0 0 5 3 20 0 15 0 415841461 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 25.54 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 582076 KiB

[startup+17.4008 s]
/proc/loadavg: 1.87 1.65 1.51 3/230 22841
/proc/meminfo: memFree=29039108/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10844936 memory=582076 CPUtime=25.74 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 62882 13398 0 0 2534 32 5 3 20 0 15 0 415841446 11105214464 145519 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2711234 145519 3622 1 0 2673293 0
[pid=22773/tid=22826] ppid=22770 vsize=10844936 memory=0 CPUtime=17.19 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 23526 13398 0 0 1695 16 5 3 20 0 15 0 415841455 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070310144576 140069919324468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10844936 memory=4411619093929787424 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1285 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10844936 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 615 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10844936 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 398 13398 0 0 5 2 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10844936 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 317 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10844936 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 2564 13398 0 0 5 0 5 3 20 0 15 0 415841457 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 39 13398 0 0 0 0 5 3 20 0 15 0 415841457 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069796144928 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841458 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069218280704 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10844936 memory=0 CPUtime=3.55 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 9906 13398 0 0 346 1 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10844936 memory=0 CPUtime=3.25 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) S 22770 22773 19747 0 -1 1077944384 13508 13398 0 0 315 2 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069761534320 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10844936 memory=0 CPUtime=1.54 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) S 22770 22773 19747 0 -1 1077944384 8253 13398 0 0 143 3 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069760481264 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 252 13398 0 0 0 0 5 3 20 0 15 0 415841461 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 25.74 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 582076 KiB

[startup+17.5008 s]
/proc/loadavg: 1.87 1.65 1.51 3/230 22841
/proc/meminfo: memFree=29039108/32770624 swapFree=66966956/67108860
[pid=22773] ppid=22770 vsize=10844936 memory=582076 CPUtime=25.84 cores=0,2,4,6
/proc/22773/stat : 22773 (java) S 22770 22773 19747 0 -1 1077944320 62882 13398 0 0 2544 32 5 3 20 0 15 0 415841446 11105214464 145519 33554432000 4194304 4196468 140727891017248 140727890999792 140070338309879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
/proc/22773/statm: 2711234 145519 3622 1 0 2673293 0
[pid=22773/tid=22826] ppid=22770 vsize=10844936 memory=334504 CPUtime=17.29 cores=0,2,4,6
/proc/22773/task/22826/stat : 22826 (java) R 22770 22773 19747 0 -1 4202560 23526 13398 0 0 1705 16 5 3 20 0 15 0 415841455 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070310144576 140069918458278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22827] ppid=22770 vsize=10844936 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22827/stat : 22827 (java) S 22770 22773 19747 0 -1 1077944384 1285 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070342552080 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22828] ppid=22770 vsize=10844936 memory=565692 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22828/stat : 22828 (java) S 22770 22773 19747 0 -1 1077944384 615 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070230825616 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22829] ppid=22770 vsize=10844936 memory=1732 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22829/stat : 22829 (java) S 22770 22773 19747 0 -1 1077944384 398 13398 0 0 5 2 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070229772560 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22830] ppid=22770 vsize=10844936 memory=196125386650206 CPUtime=0.15 cores=0,2,4,6
/proc/22773/task/22830/stat : 22830 (java) S 22770 22773 19747 0 -1 1077944384 317 13398 0 0 6 1 5 3 20 0 15 0 415841456 11105214464 145519 33554432000 4194304 4196468 140727891017248 140070228720016 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22831] ppid=22770 vsize=10844936 memory=7086819112406509931 CPUtime=0.13 cores=0,2,4,6
/proc/22773/task/22831/stat : 22831 (java) S 22770 22773 19747 0 -1 1077944384 2564 13398 0 0 5 0 5 3 20 0 15 0 415841457 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069797198576 140070338321026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22832] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22832/stat : 22832 (java) S 22770 22773 19747 0 -1 1077944384 39 13398 0 0 0 0 5 3 20 0 15 0 415841457 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069796144928 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22833] ppid=22770 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22833/stat : 22833 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841458 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069218280704 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22834] ppid=22770 vsize=10844936 memory=546860 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22834/stat : 22834 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140068910881232 140070338328475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22835] ppid=22770 vsize=10844936 memory=483140 CPUtime=3.55 cores=0,2,4,6
/proc/22773/task/22835/stat : 22835 (java) S 22770 22773 19747 0 -1 1077944384 9906 13398 0 0 346 1 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069762586864 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22836] ppid=22770 vsize=10844936 memory=515996 CPUtime=3.25 cores=0,2,4,6
/proc/22773/task/22836/stat : 22836 (java) S 22770 22773 19747 0 -1 1077944384 13508 13398 0 0 315 2 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069761534320 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22837] ppid=22770 vsize=10844936 memory=563300 CPUtime=1.54 cores=0,2,4,6
/proc/22773/task/22837/stat : 22837 (java) S 22770 22773 19747 0 -1 1077944384 8253 13398 0 0 143 3 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069760481264 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22838] ppid=22770 vsize=10844936 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22838/stat : 22838 (java) S 22770 22773 19747 0 -1 1077944384 3 13398 0 0 0 0 5 3 20 0 15 0 415841460 11105214464 145519 33554432000 4194304 4196468 140727891017248 140068877322592 140070338320085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
[pid=22773/tid=22839] ppid=22770 vsize=10844936 memory=38796 CPUtime=0.08 cores=0,2,4,6
/proc/22773/task/22839/stat : 22839 (java) S 22770 22773 19747 0 -1 1077944384 252 13398 0 0 0 0 5 3 20 0 15 0 415841461 11105214464 145519 33554432000 4194304 4196468 140727891017248 140069759429680 140070338321026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140727891020528 140727891023045 140727891023045 140727891025871 0
Current children cumulated CPU time: 25.84 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 582076 KiB

Child status: 0
Real time (s): 17.5694
CPU time (s): 25.9543
CPU user time (s): 25.5808
CPU system time (s): 0.373568
CPU usage (%): 147.724
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 582076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5808
system time used= 0.373568
maximum resident set size= 584312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6725
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 22773
#   total CPU time (s): 25.9543
#   total CPU user time (s): 25.5808
#   total CPU system time (s): 0.373568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.113806 second user time and 0.22244 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-13 19:28:24
IDJOB=4395759
IDBENCH=122262
IDSOLVER=2846
FILE ID=node125/4395759-1568395746
RUNJOBID= node125-1568393055-22030
PBS_JOBID= 21701839
Free space on /tmp= 59740 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Random/Random-D-t050/rand-2-40-25-180-050-34.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395759-1568395746/watcher-4395759-1568395746 -o /tmp/evaluation-result-4395759-1568395746/solver-4395759-1568395746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=809983132 HOME/instance-4395759-1568395746.xml

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

MD5SUM BENCH= 2b23d7f384de8bee09908163d3005f80
RANDOM SEED=809983132

node125.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.29
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.29
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.29
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.29
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:        29596660 kB
MemAvailable:   30358040 kB
Buffers:          105524 kB
Cached:           954900 kB
SwapCached:        38252 kB
Active:          2068072 kB
Inactive:         557732 kB
Active(anon):    1543608 kB
Inactive(anon):    61836 kB
Active(file):     524464 kB
Inactive(file):   495896 kB
Unevictable:      106848 kB
Mlocked:          106848 kB
SwapTotal:      67108860 kB
SwapFree:       66966956 kB
Dirty:             36072 kB
Writeback:             0 kB
AnonPages:       1635144 kB
Mapped:            57252 kB
Shmem:             31184 kB
Slab:             142240 kB
SReclaimable:     113708 kB
SUnreclaim:        28532 kB
KernelStack:        4048 kB
PageTables:         8784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2837372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1435648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59704 MiB
End job on node125 at 2019-09-13 19:28:41