Trace number 4387093

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 81.2146 68.9308

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
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 benchmark0.031203
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.70/0.60	c Concrete v3.10.1560635388952 running
81.17/68.90	v <instantiation
81.17/68.90	v         >
81.17/68.90	v       <list>
81.17/68.90	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] 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] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33]
81.17/68.90	v       </list>
81.17/68.90	v       <values>
81.17/68.90	v         24 9 27 7 28 6 29 5 30 4 31 3 32 2 33 1 34 0 19 18 8 25 13 11 22 15 21 16 20 12 26 10 23 14 17 15 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 19 1 10 17 12 2 11 7 6 5 4 8 14 16 13 9 3
81.17/68.90	v       </values>
81.17/68.90	v     </instantiation>
81.17/68.90	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: 16375 MiB (12586 MiB free)
  memory of node 1: 16384 MiB (9383 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387093-1568290906/watcher-4387093-1568290906 -o /tmp/evaluation-result-4387093-1568290906/solver-4387093-1568290906 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1004723039 HOME/instance-4387093-1568290906.xml 

running on 4 cores: 0-3

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=2419, runsolver pid=2406

[startup+0.100109 s]*
/proc/loadavg: 1.49 1.52 1.57 2/215 2473
/proc/meminfo: memFree=22492312/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=9972712 memory=14968 CPUtime=0.09 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 3986 13134 0 0 1 0 5 3 20 0 6 0 405096997 10212057088 3742 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2493178 3742 1665 1 0 2481616 0
[pid=2419/tid=2473] ppid=2406 vsize=9972712 memory=5450916389569530688 CPUtime=0.08 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 2067 13134 0 0 0 0 5 3 20 0 6 0 405097006 10212057088 4006 33554432000 4194304 4196468 140727940553088 139861047865936 139861060109662 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 405097007 10212057088 4006 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=9972712 memory=139799169906304 CPUtime=0.08 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 405097007 10212057088 4006 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 6 0 405097007 10212057088 4006 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 405097007 10212057088 4072 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14968 KiB

[startup+0.211205 s]*
/proc/loadavg: 1.49 1.52 1.57 3/228 2486
/proc/meminfo: memFree=22472860/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10818900 memory=36116 CPUtime=0.25 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 6851 13134 0 0 16 1 5 3 20 0 15 0 405096997 11078553600 9029 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2704725 9029 2961 1 0 2667149 0
[pid=2419/tid=2473] ppid=2406 vsize=10818900 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 3402 13134 0 0 10 1 5 3 20 0 15 0 405097006 11078553600 9029 33554432000 4194304 4196468 140727940553088 139861047861888 139861076051101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10818900 memory=364 CPUtime=0.08 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078553600 9029 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10818900 memory=288370175321618048 CPUtime=0.08 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078553600 9029 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078553600 9029 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078553600 9029 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10818900 memory=139799169906304 CPUtime=0.08 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 405097009 11078553600 9029 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 405097009 11078553600 9029 33554432000 4194304 4196468 140727940553088 139859972842400 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097009 11078553600 9029 33554432000 4194304 4196468 140727940553088 139859838624752 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11078553600 9029 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10818900 memory=0 CPUtime=0.09 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) S 2406 2419 463 0 -1 1077944384 432 13134 0 0 1 0 5 3 20 0 15 0 405097012 11078553600 9029 33554432000 4194304 4196468 140727940553088 139860533729776 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) S 2406 2419 463 0 -1 1077944384 174 13134 0 0 0 0 5 3 20 0 15 0 405097012 11078553600 9029 33554432000 4194304 4196468 140727940553088 139860532677232 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10818900 memory=139799169906304 CPUtime=0.1 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) S 2406 2419 463 0 -1 1077944384 611 13134 0 0 2 0 5 3 20 0 15 0 405097012 11078553600 9541 33554432000 4194304 4196468 140727940553088 139860531624688 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11078553600 9541 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10818900 memory=139799169906304 CPUtime=0.08 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097013 11078553600 9541 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 36116 KiB

