Trace number 4304232

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2528.28 681.974

General information on the benchmark

NamePseudoBoolean-opt/
Pb-radar-30-70-45-050-100_c18.xml
MD5SUM23165fcfff40784a2bf31a56a137e510
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark158
Best CPU time to get the best result obtained on this benchmark2400.15
Satisfiable
(Un)Satisfiability was proved
Number of variables10772
Number of constraints12051
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":10772}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":11},{"degree":3,"count":276},{"degree":4,"count":2592},{"degree":5,"count":2714},{"degree":6,"count":4775},{"degree":7,"count":8},{"degree":8,"count":396}]
Minimum constraint arity1
Maximum constraint arity31
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":10198},{"arity":3,"count":51},{"arity":4,"count":82},{"arity":5,"count":78},{"arity":6,"count":82},{"arity":7,"count":76},{"arity":8,"count":83},{"arity":9,"count":58},{"arity":10,"count":61},{"arity":11,"count":69},{"arity":12,"count":86},{"arity":13,"count":92},{"arity":14,"count":114},{"arity":15,"count":121},{"arity":16,"count":124},{"arity":17,"count":119},{"arity":18,"count":133},{"arity":19,"count":96},{"arity":20,"count":100},{"arity":21,"count":81},{"arity":22,"count":45},{"arity":23,"count":37},{"arity":24,"count":21},{"arity":25,"count":17},{"arity":26,"count":7},{"arity":27,"count":13},{"arity":28,"count":2},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":31,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":12051}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.00/0.75	c Concrete v3.9.2.1532736233296 running

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304232-1534048528/watcher-4304232-1534048528 -o /tmp/evaluation-result-4304232-1534048528/solver-4304232-1534048528 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32058 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1173699646 -superng HOME/instance-4304232-1534048528.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=1314, runsolver pid=1311

[startup+0.100102 s]*
/proc/loadavg: 1.47 1.62 1.59 4/211 1371
/proc/meminfo: memFree=17044752/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=10005480 memory=14648 CPUtime=0.1 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 4337 13119 0 0 1 1 5 3 20 0 6 0 222416003 10245611520 3662 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2501370 3662 1932 1 0 2489808 0
[pid=1314/tid=1367] ppid=1311 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) R 1311 1314 30627 0 -1 4202560 2242 13119 0 0 0 0 5 3 20 0 6 0 222416012 10245611520 3794 33554432000 4194304 4196468 140726122874624 139705226465872 139705238709598 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=10005480 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 6 0 222416012 10245611520 3794 33554432000 4194304 4196468 140726122874624 139705258871696 139705254639317 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=10005480 memory=140326426658432 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 222416012 10245611520 3794 33554432000 4194304 4196468 140726122874624 139704794721040 139705254639317 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 222416012 10245611520 3794 33554432000 4194304 4196468 140726122874624 139704793668752 139705254639317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 6 0 222416012 10245611520 3794 33554432000 4194304 4196468 140726122874624 139704792615952 139705254639317 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14648 KiB

[startup+0.210315 s]*
/proc/loadavg: 1.47 1.62 1.59 3/220 1380
/proc/meminfo: memFree=17018592/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=10982696 memory=45432 CPUtime=0.27 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 8688 13119 0 0 16 3 5 3 20 0 15 0 222416003 11246280704 11358 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2745674 11358 2958 1 0 2708109 0
[pid=1314/tid=1367] ppid=1311 vsize=10982696 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) R 1311 1314 30627 0 -1 4202560 5220 13119 0 0 10 1 5 3 20 0 15 0 222416012 11246280704 11358 33554432000 4194304 4196468 140726122874624 139705226426768 139705234904898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=10982696 memory=4294967661 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246280704 11358 33554432000 4194304 4196468 140726122874624 139705258871696 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=10982696 memory=140326426683607 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704794721040 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704793668752 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704792615952 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=10982696 memory=140326426658432 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416014 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704679774320 139705254640258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 13 13119 0 0 0 0 5 3 20 0 15 0 222416014 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704011842336 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416015 11246280704 11358 33554432000 4194304 4196468 140726122874624 139703810516080 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416017 11246280704 11358 33554432000 4194304 4196468 140726122874624 139703503116368 139705254647707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) S 1311 1314 30627 0 -1 1077944384 357 13119 0 0 1 0 5 3 20 0 15 0 222416017 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704678722160 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) S 1311 1314 30627 0 -1 1077944384 264 13119 0 0 1 0 5 3 20 0 15 0 222416017 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704677669360 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=10982696 memory=140326426658432 CPUtime=0.11 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 625 13119 0 0 3 0 5 3 20 0 15 0 222416017 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704676617072 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11246280704 11358 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=10982696 memory=140326426658432 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416018 11246280704 11358 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45432 KiB

