Trace number 4387558

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.10SAT 984.122 958.616

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-047.xml
MD5SUM503235a9ef2fa2334058f0cfe41dccf4
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 benchmark4.71301
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size30
Maximum domain size47
Distribution of domain sizes[{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
Optimization problemNO
Type of objective

Solver Data

0.70/0.56	c Concrete v3.10.1560635388952 running
983.95/958.58	v <instantiation
983.95/958.58	v         >
983.95/958.58	v       <list>
983.95/958.58	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17]
983.95/958.58	v       </list>
983.95/958.58	v       <values>
983.95/958.58	v         0 9 4 0 30 29 13 11 20 20 0 35 16 0 14 0 30 29 14 14 27 27 6 0 23 15 25 15 16 0 34 0 0 31 12 29
983.95/958.58	v       </values>
983.95/958.58	v     </instantiation>
983.95/958.58	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 (15235 MiB free)
  memory of node 1: 16384 MiB (15415 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387558-1568340131/watcher-4387558-1568340131 -o /tmp/evaluation-result-4387558-1568340131/solver-4387558-1568340131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568335153-15451 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=755766665 HOME/instance-4387558-1568340131.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=16591, runsolver pid=16588

[startup+0.100095 s]*
/proc/loadavg: 1.57 1.45 1.42 6/220 16648
/proc/meminfo: memFree=31374020/32770624 swapFree=66999944/67108860
[pid=16591] ppid=16588 vsize=9972712 memory=18956 CPUtime=0.09 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 4461 13003 0 0 1 0 5 3 20 0 6 0 409927081 10212057088 4739 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2493178 4739 1935 1 0 2481616 0
[pid=16591/tid=16644] ppid=16588 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 2252 13003 0 0 1 0 5 3 20 0 6 0 409927090 10212057088 4739 33554432000 4194304 4196468 140732802044992 140512521007696 140512549192861 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 409927090 10212057088 4739 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=9972712 memory=140217402537600 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 409927090 10212057088 4739 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 6 0 409927090 10212057088 4739 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 6 0 409927090 10212057088 4739 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18956 KiB

[startup+0.210092 s]*
/proc/loadavg: 1.57 1.45 1.42 5/229 16657
/proc/meminfo: memFree=31346432/32770624 swapFree=66999944/67108860
[pid=16591] ppid=16588 vsize=10818940 memory=42428 CPUtime=0.26 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 6905 13003 0 0 17 1 5 3 20 0 15 0 409927081 11078594560 10607 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2704735 10607 2979 1 0 2667149 0
[pid=16591/tid=16644] ppid=16588 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 3383 13003 0 0 11 0 5 3 20 0 15 0 409927090 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512521002176 140512549192861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927090 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10818940 memory=140217402537600 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927090 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927090 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927090 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10818940 memory=140217402537600 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927092 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 409927092 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512002565536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927092 11078594560 10616 33554432000 4194304 4196468 140732802044992 140511868347888 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11078594560 10616 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 362 13003 0 0 1 0 5 3 20 0 15 0 409927095 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 298 13003 0 0 1 0 5 3 20 0 15 0 409927095 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10818940 memory=140217402537600 CPUtime=0.11 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 630 13003 0 0 3 0 5 3 20 0 15 0 409927095 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11078594560 10616 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10818940 memory=140217402537600 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927096 11078594560 10616 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42428 KiB

[startup+0.310482 s]*
/proc/loadavg: 1.57 1.45 1.42 5/229 16657
/proc/meminfo: memFree=31326476/32770624 swapFree=66999944/67108860
[pid=16591] ppid=16588 vsize=10820096 memory=52016 CPUtime=0.4 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 10715 13003 0 0 29 3 5 3 20 0 15 0 409927081 11079778304 13004 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2705024 13004 3280 1 0 2667149 0
[pid=16591/tid=16644] ppid=16588 vsize=10820096 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 7163 13003 0 0 20 2 5 3 20 0 15 0 409927090 11079778304 13004 33554432000 4194304 4196468 140732802044992 140512520988560 140512152644756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10820096 memory=7596570243654250091 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927090 11079778304 13004 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10820096 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927090 11079778304 13004 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10820096 memory=7649539580134640833 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927090 11079778304 13004 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927090 11079778304 13004 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927092 11079778304 13004 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 409927092 11079778304 13516 33554432000 4194304 4196468 140732802044992 140512002565536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927092 11079778304 13516 33554432000 4194304 4196468 140732802044992 140511868347888 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11079778304 13516 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 363 13003 0 0 1 0 5 3 20 0 15 0 409927095 11079778304 13516 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 299 13003 0 0 1 0 5 3 20 0 15 0 409927095 11079778304 13516 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 653 13003 0 0 5 0 5 3 20 0 15 0 409927095 11079778304 13516 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11079778304 13516 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927096 11079778304 13516 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52016 KiB

[startup+0.704369 s]
/proc/loadavg: 1.57 1.45 1.42 7/229 16657
/proc/meminfo: memFree=31295080/32770624 swapFree=66999944/67108860
[pid=16591] ppid=16588 vsize=10824340 memory=84412 CPUtime=1.13 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 14806 13003 0 0 100 5 5 3 20 0 15 0 409927081 11084124160 21103 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2706085 21103 3505 1 0 2668173 0
[pid=16591/tid=16644] ppid=16588 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 10445 13003 0 0 55 4 5 3 20 0 15 0 409927090 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512520986880 140512533251422 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927090 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927090 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927090 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927090 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 409927092 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 409927092 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512002565536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927092 11084124160 21103 33554432000 4194304 4196468 140732802044992 140511868347888 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11084124160 21103 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 738 13003 0 0 14 0 5 3 20 0 15 0 409927095 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 546 13003 0 0 12 0 5 3 20 0 15 0 409927095 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 837 13003 0 0 17 0 5 3 20 0 15 0 409927095 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10824340 memory=140217260476400 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11084124160 21103 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927096 11084124160 21103 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84412 KiB

[startup+1.50069 s]
/proc/loadavg: 1.57 1.45 1.42 5/229 16657
/proc/meminfo: memFree=31212048/32770624 swapFree=66999944/67108860
[pid=16591] ppid=16588 vsize=10834656 memory=171684 CPUtime=2.44 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 22099 13003 0 0 225 11 5 3 20 0 15 0 409927081 11094687744 42921 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2708664 42921 3573 1 0 2670733 0
[pid=16591/tid=16644] ppid=16588 vsize=10834656 memory=17 CPUtime=1.43 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 15742 13003 0 0 128 7 5 3 20 0 15 0 409927090 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512520955280 140512533251422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10834656 memory=27 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 322 13003 0 0 1 0 5 3 20 0 15 0 409927090 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 59 13003 0 0 0 0 5 3 20 0 15 0 409927090 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 22 13003 0 0 0 0 5 3 20 0 15 0 409927090 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10834656 memory=98016 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 84 13003 0 0 1 0 5 3 20 0 15 0 409927090 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 479 13003 0 0 1 0 5 3 20 0 15 0 409927092 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10834656 memory=6945487848980111705 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 14 13003 0 0 0 0 5 3 20 0 15 0 409927092 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512002565600 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10834656 memory=7667209424710821456 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927092 11094687744 42921 33554432000 4194304 4196468 140732802044992 140511868347888 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10834656 memory=7302132042033948263 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11094687744 42921 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10834656 memory=5787216060782762340 CPUtime=0.33 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 886 13003 0 0 25 0 5 3 20 0 15 0 409927095 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10834656 memory=7162529241087823982 CPUtime=0.31 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 663 13003 0 0 23 0 5 3 20 0 15 0 409927095 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10834656 memory=6945487848980111705 CPUtime=0.49 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 1615 13003 0 0 41 0 5 3 20 0 15 0 409927095 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10834656 memory=6945487848980111705 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11094687744 42921 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 409927096 11094687744 42921 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834656 KiB

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


[startup+953.601 s]
/proc/loadavg: 1.31 1.45 1.45 3/227 16739
/proc/meminfo: memFree=29331188/32770624 swapFree=66999948/67108860
[pid=16591] ppid=16588 vsize=10846964 memory=1001268 CPUtime=978.98 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 143037 13003 0 0 97721 169 5 3 20 0 15 0 409927081 11107291136 250317 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2711741 250317 3625 1 0 2673805 0
[pid=16591/tid=16644] ppid=16588 vsize=10846964 memory=988 CPUtime=943.32 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 44019 13003 0 0 94290 34 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512521005840 140512170070184 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10846964 memory=2012 CPUtime=4.54 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 8692 13003 0 0 424 22 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10846964 memory=1240 CPUtime=4.56 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 10475 13003 0 0 425 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10846964 memory=6791534058613427641 CPUtime=4.53 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 8593 13003 0 0 422 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10846964 memory=14008 CPUtime=4.52 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 4969 13003 0 0 419 25 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10846964 memory=1001268 CPUtime=4.23 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 8771 13003 0 0 394 21 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10846964 memory=19296 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 17 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512002565664 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511868347904 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10846964 memory=7548 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10846964 memory=2832 CPUtime=4.6 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 20247 13003 0 0 446 6 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10846964 memory=1224 CPUtime=4.94 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 16971 13003 0 0 478 8 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10846964 memory=2832 CPUtime=3.66 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 17071 13003 0 0 353 5 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10846964 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10846964 memory=5908 CPUtime=0.67 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 993 13003 0 0 30 29 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 978.98 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1001268 KiB

[startup+956.801 s]
/proc/loadavg: 1.36 1.46 1.46 3/227 16739
/proc/meminfo: memFree=29331064/32770624 swapFree=66999948/67108860
[pid=16591] ppid=16588 vsize=10846964 memory=1001268 CPUtime=982.22 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 143066 13003 0 0 98045 169 5 3 20 0 15 0 409927081 11107291136 250317 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2711741 250317 3625 1 0 2673805 0
[pid=16591/tid=16644] ppid=16588 vsize=10846964 memory=580 CPUtime=946.48 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 44040 13003 0 0 94606 34 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512521006720 140512169760267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10846964 memory=303430223234596890 CPUtime=4.56 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 8693 13003 0 0 426 22 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10846964 memory=290763870841340219 CPUtime=4.58 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 10476 13003 0 0 427 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10846964 memory=16106965717748363 CPUtime=4.55 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 8595 13003 0 0 424 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10846964 memory=1001268 CPUtime=4.54 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 4970 13003 0 0 421 25 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10846964 memory=1001268 CPUtime=4.25 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 8774 13003 0 0 396 21 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10846964 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 17 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512002565664 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511868347904 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10846964 memory=1768 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10846964 memory=111636 CPUtime=4.6 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 20247 13003 0 0 446 6 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10846964 memory=808 CPUtime=4.94 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 16971 13003 0 0 478 8 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10846964 memory=5908 CPUtime=3.66 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 17071 13003 0 0 353 5 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10846964 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10846964 memory=1556 CPUtime=0.67 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 993 13003 0 0 30 29 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 982.22 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1001268 KiB

[startup+957.601 s]
/proc/loadavg: 1.36 1.46 1.46 3/227 16739
/proc/meminfo: memFree=29331064/32770624 swapFree=66999948/67108860
[pid=16591] ppid=16588 vsize=10846964 memory=1001268 CPUtime=983.04 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 143071 13003 0 0 98127 169 5 3 20 0 15 0 409927081 11107291136 250317 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2711741 250317 3625 1 0 2673805 0
[pid=16591/tid=16644] ppid=16588 vsize=10846964 memory=34228 CPUtime=947.28 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 44045 13003 0 0 94686 34 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512521007024 140512168821539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10846964 memory=2116 CPUtime=4.56 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 8693 13003 0 0 426 22 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10846964 memory=19296 CPUtime=4.58 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 10476 13003 0 0 427 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10846964 memory=11852 CPUtime=4.55 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 8595 13003 0 0 424 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10846964 memory=532 CPUtime=4.54 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 4970 13003 0 0 421 25 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10846964 memory=1564 CPUtime=4.25 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 8774 13003 0 0 396 21 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 17 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512002565664 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10846964 memory=7548 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511868347904 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10846964 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10846964 memory=1224 CPUtime=4.6 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 20247 13003 0 0 446 6 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10846964 memory=5908 CPUtime=4.94 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 16971 13003 0 0 478 8 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10846964 memory=988 CPUtime=3.66 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 17071 13003 0 0 353 5 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10846964 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10846964 memory=1240 CPUtime=0.67 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 993 13003 0 0 30 29 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 983.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1001268 KiB

[startup+958.401 s]
/proc/loadavg: 1.36 1.46 1.46 3/227 16739
/proc/meminfo: memFree=29330504/32770624 swapFree=66999948/67108860
[pid=16591] ppid=16588 vsize=10846964 memory=1001268 CPUtime=983.85 cores=0,2,4,6
/proc/16591/stat : 16591 (java) S 16588 16591 15420 0 -1 1077944320 143077 13003 0 0 98208 169 5 3 20 0 15 0 409927081 11107291136 250317 33554432000 4194304 4196468 140732802044992 140732802027536 140512549170935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
/proc/16591/statm: 2711741 250317 3625 1 0 2673805 0
[pid=16591/tid=16644] ppid=16588 vsize=10846964 memory=772 CPUtime=948.07 cores=0,2,4,6
/proc/16591/task/16644/stat : 16644 (java) R 16588 16591 15420 0 -1 4202560 44051 13003 0 0 94765 34 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512521006912 140512162008133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16645] ppid=16588 vsize=10846964 memory=1556 CPUtime=4.56 cores=0,2,4,6
/proc/16591/task/16645/stat : 16645 (java) S 16588 16591 15420 0 -1 1077944384 8693 13003 0 0 426 22 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512553412880 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16646] ppid=16588 vsize=10846964 memory=34228 CPUtime=4.58 cores=0,2,4,6
/proc/16591/task/16646/stat : 16646 (java) S 16588 16591 15420 0 -1 1077944384 10476 13003 0 0 427 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512474372496 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16647] ppid=16588 vsize=10846964 memory=988 CPUtime=4.56 cores=0,2,4,6
/proc/16591/task/16647/stat : 16647 (java) S 16588 16591 15420 0 -1 1077944384 8595 13003 0 0 425 23 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512120875536 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16648] ppid=16588 vsize=10846964 memory=2012 CPUtime=4.54 cores=0,2,4,6
/proc/16591/task/16648/stat : 16648 (java) S 16588 16591 15420 0 -1 1077944384 4970 13003 0 0 421 25 5 3 20 0 15 0 409927090 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512119822992 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16649] ppid=16588 vsize=10846964 memory=6791534058613427641 CPUtime=4.25 cores=0,2,4,6
/proc/16591/task/16649/stat : 16649 (java) S 16588 16591 15420 0 -1 1077944384 8774 13003 0 0 396 21 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512075864560 140512549182082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16650] ppid=16588 vsize=10846964 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16650/stat : 16650 (java) S 16588 16591 15420 0 -1 1077944384 17 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512002565664 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16651] ppid=16588 vsize=10846964 memory=1332 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16651/stat : 16651 (java) S 16588 16591 15420 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 409927092 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511868347904 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16652] ppid=16588 vsize=10846964 memory=2648 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16652/stat : 16652 (java) S 16588 16591 15420 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140511264369360 140512549189531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16653] ppid=16588 vsize=10846964 memory=6791534058613427641 CPUtime=4.6 cores=0,2,4,6
/proc/16591/task/16653/stat : 16653 (java) S 16588 16591 15420 0 -1 1077944384 20247 13003 0 0 446 6 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512074811376 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16654] ppid=16588 vsize=10846964 memory=1556 CPUtime=4.94 cores=0,2,4,6
/proc/16591/task/16654/stat : 16654 (java) S 16588 16591 15420 0 -1 1077944384 16971 13003 0 0 478 8 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512073758832 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16655] ppid=16588 vsize=10846964 memory=1056 CPUtime=3.66 cores=0,2,4,6
/proc/16591/task/16655/stat : 16655 (java) S 16588 16591 15420 0 -1 1077944384 17071 13003 0 0 353 5 5 3 20 0 15 0 409927095 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512072706288 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16656] ppid=16588 vsize=10846964 memory=964 CPUtime=0.08 cores=0,2,4,6
/proc/16591/task/16656/stat : 16656 (java) S 16588 16591 15420 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140510794607200 140512549181141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
[pid=16591/tid=16657] ppid=16588 vsize=10846964 memory=14008 CPUtime=0.67 cores=0,2,4,6
/proc/16591/task/16657/stat : 16657 (java) S 16588 16591 15420 0 -1 1077944384 993 13003 0 0 30 29 5 3 20 0 15 0 409927096 11107291136 250317 33554432000 4194304 4196468 140732802044992 140512071654192 140512549182082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34148352 140732802050806 140732802053317 140732802053317 140732802056143 0
Current children cumulated CPU time: 983.85 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1001268 KiB