[startup+0.31157 s]*
/proc/loadavg: 1.49 1.52 1.57 3/228 2486
/proc/meminfo: memFree=22459044/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10819084 memory=46972 CPUtime=0.4 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 10462 13134 0 0 29 3 5 3 20 0 15 0 405096997 11078742016 11743 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2704771 11743 3015 1 0 2667149 0
[pid=2419/tid=2473] ppid=2406 vsize=10819084 memory=1398722017469774279 CPUtime=0.29 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 6999 13134 0 0 19 2 5 3 20 0 15 0 405097006 11078742016 11747 33554432000 4194304 4196468 140727940553088 139861047833264 139861060109662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10819084 memory=4872558044660077418 CPUtime=0.08 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078742016 11747 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10819084 memory=-1 CPUtime=0.08 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 405097009 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 405097009 11078742016 11747 33554432000 4194304 4196468 140727940553088 139859972842400 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097009 11078742016 11747 33554432000 4194304 4196468 140727940553088 139859838624752 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11078742016 11747 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10819084 memory=0 CPUtime=0.1 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) S 2406 2419 463 0 -1 1077944384 433 13134 0 0 2 0 5 3 20 0 15 0 405097012 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860533729776 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10819084 memory=0 CPUtime=0.09 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) S 2406 2419 463 0 -1 1077944384 174 13134 0 0 1 0 5 3 20 0 15 0 405097012 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860532677232 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10819084 memory=0 CPUtime=0.13 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) R 2406 2419 463 0 -1 4202560 633 13134 0 0 5 0 5 3 20 0 15 0 405097012 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860531624688 139861076050522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11078742016 11747 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097013 11078742016 11747 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 46972 KiB

[startup+0.700701 s]
/proc/loadavg: 1.49 1.52 1.57 3/228 2486
/proc/meminfo: memFree=22448100/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10822292 memory=76692 CPUtime=1.11 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 14293 13134 0 0 99 4 5 3 20 0 15 0 405096997 11082027008 19173 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2705573 19173 3483 1 0 2667661 0
[pid=2419/tid=2473] ppid=2406 vsize=10822292 memory=4284229880554 CPUtime=0.67 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 10055 13134 0 0 56 3 5 3 20 0 15 0 405097006 11082027008 19173 33554432000 4194304 4196468 140727940553088 139861047857536 139861060109662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10822292 memory=56748454 CPUtime=0.08 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11082027008 19173 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10822292 memory=4641336034177685923 CPUtime=0.08 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10822292 memory=7374759196060839022 CPUtime=0.08 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 405097007 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10822292 memory=139799169905169 CPUtime=0.08 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097007 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 6 13134 0 0 0 0 5 3 20 0 15 0 405097009 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 405097009 11082027008 19173 33554432000 4194304 4196468 140727940553088 139859972842400 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097009 11082027008 19173 33554432000 4194304 4196468 140727940553088 139859838624752 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11082027008 19173 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10822292 memory=0 CPUtime=0.2 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) R 2406 2419 463 0 -1 4202560 717 13134 0 0 12 0 5 3 20 0 15 0 405097012 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860533718368 139861059415794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10822292 memory=0 CPUtime=0.2 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) R 2406 2419 463 0 -1 4202560 482 13134 0 0 12 0 5 3 20 0 15 0 405097012 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860532666944 139861057573334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10822292 memory=0 CPUtime=0.25 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) S 2406 2419 463 0 -1 1077944384 802 13134 0 0 17 0 5 3 20 0 15 0 405097012 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860531624688 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11082027008 19173 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097013 11082027008 19173 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76692 KiB