[startup+0.311056 s]*
/proc/loadavg: 1.47 1.62 1.59 3/220 1380
/proc/meminfo: memFree=17007304/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=10983192 memory=56760 CPUtime=0.39 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 10693 13119 0 0 28 3 5 3 20 0 15 0 222416003 11246788608 14190 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2745798 14190 3090 1 0 2708109 0
[pid=1314/tid=1367] ppid=1311 vsize=10983192 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) R 1311 1314 30627 0 -1 4202560 7232 13119 0 0 19 2 5 3 20 0 15 0 222416012 11246788608 14190 33554432000 4194304 4196468 140726122874624 139705226431888 139705238709598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=10983192 memory=4294969568 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 14190 33554432000 4194304 4196468 140726122874624 139705258871696 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=10983192 memory=140330721625727 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704794721040 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=10983192 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704793668752 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=10983192 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704792615952 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416014 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704679774320 139705254640258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 13 13119 0 0 0 0 5 3 20 0 15 0 222416014 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704011842336 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416015 11246788608 14190 33554432000 4194304 4196468 140726122874624 139703810516080 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416017 11246788608 14190 33554432000 4194304 4196468 140726122874624 139703503116368 139705254647707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) S 1311 1314 30627 0 -1 1077944384 358 13119 0 0 1 0 5 3 20 0 15 0 222416017 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704678722160 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) S 1311 1314 30627 0 -1 1077944384 264 13119 0 0 1 0 5 3 20 0 15 0 222416017 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704677669360 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=10983192 memory=140326426658432 CPUtime=0.13 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 630 13119 0 0 5 0 5 3 20 0 15 0 222416017 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704676617072 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11246788608 14190 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=10983192 memory=140326426658432 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416018 11246788608 14190 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56760 KiB

[startup+0.700847 s]
/proc/loadavg: 1.47 1.62 1.59 3/220 1380
/proc/meminfo: memFree=16995972/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=10983192 memory=88756 CPUtime=1 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 16872 13119 0 0 87 5 5 3 20 0 15 0 222416003 11246788608 22189 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2745798 22189 3237 1 0 2708109 0
[pid=1314/tid=1367] ppid=1311 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) R 1311 1314 30627 0 -1 4202560 12489 13119 0 0 55 3 5 3 20 0 15 0 222416012 11246788608 22189 33554432000 4194304 4196468 140726122874624 139705226450832 139705254651037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=10983192 memory=140326426657265 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 22189 33554432000 4194304 4196468 140726122874624 139705258871696 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704794721040 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704793668752 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704792615952 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 5 13119 0 0 0 0 5 3 20 0 15 0 222416014 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704679774320 139705254640258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=10983192 memory=2672610510593 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 13 13119 0 0 0 0 5 3 20 0 15 0 222416014 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704011842336 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=10983192 memory=24774508 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416015 11246788608 22189 33554432000 4194304 4196468 140726122874624 139703810516080 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=10983192 memory=-6870929978922938980 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416017 11246788608 22189 33554432000 4194304 4196468 140726122874624 139703503116368 139705254647707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=10983192 memory=6440527216644214867 CPUtime=0.18 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) S 1311 1314 30627 0 -1 1077944384 990 13119 0 0 10 0 5 3 20 0 15 0 222416017 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704678722160 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=10983192 memory=15196 CPUtime=0.14 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) R 1311 1314 30627 0 -1 4202560 501 13119 0 0 6 0 5 3 20 0 15 0 222416017 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704677669360 139705254641046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=10983192 memory=16348 CPUtime=0.21 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 664 13119 0 0 13 0 5 3 20 0 15 0 222416017 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704676617072 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=10983192 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11246788608 22189 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=10983192 memory=33388 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416018 11246788608 22189 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88756 KiB

