Trace number 4304910

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.9.2-SuperNGUNSAT 38.4297 21.4603

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f10_c18.xml
MD5SUM597c97ebbfec0748b52bd546c50d9854
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.24668
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":2},{"size":19,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":34,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
38.35/21.43	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304910-1534056372/watcher-4304910-1534056372 -o /tmp/evaluation-result-4304910-1534056372/solver-4304910-1534056372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=846005930 -superng HOME/instance-4304910-1534056372.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=15392, runsolver pid=15389

[startup+0.102323 s]*
/proc/loadavg: 1.41 1.54 1.60 2/206 15449
/proc/meminfo: memFree=24164640/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=10005480 memory=17072 CPUtime=0.09 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 4446 13209 0 0 1 0 5 3 20 0 6 0 223200373 10245611520 4268 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2501370 4268 1934 1 0 2489808 0
[pid=15392/tid=15445] ppid=15389 vsize=10005480 memory=4279135703946853774 CPUtime=0.09 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 2251 13209 0 0 1 0 5 3 20 0 6 0 223200383 10245611520 4268 33554432000 4194304 4196468 140727718592752 140040943014480 140040955264148 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 6 0 223200383 10245611520 4268 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=10005480 memory=140496470935168 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 6 0 223200383 10245611520 4268 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 6 0 223200383 10245611520 4268 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 6 0 223200383 10245611520 4268 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.209915 s]*
/proc/loadavg: 1.41 1.54 1.60 3/215 15458
/proc/meminfo: memFree=24142848/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=10982744 memory=44984 CPUtime=0.26 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 7885 13209 0 0 17 1 5 3 20 0 15 0 223200373 11246329856 11246 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2745686 11246 2975 1 0 2708109 0
[pid=15392/tid=15445] ppid=15389 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 4485 13209 0 0 10 1 5 3 20 0 15 0 223200383 11246329856 11246 33554432000 4194304 4196468 140727718592752 140040942974640 140040951453468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=10982744 memory=140496470935168 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=10982744 memory=140496470935168 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 13 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246329856 11312 33554432000 4194304 4196468 140727718592752 140039824598048 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246329856 11312 33554432000 4194304 4196468 140727718592752 140039623271280 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11246329856 11312 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) S 15389 15392 10336 0 -1 1077944384 476 13209 0 0 1 0 5 3 20 0 15 0 223200388 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040072899440 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) S 15389 15392 10336 0 -1 1077944384 134 13209 0 0 0 0 5 3 20 0 15 0 223200388 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040071846640 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=10982744 memory=140496470935168 CPUtime=0.11 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 607 13209 0 0 3 0 5 3 20 0 15 0 223200388 11246329856 11312 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11246329856 11312 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=10982744 memory=140496470935168 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200389 11246329856 11378 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44984 KiB

[startup+0.310228 s]*
/proc/loadavg: 1.41 1.54 1.60 3/215 15458
/proc/meminfo: memFree=24131560/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=10983192 memory=56212 CPUtime=0.39 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 10542 13209 0 0 28 3 5 3 20 0 15 0 223200373 11246788608 14053 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2745798 14053 3094 1 0 2708109 0
[pid=15392/tid=15445] ppid=15389 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 7093 13209 0 0 19 2 5 3 20 0 15 0 223200383 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040942989728 140040956343374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 13 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246788608 14053 33554432000 4194304 4196468 140727718592752 140039824598048 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246788608 14053 33554432000 4194304 4196468 140727718592752 140039623271280 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11246788608 14053 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) S 15389 15392 10336 0 -1 1077944384 477 13209 0 0 2 0 5 3 20 0 15 0 223200388 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040072899440 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) S 15389 15392 10336 0 -1 1077944384 134 13209 0 0 1 0 5 3 20 0 15 0 223200388 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040071846640 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 618 13209 0 0 5 0 5 3 20 0 15 0 223200388 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11246788608 14053 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200389 11246788608 14053 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56212 KiB