[startup+1.50079 s]
/proc/loadavg: 1.49 1.52 1.57 3/228 2486
/proc/meminfo: memFree=22410740/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10834656 memory=163888 CPUtime=2.43 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 20966 13134 0 0 226 9 5 3 20 0 15 0 405096997 11094687744 40972 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2708664 40972 3570 1 0 2670733 0
[pid=2419/tid=2473] ppid=2406 vsize=10834656 memory=1656 CPUtime=1.43 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 15087 13134 0 0 130 5 5 3 20 0 15 0 405097006 11094687744 40972 33554432000 4194304 4196468 140727940553088 139861047845056 139861060072805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10834656 memory=8112282956445269571 CPUtime=0.09 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 35 13134 0 0 1 0 5 3 20 0 15 0 405097007 11094687744 40972 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10834656 memory=6944656592387989600 CPUtime=0.09 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 329 13134 0 0 1 0 5 3 20 0 15 0 405097007 11094687744 40972 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10834656 memory=8546925612582150220 CPUtime=0.09 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 64 13134 0 0 1 0 5 3 20 0 15 0 405097007 11094687744 40972 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10834656 memory=0 CPUtime=0.09 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 25 13134 0 0 1 0 5 3 20 0 15 0 405097007 11094687744 40972 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10834656 memory=-7735338455010922592 CPUtime=0.09 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 112 13134 0 0 1 0 5 3 20 0 15 0 405097009 11094687744 40972 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10834656 memory=-7517195330998064225 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 405097009 11094687744 40972 33554432000 4194304 4196468 140727940553088 139859972842464 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10834656 memory=6298375808279800680 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 405097009 11094687744 40972 33554432000 4194304 4196468 140727940553088 139859838624768 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10834656 memory=6153113799175329890 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11094687744 41013 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10834656 memory=279598076007264 CPUtime=0.35 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) S 2406 2419 463 0 -1 1077944384 916 13134 0 0 27 0 5 3 20 0 15 0 405097012 11094687744 41013 33554432000 4194304 4196468 140727940553088 139860533729776 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10834656 memory=1915832 CPUtime=0.34 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) S 2406 2419 463 0 -1 1077944384 892 13134 0 0 26 0 5 3 20 0 15 0 405097012 11094687744 41013 33554432000 4194304 4196468 140727940553088 139860532677232 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10834656 memory=2935636 CPUtime=0.42 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) S 2406 2419 463 0 -1 1077944384 1279 13134 0 0 34 0 5 3 20 0 15 0 405097012 11094687744 41013 33554432000 4194304 4196468 140727940553088 139860531624688 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10834656 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11094687744 41013 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10834656 memory=0 CPUtime=0.08 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 405097013 11094687744 41013 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834656 KiB

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

[pid=2419/tid=2485] ppid=2406 vsize=10846976 memory=1796 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10846976 memory=924 CPUtime=0.1 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 429 13134 0 0 1 1 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 79.43 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 671700 KiB

[startup+68.0007 s]*
/proc/loadavg: 1.81 1.63 1.60 3/229 2622
/proc/meminfo: memFree=24324432/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10846976 memory=671700 CPUtime=80.24 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 90572 13134 0 0 7973 43 5 3 20 0 15 0 405096997 11107303424 167925 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2711744 167925 3625 1 0 2673805 0
[pid=2419/tid=2473] ppid=2406 vsize=10846976 memory=590024538083426421 CPUtime=67.66 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 27487 13134 0 0 6743 15 5 3 20 0 15 0 405097006 11107303424 167925 33554432000 4194304 4196468 140727940553088 139861047864608 139860672135143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10846976 memory=0 CPUtime=0.2 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 2650 13134 0 0 10 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10846976 memory=14268756354184856 CPUtime=0.21 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1490 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10846976 memory=0 CPUtime=0.21 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 1558 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10846976 memory=0 CPUtime=0.2 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 421 13134 0 0 10 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10846976 memory=0 CPUtime=0.18 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 2852 13134 0 0 10 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10846976 memory=3472895575524712447 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 22 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859972842464 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10846976 memory=139801185487131 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 11 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859838624768 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10846976 memory=7093353330893307110 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10846976 memory=0 CPUtime=4.32 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) S 2406 2419 463 0 -1 1077944384 19131 13134 0 0 418 6 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860533729776 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10846976 memory=4026532019 CPUtime=4.36 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) S 2406 2419 463 0 -1 1077944384 12845 13134 0 0 424 4 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860532677232 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10846976 memory=288433088892024472 CPUtime=3.4 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) S 2406 2419 463 0 -1 1077944384 19464 13134 0 0 327 5 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860531624688 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10846976 memory=7955407975270779439 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10846976 memory=4715515549592001766 CPUtime=0.1 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 429 13134 0 0 1 1 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 80.24 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 671700 KiB