[startup+1.50072 s]
/proc/loadavg: 1.47 1.62 1.59 3/220 1380
/proc/meminfo: memFree=16953068/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=10991948 memory=198768 CPUtime=3.12 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 23384 13119 0 0 295 9 5 3 20 0 15 0 222416003 11255754752 49692 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2747987 49692 3447 1 0 2709645 0
[pid=1314/tid=1367] ppid=1311 vsize=10991948 memory=2684 CPUtime=1.46 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) R 1311 1314 30627 0 -1 4202560 15199 13119 0 0 131 7 5 3 20 0 15 0 222416012 11255754752 49692 33554432000 4194304 4196468 140726122874624 139705226461280 139704828016504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=10991948 memory=2652 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11255754752 49692 33554432000 4194304 4196468 140726122874624 139705258871696 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=10991948 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704794721040 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=10991948 memory=6442213893536637280 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416012 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704793668752 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=10991948 memory=6156256208138818916 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) S 1311 1314 30627 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 222416012 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704792615952 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=10991948 memory=3824 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 5 13119 0 0 0 0 5 3 20 0 15 0 222416014 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704679774320 139705254640258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 13 13119 0 0 0 0 5 3 20 0 15 0 222416014 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704011842336 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=10991948 memory=140326312505456 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416015 11255754752 49692 33554432000 4194304 4196468 140726122874624 139703810516080 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416017 11255754752 49692 33554432000 4194304 4196468 140726122874624 139703503116368 139705254647707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=10991948 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) R 1311 1314 30627 0 -1 4202560 2744 13119 0 0 63 0 5 3 20 0 15 0 222416017 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704678709920 139705232762673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=10991948 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) R 1311 1314 30627 0 -1 4202560 1826 13119 0 0 57 0 5 3 20 0 15 0 222416017 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704677668496 139705236173416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=10991948 memory=280652624691440 CPUtime=0.51 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 1388 13119 0 0 43 0 5 3 20 0 15 0 222416017 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704676617072 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11255754752 49692 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=10991948 memory=-3472574513799858008 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 222416018 11255754752 49692 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10991948 KiB

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

[pid=1314/tid=1379] ppid=1311 vsize=11073888 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=11073888 memory=2684 CPUtime=0.45 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) R 1311 1314 30627 0 -1 1077944384 870 13119 0 0 27 10 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 2520.82 s
Current children cumulated vsize: 11073888 KiB
Current children cumulated memory: 8095160 KiB

[startup+680.801 s]
/proc/loadavg: 4.66 4.34 3.13 6/220 1533
/proc/meminfo: memFree=8574592/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=11073888 memory=8095160 CPUtime=2523.88 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 1553297 13119 0 0 251335 1045 5 3 20 0 15 0 222416003 11339661312 2023790 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2768472 2023790 3527 1 0 2730125 0
[pid=1314/tid=1367] ppid=1311 vsize=11073888 memory=8095160 CPUtime=42.3 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) S 1311 1314 30627 0 -1 1077944384 71876 13119 0 0 4198 24 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705226463008 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=11073888 memory=2316 CPUtime=612.54 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) R 1311 1314 30627 0 -1 4202560 209039 13119 0 0 60985 261 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705258871592 139705247257319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=11073888 memory=1224 CPUtime=614.61 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) R 1311 1314 30627 0 -1 4202560 309887 13119 0 0 61203 250 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704794720928 139705239326750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=11073888 memory=1792 CPUtime=615.17 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) R 1311 1314 30627 0 -1 4202560 316140 13119 0 0 61257 252 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704793668336 139705247257319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=11073888 memory=876 CPUtime=615.16 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) R 1311 1314 30627 0 -1 4202560 366042 13119 0 0 61273 235 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704792616152 139705239326908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=11073888 memory=5344 CPUtime=12.1 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 253178 13119 0 0 1191 11 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704679772640 139705254639317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=11073888 memory=756 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 30 13119 0 0 0 0 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704011842400 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=11073888 memory=4588 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 6 13119 0 0 0 0 5 3 20 0 15 0 222416015 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703810516096 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=11073888 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 7 13119 0 0 0 0 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703503116016 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=11073888 memory=9664 CPUtime=5.3 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) S 1311 1314 30627 0 -1 1077944384 10285 13119 0 0 520 2 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704678722208 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=11073888 memory=1136 CPUtime=4.98 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) S 1311 1314 30627 0 -1 1077944384 6622 13119 0 0 489 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704677669120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=11073888 memory=1224 CPUtime=1.87 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 7114 13119 0 0 178 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704676617120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=11073888 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=11073888 memory=1832 CPUtime=0.45 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 870 13119 0 0 27 10 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 2523.88 s
Current children cumulated vsize: 11073888 KiB
Current children cumulated memory: 8095160 KiB