[startup+0.700786 s]
/proc/loadavg: 1.41 1.54 1.60 3/215 15458
/proc/meminfo: memFree=24120520/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=10983192 memory=88592 CPUtime=1 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 16750 13209 0 0 88 4 5 3 20 0 15 0 223200373 11246788608 22148 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2745798 22148 3241 1 0 2708109 0
[pid=15392/tid=15445] ppid=15389 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 12246 13209 0 0 56 3 5 3 20 0 15 0 223200383 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040942998544 140040954364528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=10983192 memory=3712 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200383 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 5 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 13 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246788608 22148 33554432000 4194304 4196468 140727718592752 140039824598048 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200385 11246788608 22148 33554432000 4194304 4196468 140727718592752 140039623271280 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11246788608 22148 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) S 15389 15392 10336 0 -1 1077944384 854 13209 0 0 7 0 5 3 20 0 15 0 223200388 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040072899440 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=10983192 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) S 15389 15392 10336 0 -1 1077944384 730 13209 0 0 10 0 5 3 20 0 15 0 223200388 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040071846640 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 697 13209 0 0 13 0 5 3 20 0 15 0 223200388 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11246788608 22148 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200389 11246788608 22148 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88592 KiB

[startup+1.50071 s]
/proc/loadavg: 1.41 1.54 1.60 3/215 15458
/proc/meminfo: memFree=24074360/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=10993996 memory=231688 CPUtime=3.08 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 24674 13209 0 0 291 9 5 3 20 0 15 0 223200373 11257851904 57922 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2748499 57922 3456 1 0 2710157 0
[pid=15392/tid=15445] ppid=15389 vsize=10993996 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 15470 13209 0 0 129 7 5 3 20 0 15 0 223200383 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040943010512 140040963414846 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 72 13209 0 0 0 0 5 3 20 0 15 0 223200383 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 284 13209 0 0 0 0 5 3 20 0 15 0 223200383 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 223200383 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 59 13209 0 0 0 0 5 3 20 0 15 0 223200383 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=10993996 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 31 13209 0 0 0 0 5 3 20 0 15 0 223200385 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=10993996 memory=280992732489984 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 13 13209 0 0 0 0 5 3 20 0 15 0 223200385 11257851904 57922 33554432000 4194304 4196468 140727718592752 140039824598048 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 223200385 11257851904 57922 33554432000 4194304 4196468 140727718592752 140039623271280 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=10993996 memory=1828 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11257851904 57922 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=10993996 memory=1120 CPUtime=0.58 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) R 15389 15392 10336 0 -1 4202560 2654 13209 0 0 50 0 5 3 20 0 15 0 223200388 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040072885464 140040952723321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=10993996 memory=6116 CPUtime=0.62 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) R 15389 15392 10336 0 -1 4202560 1794 13209 0 0 54 0 5 3 20 0 15 0 223200388 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040071837472 140040952722680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=10993996 memory=1724 CPUtime=0.63 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 2113 13209 0 0 55 0 5 3 20 0 15 0 223200388 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=10993996 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11257851904 57922 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=10993996 memory=3516 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 223200389 11257851904 57922 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 10993996 KiB

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

[pid=15392/tid=15457] ppid=15389 vsize=11014496 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 295420 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=11014496 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 391 13209 0 0 0 0 5 3 20 0 15 0 223200389 11278843904 295420 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 32.48 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1181680 KiB