[startup+68.4008 s]
/proc/loadavg: 1.81 1.63 1.60 3/229 2622
/proc/meminfo: memFree=24324432/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10846976 memory=671700 CPUtime=80.64 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 90573 13134 0 0 8013 43 5 3 20 0 15 0 405096997 11107303424 167925 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2711744 167925 3625 1 0 2673805 0
[pid=2419/tid=2473] ppid=2406 vsize=10846976 memory=1056 CPUtime=68.05 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 27488 13134 0 0 6782 15 5 3 20 0 15 0 405097006 11107303424 167925 33554432000 4194304 4196468 140727940553088 139861047864832 139860671423780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10846976 memory=2828 CPUtime=0.2 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 2650 13134 0 0 10 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10846976 memory=1176 CPUtime=0.21 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1490 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10846976 memory=980 CPUtime=0.21 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 1558 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10846976 memory=14008 CPUtime=0.2 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 421 13134 0 0 10 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10846976 memory=12028 CPUtime=0.18 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 2852 13134 0 0 10 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10846976 memory=23712 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 22 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859972842464 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10846976 memory=2120 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 11 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859838624768 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10846976 memory=496 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10846976 memory=1560 CPUtime=4.32 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) S 2406 2419 463 0 -1 1077944384 19131 13134 0 0 418 6 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860533729776 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10846976 memory=928 CPUtime=4.36 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) S 2406 2419 463 0 -1 1077944384 12845 13134 0 0 424 4 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860532677232 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10846976 memory=2600 CPUtime=3.4 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) S 2406 2419 463 0 -1 1077944384 19464 13134 0 0 327 5 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860531624688 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10846976 memory=2600 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10846976 memory=1724 CPUtime=0.1 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 429 13134 0 0 1 1 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 80.64 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 671700 KiB

[startup+68.8008 s]
/proc/loadavg: 1.81 1.63 1.60 3/229 2622
/proc/meminfo: memFree=24324432/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10846976 memory=671700 CPUtime=81.04 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 90574 13134 0 0 8053 43 5 3 20 0 15 0 405096997 11107303424 167925 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2711744 167925 3625 1 0 2673805 0
[pid=2419/tid=2473] ppid=2406 vsize=10846976 memory=8112282956445269571 CPUtime=68.45 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 27489 13134 0 0 6822 15 5 3 20 0 15 0 405097006 11107303424 167925 33554432000 4194304 4196468 140727940553088 139861047864208 139860674225087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10846976 memory=6943526294502006880 CPUtime=0.21 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 2650 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10846976 memory=6944656592455360604 CPUtime=0.21 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1490 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10846976 memory=6944656592455359580 CPUtime=0.21 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 1558 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10846976 memory=671700 CPUtime=0.2 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 421 13134 0 0 10 2 5 3 20 0 15 0 405097007 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10846976 memory=1796 CPUtime=0.19 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 2852 13134 0 0 11 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10846976 memory=671700 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 22 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859972842464 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10846976 memory=671700 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 11 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859838624768 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10846976 memory=660 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10846976 memory=1556 CPUtime=4.32 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) S 2406 2419 463 0 -1 1077944384 19131 13134 0 0 418 6 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860533729776 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10846976 memory=9588 CPUtime=4.36 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) S 2406 2419 463 0 -1 1077944384 12845 13134 0 0 424 4 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860532677232 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10846976 memory=1712 CPUtime=3.4 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) S 2406 2419 463 0 -1 1077944384 19464 13134 0 0 327 5 5 3 20 0 15 0 405097012 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860531624688 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10846976 memory=5968 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10846976 memory=8112282956445269571 CPUtime=0.1 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 429 13134 0 0 1 1 5 3 20 0 15 0 405097013 11107303424 167925 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 81.04 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 671700 KiB