[startup+681.601 s]
/proc/loadavg: 4.66 4.34 3.13 6/220 1533
/proc/meminfo: memFree=8574592/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=11073888 memory=8095160 CPUtime=2527.01 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 1553312 13119 0 0 251647 1046 5 3 20 0 15 0 222416003 11339661312 2023790 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2768472 2023790 3527 1 0 2730125 0
[pid=1314/tid=1367] ppid=1311 vsize=11073888 memory=756 CPUtime=42.3 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) S 1311 1314 30627 0 -1 1077944384 71876 13119 0 0 4198 24 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705226463008 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=11073888 memory=8112282956445269571 CPUtime=613.3 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) R 1311 1314 30627 0 -1 4202560 209039 13119 0 0 61060 262 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705258871592 139705247257319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=11073888 memory=8095160 CPUtime=615.41 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) R 1311 1314 30627 0 -1 4202560 309889 13119 0 0 61283 250 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704794720928 139705239579716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=11073888 memory=8095160 CPUtime=615.94 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) R 1311 1314 30627 0 -1 4202560 316140 13119 0 0 61334 252 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704793668336 139705247257319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=11073888 memory=8095160 CPUtime=615.96 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) R 1311 1314 30627 0 -1 4202560 366055 13119 0 0 61353 235 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704792616152 139705236224951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=11073888 memory=8095160 CPUtime=12.1 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 253178 13119 0 0 1191 11 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704679772640 139705254639317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=11073888 memory=16348 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 30 13119 0 0 0 0 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704011842400 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=11073888 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 6 13119 0 0 0 0 5 3 20 0 15 0 222416015 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703810516096 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=11073888 memory=33388 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 7 13119 0 0 0 0 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703503116016 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=11073888 memory=8112282956445269571 CPUtime=5.3 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) S 1311 1314 30627 0 -1 1077944384 10285 13119 0 0 520 2 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704678722208 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=11073888 memory=8095160 CPUtime=4.98 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) S 1311 1314 30627 0 -1 1077944384 6622 13119 0 0 489 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704677669120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=11073888 memory=8095160 CPUtime=1.87 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 7114 13119 0 0 178 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704676617120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=11073888 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=11073888 memory=2684 CPUtime=0.45 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 870 13119 0 0 27 10 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 2527.01 s
Current children cumulated vsize: 11073888 KiB
Current children cumulated memory: 8095160 KiB