[startup+958.601 s]*
/proc/loadavg: 1.36 1.46 1.46 3/214 16740
/proc/meminfo: memFree=29332636/32770624 swapFree=66999948/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 958.616
CPU time (s): 984.122
CPU user time (s): 982.369
CPU system time (s): 1.7533
CPU usage (%): 102.661
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 1001268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 982.369
system time used= 1.7533
maximum resident set size= 1003548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122871
involuntary context switches= 4091


# summary of solver processes directly reported to runsolver:
#   pid: 16591
#   total CPU time (s): 984.122
#   total CPU user time (s): 982.369
#   total CPU system time (s): 1.7533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13574 second user time and 8.57682 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 04:01:30
IDJOB=4387558
IDBENCH=141730
IDSOLVER=2823
FILE ID=node146/4387558-1568340131
RUNJOBID= node146-1568335153-15451
PBS_JOBID= 21701161
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-047.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387558-1568340131/watcher-4387558-1568340131 -o /tmp/evaluation-result-4387558-1568340131/solver-4387558-1568340131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568335153-15451 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=755766665 HOME/instance-4387558-1568340131.xml

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

MD5SUM BENCH= 503235a9ef2fa2334058f0cfe41dccf4
RANDOM SEED=755766665

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31387652 kB
MemAvailable:   31691520 kB
Buffers:          141896 kB
Cached:           442432 kB
SwapCached:         5212 kB
Active:           527480 kB
Inactive:         273124 kB
Active(anon):     233492 kB
Inactive(anon):    20900 kB
Active(file):     293988 kB
Inactive(file):   252224 kB
Unevictable:      111040 kB
Mlocked:          111040 kB
SwapTotal:      67108860 kB
SwapFree:       66999944 kB
Dirty:             70152 kB
Writeback:             0 kB
AnonPages:        500764 kB
Mapped:            54552 kB
Shmem:             29304 kB
Slab:             176492 kB
SReclaimable:     146984 kB
SUnreclaim:        29508 kB
KernelStack:        4048 kB
PageTables:         5940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1434832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-13 04:17:29