[startup+68.9044 s]
/proc/loadavg: 1.81 1.63 1.60 3/229 2622
/proc/meminfo: memFree=24324432/32770688 swapFree=66919608/67108860
[pid=2419] ppid=2406 vsize=10846976 memory=671888 CPUtime=81.17 cores=0-3
/proc/2419/stat : 2419 (java) S 2406 2419 463 0 -1 1077944320 92643 13134 0 0 8065 44 5 3 20 0 15 0 405096997 11107303424 167972 33554432000 4194304 4196468 140727940553088 140727940535632 139861076029175 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
/proc/2419/statm: 2711744 167972 3625 1 0 2673805 0
[pid=2419/tid=2473] ppid=2406 vsize=10846976 memory=671700 CPUtime=68.56 cores=0-3
/proc/2419/task/2473/stat : 2473 (java) R 2406 2419 463 0 -1 4202560 29256 13134 0 0 6832 16 5 3 20 0 15 0 405097006 11107303424 167972 33554432000 4194304 4196468 140727940553088 139861047863344 139861059215952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2474] ppid=2406 vsize=10846976 memory=8 CPUtime=0.21 cores=0-3
/proc/2419/task/2474/stat : 2474 (java) S 2406 2419 463 0 -1 1077944384 2650 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167972 33554432000 4194304 4196468 140727940553088 139861080271632 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2475] ppid=2406 vsize=10846976 memory=671700 CPUtime=0.21 cores=0-3
/proc/2419/task/2475/stat : 2475 (java) S 2406 2419 463 0 -1 1077944384 1490 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860984474512 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2476] ppid=2406 vsize=10846976 memory=1176 CPUtime=0.21 cores=0-3
/proc/2419/task/2476/stat : 2476 (java) S 2406 2419 463 0 -1 1077944384 1558 13134 0 0 11 2 5 3 20 0 15 0 405097007 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860983421968 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2477] ppid=2406 vsize=10846976 memory=55 CPUtime=0.2 cores=0-3
/proc/2419/task/2477/stat : 2477 (java) S 2406 2419 463 0 -1 1077944384 421 13134 0 0 10 2 5 3 20 0 15 0 405097007 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860982369424 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2478] ppid=2406 vsize=10846976 memory=1917055 CPUtime=0.19 cores=0-3
/proc/2419/task/2478/stat : 2478 (java) S 2406 2419 463 0 -1 1077944384 2864 13134 0 0 11 0 5 3 20 0 15 0 405097009 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860534781936 139861076040322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2479] ppid=2406 vsize=10846976 memory=279598076541360 CPUtime=0.08 cores=0-3
/proc/2419/task/2479/stat : 2479 (java) S 2406 2419 463 0 -1 1077944384 22 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167972 33554432000 4194304 4196468 140727940553088 139859972842464 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2480] ppid=2406 vsize=10846976 memory=7451295006321238884 CPUtime=0.08 cores=0-3
/proc/2419/task/2480/stat : 2480 (java) S 2406 2419 463 0 -1 1077944384 11 13134 0 0 0 0 5 3 20 0 15 0 405097009 11107303424 167972 33554432000 4194304 4196468 140727940553088 139859838624768 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2481] ppid=2406 vsize=10846976 memory=671700 CPUtime=0.08 cores=0-3
/proc/2419/task/2481/stat : 2481 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097012 11107303424 167972 33554432000 4194304 4196468 140727940553088 139859598334160 139861076047771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2482] ppid=2406 vsize=10846976 memory=1432 CPUtime=4.33 cores=0-3
/proc/2419/task/2482/stat : 2482 (java) R 2406 2419 463 0 -1 4202560 19203 13134 0 0 419 6 5 3 20 0 15 0 405097012 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860533717328 139861056729472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2483] ppid=2406 vsize=10846976 memory=776 CPUtime=4.37 cores=0-3
/proc/2419/task/2483/stat : 2483 (java) S 2406 2419 463 0 -1 1077944384 13035 13134 0 0 425 4 5 3 20 0 15 0 405097012 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860532677232 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2484] ppid=2406 vsize=10846976 memory=675808 CPUtime=3.4 cores=0-3
/proc/2419/task/2484/stat : 2484 (java) S 2406 2419 463 0 -1 1077944384 19535 13134 0 0 327 5 5 3 20 0 15 0 405097012 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860531624688 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2485] ppid=2406 vsize=10846976 memory=2020 CPUtime=0.08 cores=0-3
/proc/2419/task/2485/stat : 2485 (java) S 2406 2419 463 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 405097013 11107303424 167972 33554432000 4194304 4196468 140727940553088 139859564776544 139861076039381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
[pid=2419/tid=2486] ppid=2406 vsize=10846976 memory=671700 CPUtime=0.1 cores=0-3
/proc/2419/task/2486/stat : 2486 (java) S 2406 2419 463 0 -1 1077944384 429 13134 0 0 1 1 5 3 20 0 15 0 405097013 11107303424 167972 33554432000 4194304 4196468 140727940553088 139860530571568 139861076040322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140727940557557 140727940560069 140727940560069 140727940562895 0
Current children cumulated CPU time: 81.17 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 671888 KiB