[startup+19.2008 s]
/proc/loadavg: 1.80 1.61 1.62 5/216 15459
/proc/meminfo: memFree=22762448/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=11014496 memory=1420524 CPUtime=36.06 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 85281 13209 0 0 3540 58 5 3 20 0 15 0 223200373 11278843904 355131 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2753624 355131 3533 1 0 2715277 0
[pid=15392/tid=15445] ppid=15389 vsize=11014496 memory=6791534058613427641 CPUtime=18.3 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 39975 13209 0 0 1798 24 5 3 20 0 15 0 223200383 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040943005392 140040535763884 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=11014496 memory=3712 CPUtime=0.29 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 1357 13209 0 0 16 5 5 3 20 0 15 0 223200383 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=11014496 memory=60672 CPUtime=0.32 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 789 13209 0 0 20 4 5 3 20 0 15 0 223200383 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=11014496 memory=1064 CPUtime=0.31 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 761 13209 0 0 18 5 5 3 20 0 15 0 223200383 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=11014496 memory=60672 CPUtime=0.32 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 976 13209 0 0 19 5 5 3 20 0 15 0 223200383 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=11014496 memory=1064 CPUtime=0.15 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 3014 13209 0 0 7 0 5 3 20 0 15 0 223200385 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=11014496 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 22 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 355131 33554432000 4194304 4196468 140727718592752 140039824598112 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=11014496 memory=1740 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 15 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 355131 33554432000 4194304 4196468 140727718592752 140039623271296 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=11014496 memory=8996 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 355131 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=11014496 memory=1181636 CPUtime=6.94 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) S 15389 15392 10336 0 -1 1077944384 12038 13209 0 0 683 3 5 3 20 0 15 0 223200388 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040072899440 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=11014496 memory=60672 CPUtime=7.06 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) R 15389 15392 10336 0 -1 4202560 12922 13209 0 0 695 3 5 3 20 0 15 0 223200388 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040071846640 140040950394879 0 4 0 16800975 0 0 0 -1 0 0 0 52 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=11014496 memory=1064 CPUtime=2.9 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 10823 13209 0 0 278 4 5 3 20 0 15 0 223200388 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=11014496 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 355131 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=11014496 memory=1740 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 391 13209 0 0 0 0 5 3 20 0 15 0 223200389 11278843904 355131 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 36.06 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1420524 KiB

[startup+20.8008 s]
/proc/loadavg: 1.80 1.61 1.62 3/216 15459
/proc/meminfo: memFree=22758104/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=11014496 memory=1424208 CPUtime=37.75 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 86567 13209 0 0 3709 58 5 3 20 0 15 0 223200373 11278843904 356052 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2753624 356052 3533 1 0 2715277 0
[pid=15392/tid=15445] ppid=15389 vsize=11014496 memory=1424120 CPUtime=19.89 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 40049 13209 0 0 1957 24 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040943005280 140040529202365 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=11014496 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 1359 13209 0 0 17 5 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=11014496 memory=1424120 CPUtime=0.32 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 791 13209 0 0 20 4 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=11014496 memory=9126232286719478932 CPUtime=0.31 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 761 13209 0 0 18 5 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=11014496 memory=1419912 CPUtime=0.33 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 994 13209 0 0 20 5 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=11014496 memory=6791534058613427641 CPUtime=0.15 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 3015 13209 0 0 7 0 5 3 20 0 15 0 223200385 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=11014496 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 22 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 356052 33554432000 4194304 4196468 140727718592752 140039824598112 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=11014496 memory=1168 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 15 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 356052 33554432000 4194304 4196468 140727718592752 140039623271296 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=11014496 memory=2140 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=11014496 memory=2180 CPUtime=6.94 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) S 15389 15392 10336 0 -1 1077944384 12038 13209 0 0 683 3 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040072899440 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=11014496 memory=924 CPUtime=7.13 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) S 15389 15392 10336 0 -1 1077944384 13248 13209 0 0 702 3 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040071846640 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=11014496 memory=280992732614240 CPUtime=2.9 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 11685 13209 0 0 278 4 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=11014496 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=11014496 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 392 13209 0 0 0 0 5 3 20 0 15 0 223200389 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 37.75 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1424208 KiB