[startup+681.801 s]
/proc/loadavg: 4.66 4.34 3.13 6/220 1533
/proc/meminfo: memFree=8574592/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=11073888 memory=8095160 CPUtime=2527.79 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 1553315 13119 0 0 251725 1046 5 3 20 0 15 0 222416003 11339661312 2023790 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2768472 2023790 3527 1 0 2730125 0
[pid=1314/tid=1367] ppid=1311 vsize=11073888 memory=1224 CPUtime=42.3 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) S 1311 1314 30627 0 -1 1077944384 71876 13119 0 0 4198 24 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705226463008 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=11073888 memory=1616 CPUtime=613.49 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) R 1311 1314 30627 0 -1 4202560 209039 13119 0 0 61079 262 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705258871592 139705247257319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=11073888 memory=1832 CPUtime=615.61 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) R 1311 1314 30627 0 -1 4202560 309889 13119 0 0 61303 250 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704794720928 139705239326750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=11073888 memory=8095160 CPUtime=616.13 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) R 1311 1314 30627 0 -1 4202560 316140 13119 0 0 61353 252 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704793668336 139705247257319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=11073888 memory=8112282956445269571 CPUtime=616.16 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) R 1311 1314 30627 0 -1 4202560 366058 13119 0 0 61373 235 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704792616152 139705239580238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=11073888 memory=60608 CPUtime=12.1 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 253178 13119 0 0 1191 11 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704679772640 139705254639317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=11073888 memory=2316 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 30 13119 0 0 0 0 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704011842400 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=11073888 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 6 13119 0 0 0 0 5 3 20 0 15 0 222416015 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703810516096 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=11073888 memory=8095160 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 7 13119 0 0 0 0 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703503116016 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=11073888 memory=876 CPUtime=5.3 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) S 1311 1314 30627 0 -1 1077944384 10285 13119 0 0 520 2 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704678722208 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=11073888 memory=8095160 CPUtime=4.98 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) S 1311 1314 30627 0 -1 1077944384 6622 13119 0 0 489 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704677669120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=11073888 memory=4588 CPUtime=1.87 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 7114 13119 0 0 178 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704676617120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=11073888 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=11073888 memory=9664 CPUtime=0.46 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 870 13119 0 0 27 11 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 2527.79 s
Current children cumulated vsize: 11073888 KiB
Current children cumulated memory: 8095160 KiB

[startup+681.901 s]
/proc/loadavg: 4.66 4.34 3.13 6/220 1533
/proc/meminfo: memFree=8574592/32770624 swapFree=67108688/67108860
[pid=1314] ppid=1311 vsize=11073888 memory=8095160 CPUtime=2528.18 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 30627 0 -1 1077944320 1553317 13119 0 0 251764 1046 5 3 20 0 15 0 222416003 11339661312 2023790 33554432000 4194304 4196468 140726122874624 140726122857168 139705254629111 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
/proc/1314/statm: 2768472 2023790 3527 1 0 2730125 0
[pid=1314/tid=1367] ppid=1311 vsize=11073888 memory=8095160 CPUtime=42.3 cores=0,2,4,6
/proc/1314/task/1367/stat : 1367 (java) S 1311 1314 30627 0 -1 1077944384 71876 13119 0 0 4198 24 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705226463008 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1368] ppid=1311 vsize=11073888 memory=8095160 CPUtime=613.59 cores=0,2,4,6
/proc/1314/task/1368/stat : 1368 (java) R 1311 1314 30627 0 -1 4202560 209039 13119 0 0 61089 262 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139705258871592 139705247257319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1369] ppid=1311 vsize=11073888 memory=8095160 CPUtime=615.71 cores=0,2,4,6
/proc/1314/task/1369/stat : 1369 (java) R 1311 1314 30627 0 -1 4202560 309889 13119 0 0 61313 250 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704794720928 139705236226122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1370] ppid=1311 vsize=11073888 memory=8095160 CPUtime=616.23 cores=0,2,4,6
/proc/1314/task/1370/stat : 1370 (java) R 1311 1314 30627 0 -1 4202560 316140 13119 0 0 61363 252 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704793668336 139705247257319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1371] ppid=1311 vsize=11073888 memory=280652625469136 CPUtime=616.26 cores=0,2,4,6
/proc/1314/task/1371/stat : 1371 (java) R 1311 1314 30627 0 -1 4202560 366060 13119 0 0 61383 235 5 3 20 0 15 0 222416012 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704792616152 139705236225030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1372] ppid=1311 vsize=11073888 memory=8095160 CPUtime=12.1 cores=0,2,4,6
/proc/1314/task/1372/stat : 1372 (java) S 1311 1314 30627 0 -1 1077944384 253178 13119 0 0 1191 11 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704679772640 139705254639317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1373] ppid=1311 vsize=11073888 memory=8095160 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1373/stat : 1373 (java) S 1311 1314 30627 0 -1 1077944384 30 13119 0 0 0 0 5 3 20 0 15 0 222416014 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704011842400 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1374] ppid=1311 vsize=11073888 memory=8095160 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1374/stat : 1374 (java) S 1311 1314 30627 0 -1 1077944384 6 13119 0 0 0 0 5 3 20 0 15 0 222416015 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703810516096 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1375] ppid=1311 vsize=11073888 memory=8095160 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1375/stat : 1375 (java) S 1311 1314 30627 0 -1 1077944384 7 13119 0 0 0 0 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703503116016 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1376] ppid=1311 vsize=11073888 memory=8095160 CPUtime=5.3 cores=0,2,4,6
/proc/1314/task/1376/stat : 1376 (java) S 1311 1314 30627 0 -1 1077944384 10285 13119 0 0 520 2 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704678722208 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1377] ppid=1311 vsize=11073888 memory=8095160 CPUtime=4.98 cores=0,2,4,6
/proc/1314/task/1377/stat : 1377 (java) S 1311 1314 30627 0 -1 1077944384 6622 13119 0 0 489 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704677669120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1378] ppid=1311 vsize=11073888 memory=3824 CPUtime=1.87 cores=0,2,4,6
/proc/1314/task/1378/stat : 1378 (java) S 1311 1314 30627 0 -1 1077944384 7114 13119 0 0 178 1 5 3 20 0 15 0 222416017 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704676617120 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1379] ppid=1311 vsize=11073888 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1379/stat : 1379 (java) S 1311 1314 30627 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139703072320480 139705254639317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
[pid=1314/tid=1380] ppid=1311 vsize=11073888 memory=1792 CPUtime=0.46 cores=0,2,4,6
/proc/1314/task/1380/stat : 1380 (java) S 1311 1314 30627 0 -1 1077944384 870 13119 0 0 27 11 5 3 20 0 15 0 222416018 11339661312 2023790 33554432000 4194304 4196468 140726122874624 139704675563952 139705254640258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13160448 140726122883683 140726122886492 140726122886492 140726122889167 0
Current children cumulated CPU time: 2528.18 s
Current children cumulated vsize: 11073888 KiB
Current children cumulated memory: 8095160 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 681.974
CPU time (s): 2528.28
CPU user time (s): 2517.72
CPU system time (s): 10.5661
CPU usage (%): 370.73
Max. virtual memory (cumulated for all children) (KiB): 11073888
Max. memory (cumulated for all children) (KiB): 8095160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.72
system time used= 10.5661
maximum resident set size= 8095332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1566438
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57194
involuntary context switches= 33647