Child status: 0
Real time (s): 68.9308
CPU time (s): 81.2146
CPU user time (s): 80.7256
CPU system time (s): 0.488973
CPU usage (%): 117.821
Max. virtual memory (cumulated for all children) (KiB): 10849960
Max. memory (cumulated for all children) (KiB): 683508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.7256
system time used= 0.488973
maximum resident set size= 685032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17552
involuntary context switches= 306


# summary of solver processes directly reported to runsolver:
#   pid: 2419
#   total CPU time (s): 81.2146
#   total CPU user time (s): 80.7256
#   total CPU system time (s): 0.488973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.469707 second user time and 0.778629 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-13 20:42:09
IDJOB=4387093
IDBENCH=124113
IDSOLVER=2823
FILE ID=node120/4387093-1568290906
RUNJOBID= node120-1323800386-1292
PBS_JOBID= 21701083
Free space on /tmp= 54688 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387093-1568290906/watcher-4387093-1568290906 -o /tmp/evaluation-result-4387093-1568290906/solver-4387093-1568290906 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1004723039 HOME/instance-4387093-1568290906.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=1004723039

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        22497276 kB
MemAvailable:   28664252 kB
Buffers:          122140 kB
Cached:          6309468 kB
SwapCached:        77012 kB
Active:          4616880 kB
Inactive:        5030432 kB
Active(anon):    3141068 kB
Inactive(anon):   116560 kB
Active(file):    1475812 kB
Inactive(file):  4913872 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             35276 kB
Writeback:             0 kB
AnonPages:       3249772 kB
Mapped:            59364 kB
Shmem:             32812 kB
Slab:             215084 kB
SReclaimable:     186252 kB
SUnreclaim:        28832 kB
KernelStack:        3712 kB
PageTables:        12248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    4123992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3160064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 54652 MiB
End job on node120 at 2011-12-13 20:43:18