[startup+21.2008 s]
/proc/loadavg: 1.80 1.61 1.62 3/216 15459
/proc/meminfo: memFree=22758104/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=11014496 memory=1424208 CPUtime=38.15 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 86916 13209 0 0 3749 58 5 3 20 0 15 0 223200373 11278843904 356052 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2753624 356052 3533 1 0 2715277 0
[pid=15392/tid=15445] ppid=15389 vsize=11014496 memory=4872558044660077418 CPUtime=20.29 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 40049 13209 0 0 1997 24 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040943011896 140040529170124 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=11014496 memory=288291082108929582 CPUtime=0.3 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 1359 13209 0 0 17 5 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=11014496 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 791 13209 0 0 20 4 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=11014496 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 761 13209 0 0 18 5 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=11014496 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 994 13209 0 0 20 5 5 3 20 0 15 0 223200383 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=11014496 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 3015 13209 0 0 7 0 5 3 20 0 15 0 223200385 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=11014496 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 22 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 356052 33554432000 4194304 4196468 140727718592752 140039824598112 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=11014496 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 15 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 356052 33554432000 4194304 4196468 140727718592752 140039623271296 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=11014496 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=11014496 memory=7447093755344479826 CPUtime=6.94 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) S 15389 15392 10336 0 -1 1077944384 12038 13209 0 0 683 3 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040072899440 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=11014496 memory=7451894300419318880 CPUtime=7.13 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) S 15389 15392 10336 0 -1 1077944384 13248 13209 0 0 702 3 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040071846640 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=11014496 memory=7295940524721464403 CPUtime=2.91 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 12034 13209 0 0 279 4 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=11014496 memory=7649399388576691505 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 356052 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=11014496 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 392 13209 0 0 0 0 5 3 20 0 15 0 223200389 11278843904 356052 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 38.15 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1424208 KiB

[startup+21.4008 s]
/proc/loadavg: 1.80 1.61 1.62 3/216 15459
/proc/meminfo: memFree=22758104/32770624 swapFree=67108860/67108860
[pid=15392] ppid=15389 vsize=11014496 memory=1430352 CPUtime=38.35 cores=0,2,4,6
/proc/15392/stat : 15392 (java) S 15389 15392 10336 0 -1 1077944320 87087 13209 0 0 3769 58 5 3 20 0 15 0 223200373 11278843904 357588 33554432000 4194304 4196468 140727718592752 140727718575296 140040971177719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
/proc/15392/statm: 2753624 357588 3533 1 0 2715277 0
[pid=15392/tid=15445] ppid=15389 vsize=11014496 memory=288230621803970871 CPUtime=20.5 cores=0,2,4,6
/proc/15392/task/15445/stat : 15445 (java) R 15389 15392 10336 0 -1 4202560 40056 13209 0 0 2017 25 5 3 20 0 15 0 223200383 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040943008656 140040535862076 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15446] ppid=15389 vsize=11014496 memory=15262549360773481 CPUtime=0.3 cores=0,2,4,6
/proc/15392/task/15446/stat : 15446 (java) S 15389 15392 10336 0 -1 1077944384 1359 13209 0 0 17 5 5 3 20 0 15 0 223200383 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040975420560 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15447] ppid=15389 vsize=11014496 memory=7526486018442672184 CPUtime=0.32 cores=0,2,4,6
/proc/15392/task/15447/stat : 15447 (java) S 15389 15392 10336 0 -1 1077944384 791 13209 0 0 20 4 5 3 20 0 15 0 223200383 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040840756240 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15448] ppid=15389 vsize=11014496 memory=7307743863146763112 CPUtime=0.31 cores=0,2,4,6
/proc/15392/task/15448/stat : 15448 (java) S 15389 15392 10336 0 -1 1077944384 761 13209 0 0 18 5 5 3 20 0 15 0 223200383 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040839703440 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15449] ppid=15389 vsize=11014496 memory=6011581402601046114 CPUtime=0.33 cores=0,2,4,6
/proc/15392/task/15449/stat : 15449 (java) S 15389 15392 10336 0 -1 1077944384 994 13209 0 0 20 5 5 3 20 0 15 0 223200383 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040838650640 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15450] ppid=15389 vsize=11014496 memory=-8253362802185449392 CPUtime=0.15 cores=0,2,4,6
/proc/15392/task/15450/stat : 15450 (java) S 15389 15392 10336 0 -1 1077944384 3015 13209 0 0 7 0 5 3 20 0 15 0 223200385 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040073951600 140040971188866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15451] ppid=15389 vsize=11014496 memory=4426639978525455914 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15451/stat : 15451 (java) S 15389 15392 10336 0 -1 1077944384 22 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 357588 33554432000 4194304 4196468 140727718592752 140039824598112 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15452] ppid=15389 vsize=11014496 memory=4134606225630022328 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15452/stat : 15452 (java) S 15389 15392 10336 0 -1 1077944384 15 13209 0 0 0 0 5 3 20 0 15 0 223200385 11278843904 357588 33554432000 4194304 4196468 140727718592752 140039623271296 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15453] ppid=15389 vsize=11014496 memory=1399101729854431836 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15453/stat : 15453 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 357588 33554432000 4194304 4196468 140727718592752 140039315871568 140040971196315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15454] ppid=15389 vsize=11014496 memory=-1088251628401078322 CPUtime=6.94 cores=0,2,4,6
/proc/15392/task/15454/stat : 15454 (java) S 15389 15392 10336 0 -1 1077944384 12202 13209 0 0 683 3 5 3 20 0 15 0 223200388 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040072899440 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15455] ppid=15389 vsize=11014496 memory=-1664385933527516014 CPUtime=7.13 cores=0,2,4,6
/proc/15392/task/15455/stat : 15455 (java) S 15389 15392 10336 0 -1 1077944384 13248 13209 0 0 702 3 5 3 20 0 15 0 223200388 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040071846640 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15456] ppid=15389 vsize=11014496 memory=-6948614817169703622 CPUtime=2.91 cores=0,2,4,6
/proc/15392/task/15456/stat : 15456 (java) S 15389 15392 10336 0 -1 1077944384 12034 13209 0 0 279 4 5 3 20 0 15 0 223200388 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040070793840 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15457] ppid=15389 vsize=11014496 memory=-2895008908443675764 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15457/stat : 15457 (java) S 15389 15392 10336 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 223200388 11278843904 357588 33554432000 4194304 4196468 140727718592752 140038885075680 140040971187925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
[pid=15392/tid=15458] ppid=15389 vsize=11014496 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15392/task/15458/stat : 15458 (java) S 15389 15392 10336 0 -1 1077944384 392 13209 0 0 0 0 5 3 20 0 15 0 223200389 11278843904 357588 33554432000 4194304 4196468 140727718592752 140040069741232 140040971188866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 33026048 140727718595172 140727718597980 140727718597980 140727718600655 0
Current children cumulated CPU time: 38.35 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1430352 KiB