# summary of solver processes directly reported to runsolver:
#   pid: 1314
#   total CPU time (s): 2528.28
#   total CPU user time (s): 2517.72
#   total CPU system time (s): 10.5661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.3508 second user time and 6.69667 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 06:35:28
IDJOB=4304232
IDBENCH=141116
IDSOLVER=2781
FILE ID=node134/4304232-1534048528
RUNJOBID= node134-1534038702-32058
PBS_JOBID= 21036961
Free space on /tmp= 42288 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-radar-30-70-45-050-100_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304232-1534048528/watcher-4304232-1534048528 -o /tmp/evaluation-result-4304232-1534048528/solver-4304232-1534048528 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32058 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1173699646 -superng HOME/instance-4304232-1534048528.xml

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

MD5SUM BENCH= 23165fcfff40784a2bf31a56a137e510
RANDOM SEED=1173699646

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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:        17049704 kB
MemAvailable:   30681748 kB
Buffers:          182440 kB
Cached:         13596968 kB
SwapCached:           52 kB
Active:          5730240 kB
Inactive:        9324320 kB
Active(anon):    1224492 kB
Inactive(anon):   103128 kB
Active(file):    4505748 kB
Inactive(file):  9221192 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             27260 kB
Writeback:             0 kB
AnonPages:       1282788 kB
Mapped:            67072 kB
Shmem:             49652 kB
Slab:             361976 kB
SReclaimable:     333564 kB
SUnreclaim:        28412 kB
KernelStack:        3648 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2324232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1069056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42260 MiB
End job on node134 at 2018-08-12 06:46:50