Child status: 0
Real time (s): 21.4603
CPU time (s): 38.4297
CPU user time (s): 37.7885
CPU system time (s): 0.641222
CPU usage (%): 179.073
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 1430352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.7885
system time used= 0.641222
maximum resident set size= 1446812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101130
page faults= 0
swaps= 0
block input operations= 3720
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10077
involuntary context switches= 305


# summary of solver processes directly reported to runsolver:
#   pid: 15392
#   total CPU time (s): 38.4297
#   total CPU user time (s): 37.7885
#   total CPU system time (s): 0.641222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157682 second user time and 0.237164 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 08:46:12
IDJOB=4304910
IDBENCH=141181
IDSOLVER=2781
FILE ID=node107/4304910-1534056372
RUNJOBID= node107-1534039308-11488
PBS_JOBID= 21036970
Free space on /tmp= 39308 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304910-1534056372/watcher-4304910-1534056372 -o /tmp/evaluation-result-4304910-1534056372/solver-4304910-1534056372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=846005930 -superng HOME/instance-4304910-1534056372.xml

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

MD5SUM BENCH= 597c97ebbfec0748b52bd546c50d9854
RANDOM SEED=846005930

node107.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.40
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.40
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.40
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.40
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:        24173984 kB
MemAvailable:   31300748 kB
Buffers:          193272 kB
Cached:          7125888 kB
SwapCached:            0 kB
Active:          4294116 kB
Inactive:        3683336 kB
Active(anon):     607972 kB
Inactive(anon):   103432 kB
Active(file):    3686144 kB
Inactive(file):  3579904 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26584 kB
Writeback:             0 kB
AnonPages:        729412 kB
Mapped:            65164 kB
Shmem:             49804 kB
Slab:             318140 kB
SReclaimable:     289176 kB
SUnreclaim:        28964 kB
KernelStack:        3520 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1772420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39280 MiB
End job on node107 at 2018-08-12 08:46:33