Trace number 4307767

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
OscaR - Conflict Ordering 2018-08-14UNSAT 11.226 5.7796

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

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 757483690
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
6.44/2.44	c Parsing done, starting search...
11.13/5.76	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 (13022 MiB free)
  memory of node 1: 16384 MiB (11042 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307767-1534258066/watcher-4307767-1534258066 -o /tmp/evaluation-result-4307767-1534258066/solver-4307767-1534258066 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534258055-12152 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 757483690 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307767-1534258066.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12349, runsolver pid=12346
Current StackSize limit: 8192 KiB


[startup+0.105618 s]*
/proc/loadavg: 0.46 0.11 0.08 4/217 12364
/proc/meminfo: memFree=24622976/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14082736 memory=32292 CPUtime=0.12 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 6515 0 0 0 11 1 0 0 20 0 15 0 243369781 14420721664 8073 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3520684 8073 3139 1 0 3482761 0
[pid=12349/tid=12351] ppid=12346 vsize=14082736 memory=-6966721798027829888 CPUtime=0.1 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 4627 0 0 0 9 1 0 0 20 0 15 0 243369781 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613828700464 140613804787484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14082736 memory=5793855740821928377 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369783 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369784 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613297747616 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369784 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613296694512 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14420721664 8139 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12120 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 243369786 14420721664 8205 33554432000 4194304 4196468 140736882738432 140613294590192 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14420721664 8205 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12120 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 243369786 14420721664 8205 33554432000 4194304 4196468 140736882738432 140613292484592 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14420721664 8205 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369787 14420721664 8205 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32292 KiB

[startup+0.210387 s]*
/proc/loadavg: 0.46 0.11 0.08 6/217 12364
/proc/meminfo: memFree=24611568/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14082736 memory=47296 CPUtime=0.29 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 9907 0 0 0 27 2 0 0 20 0 15 0 243369781 14420721664 11824 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3520684 11824 3337 1 0 3482761 0
[pid=12349/tid=12351] ppid=12346 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 7706 0 0 0 18 1 0 0 20 0 15 0 243369781 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613828738272 140613816748862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14082736 memory=4211974216016825738 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369783 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369784 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613297747616 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369784 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613296694512 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) R 12346 12349 12120 0 -1 4202560 368 0 0 0 1 0 0 0 20 0 15 0 243369786 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613294580304 140613816748862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) R 12346 12349 12120 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 15 0 243369786 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0.05 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) R 12346 12349 12120 0 -1 4202560 281 0 0 0 5 0 0 0 20 0 15 0 243369786 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613292480352 140613420843129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369787 14420721664 11824 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47296 KiB

[startup+0.310401 s]*
/proc/loadavg: 0.46 0.11 0.08 3/217 12364
/proc/meminfo: memFree=24608404/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14082736 memory=50700 CPUtime=0.44 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 10331 0 0 0 41 3 0 0 20 0 15 0 243369781 14420721664 12675 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3520684 12675 3373 1 0 3482761 0
[pid=12349/tid=12351] ppid=12346 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 8043 0 0 0 28 2 0 0 20 0 15 0 243369781 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613828723248 140613807698544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14082736 memory=4211974216016825738 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14082736 memory=140489812037565 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14082736 memory=140489655441729 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14082736 memory=140489655438799 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369782 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14082736 memory=140489812047346 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369783 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14082736 memory=140489655447983 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369784 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613297747616 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14082736 memory=280979310886800 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369784 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613296694512 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14082736 memory=280979310884496 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12120 0 -1 1077944384 436 0 0 0 3 0 0 0 20 0 15 0 243369786 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613294590192 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12120 0 -1 1077944384 179 0 0 0 2 0 0 0 20 0 15 0 243369786 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0.08 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12120 0 -1 1077944384 291 0 0 0 8 0 0 0 20 0 15 0 243369786 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613292484592 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14082736 memory=140489812035200 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369787 14420721664 12675 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50700 KiB

[startup+0.700794 s]
/proc/loadavg: 0.46 0.11 0.08 3/217 12364
/proc/meminfo: memFree=24584468/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14084804 memory=88836 CPUtime=0.98 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 17116 0 0 0 94 4 0 0 20 0 15 0 243369781 14422839296 22209 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3521201 22209 3497 1 0 3483273 0
[pid=12349/tid=12351] ppid=12346 vsize=14084804 memory=1120 CPUtime=0.67 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 14449 0 0 0 64 3 0 0 20 0 15 0 243369781 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613828734336 140613808592222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14084804 memory=6064 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369782 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369782 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369783 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369784 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613297747616 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369784 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613296694512 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14084804 memory=216 CPUtime=0.08 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12120 0 -1 1077944384 584 0 0 0 8 0 0 0 20 0 15 0 243369786 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613294590192 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12120 0 -1 1077944384 343 0 0 0 7 0 0 0 20 0 15 0 243369786 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14084804 memory=690 CPUtime=0.14 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12120 0 -1 1077944384 358 0 0 0 14 0 0 0 20 0 15 0 243369786 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613292484592 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14084804 memory=280979311070704 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369787 14422839296 22209 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88836 KiB

[startup+1.50862 s]
/proc/loadavg: 0.46 0.11 0.08 4/217 12364
/proc/meminfo: memFree=24472828/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14088900 memory=228408 CPUtime=3.51 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 21908 0 0 0 342 9 0 0 20 0 15 0 243369781 14427033600 57068 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3522225 57102 3560 1 0 3484297 0
[pid=12349/tid=12351] ppid=12346 vsize=14088900 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 16163 0 0 0 139 6 0 0 20 0 15 0 243369781 14427033600 57102 33554432000 4194304 4196468 140736882738432 140613828748232 140613427662996 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 243369782 14427033600 57102 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14088900 memory=-6223234201447261285 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 243369782 14427033600 57102 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14088900 memory=-7017000033731957294 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 243369782 14427033600 57102 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14088900 memory=4947376408581938048 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 243369782 14427033600 57102 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14088900 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 243369783 14427033600 57102 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0

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

[pid=12349/tid=12363] ppid=12346 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 66414 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 66414 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 265656 KiB

[startup+4.80071 s]
/proc/loadavg: 0.42 0.11 0.08 4/217 12364
/proc/meminfo: memFree=24394708/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14090948 memory=343832 CPUtime=10.18 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 31792 0 0 0 1003 15 0 0 20 0 15 0 243369781 14429130752 85958 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3522737 85958 3573 1 0 3484809 0
[pid=12349/tid=12351] ppid=12346 vsize=14090948 memory=-3472574513799858008 CPUtime=4.44 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 17695 0 0 0 436 8 0 0 20 0 15 0 243369781 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613828746928 140613432273970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14090948 memory=-6305717213006881920 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 15 0 243369782 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14090948 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 81 0 0 0 1 1 0 0 20 0 15 0 243369782 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 243369782 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14090948 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 15 0 243369782 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14090948 memory=10 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 243369783 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14090948 memory=7100839887320092558 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613297747680 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14090948 memory=234548 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613296694528 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14090948 memory=0 CPUtime=2.32 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12120 0 -1 1077944384 4534 0 0 0 232 0 0 0 20 0 15 0 243369786 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613294590192 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14090948 memory=271888 CPUtime=2.23 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12120 0 -1 1077944384 3271 0 0 0 223 0 0 0 20 0 15 0 243369786 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14090948 memory=288230596050944315 CPUtime=1.02 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12120 0 -1 1077944384 4192 0 0 0 101 1 0 0 20 0 15 0 243369786 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613292484592 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14090948 memory=15258134151170443 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 85958 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 343832 KiB

[startup+5.20066 s]
/proc/loadavg: 0.42 0.11 0.08 3/217 12364
/proc/meminfo: memFree=24318300/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14090948 memory=404320 CPUtime=10.63 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 33856 0 0 0 1044 19 0 0 20 0 15 0 243369781 14429130752 101080 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3522737 101080 3581 1 0 3484809 0
[pid=12349/tid=12351] ppid=12346 vsize=14090948 memory=288230596050944315 CPUtime=4.81 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 17735 0 0 0 473 8 0 0 20 0 15 0 243369781 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613828749952 140613432544128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14090948 memory=15258134151170443 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 164 0 0 0 2 1 0 0 20 0 15 0 243369782 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14090948 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 1452 0 0 0 2 1 0 0 20 0 15 0 243369782 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14090948 memory=6154820267226784105 CPUtime=0.04 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 273 0 0 0 3 1 0 0 20 0 15 0 243369782 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14090948 memory=6944656592455097440 CPUtime=0.04 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 82 0 0 0 3 1 0 0 20 0 15 0 243369782 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14090948 memory=18616 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 761 0 0 0 1 0 0 0 20 0 15 0 243369783 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14090948 memory=280979311376560 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613297747680 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14090948 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613296694528 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14090948 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14090948 memory=6943526294502006880 CPUtime=2.32 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12120 0 -1 1077944384 4534 0 0 0 232 0 0 0 20 0 15 0 243369786 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613294590192 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14090948 memory=6944656592455359580 CPUtime=2.23 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12120 0 -1 1077944384 3271 0 0 0 223 0 0 0 20 0 15 0 243369786 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14090948 memory=1537 CPUtime=1.02 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12120 0 -1 1077944384 4192 0 0 0 101 1 0 0 20 0 15 0 243369786 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613292484592 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14090948 memory=3544931252429010994 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14090948 memory=315160 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 101080 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 10.63 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 404320 KiB

[startup+5.60069 s]
/proc/loadavg: 0.42 0.11 0.08 3/217 12364
/proc/meminfo: memFree=24318300/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14090948 memory=404324 CPUtime=11.03 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 34627 0 0 0 1084 19 0 0 20 0 15 0 243369781 14429130752 101081 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3522737 101081 3581 1 0 3484809 0
[pid=12349/tid=12351] ppid=12346 vsize=14090948 memory=4641047807512697188 CPUtime=5.21 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 17735 0 0 0 513 8 0 0 20 0 15 0 243369781 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613828749952 140613432562356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14090948 memory=353661895 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 164 0 0 0 2 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14090948 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 1452 0 0 0 2 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14090948 memory=6943526294502006880 CPUtime=0.04 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 273 0 0 0 3 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14090948 memory=11192 CPUtime=0.04 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 82 0 0 0 3 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14090948 memory=752 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 761 0 0 0 1 0 0 0 20 0 15 0 243369783 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14090948 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613297747680 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14090948 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613296694528 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14090948 memory=6064 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14090948 memory=1724 CPUtime=2.32 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12120 0 -1 1077944384 4534 0 0 0 232 0 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613294590192 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14090948 memory=4004 CPUtime=2.23 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12120 0 -1 1077944384 3271 0 0 0 223 0 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14090948 memory=3516 CPUtime=1.02 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12120 0 -1 1077944384 4192 0 0 0 101 1 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613292484592 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14090948 memory=872 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14090948 memory=1288 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 783 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 11.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 404324 KiB

[startup+5.70069 s]
/proc/loadavg: 0.42 0.11 0.08 3/217 12364
/proc/meminfo: memFree=24318300/32770624 swapFree=67108524/67108860
[pid=12349] ppid=12346 vsize=14090948 memory=404324 CPUtime=11.13 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12346 12349 12120 0 -1 1077944320 34627 0 0 0 1094 19 0 0 20 0 15 0 243369781 14429130752 101081 33554432000 4194304 4196468 140736882738432 140736882720976 140613824511735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
/proc/12349/statm: 3522737 101081 3581 1 0 3484809 0
[pid=12349/tid=12351] ppid=12346 vsize=14090948 memory=7235710566141946944 CPUtime=5.31 cores=1,3,5,7
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12120 0 -1 4202560 17735 0 0 0 523 8 0 0 20 0 15 0 243369781 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613828749952 140613432548913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12352] ppid=12346 vsize=14090948 memory=404324 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12120 0 -1 1077944384 164 0 0 0 2 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613754599952 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12353] ppid=12346 vsize=14090948 memory=280979311178288 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12120 0 -1 1077944384 1452 0 0 0 2 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613753547408 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12354] ppid=12346 vsize=14090948 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12120 0 -1 1077944384 273 0 0 0 3 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613752494352 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12355] ppid=12346 vsize=14090948 memory=-6223234201447261285 CPUtime=0.04 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12120 0 -1 1077944384 82 0 0 0 3 1 0 0 20 0 15 0 243369782 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613751441808 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12356] ppid=12346 vsize=14090948 memory=-7017000033731957294 CPUtime=0.01 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12120 0 -1 1077944384 761 0 0 0 1 0 0 0 20 0 15 0 243369783 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613298801392 140613824522882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12357] ppid=12346 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12120 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613297747680 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12358] ppid=12346 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12120 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 243369784 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613296694528 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12359] ppid=12346 vsize=14090948 memory=541 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613295643088 140613824530331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12360] ppid=12346 vsize=14090948 memory=3712 CPUtime=2.32 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12120 0 -1 1077944384 4534 0 0 0 232 0 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613294590192 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12361] ppid=12346 vsize=14090948 memory=66072 CPUtime=2.23 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12120 0 -1 1077944384 3271 0 0 0 223 0 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613293537648 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12362] ppid=12346 vsize=14090948 memory=1064 CPUtime=1.02 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12120 0 -1 1077944384 4192 0 0 0 101 1 0 0 20 0 15 0 243369786 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613292484592 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12363] ppid=12346 vsize=14090948 memory=2072 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613291432288 140613824521941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
[pid=12349/tid=12364] ppid=12346 vsize=14090948 memory=1740 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12120 0 -1 1077944384 783 0 0 0 0 0 0 0 20 0 15 0 243369787 14429130752 101081 33554432000 4194304 4196468 140736882738432 140613290380336 140613824522882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 36806656 140736882742353 140736882742537 140736882742537 140736882745295 0
Current children cumulated CPU time: 11.13 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 404324 KiB

Child status: 0
Real time (s): 5.7796
CPU time (s): 11.226
CPU user time (s): 11.0213
CPU system time (s): 0.204639
CPU usage (%): 194.234
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 404324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0213
system time used= 0.204639
maximum resident set size= 404800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2818
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 12349
#   total CPU time (s): 11.226
#   total CPU user time (s): 11.0213
#   total CPU system time (s): 0.204639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047193 second user time and 0.105591 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-14 16:47:46
IDJOB=4307767
IDBENCH=141181
IDSOLVER=2790
FILE ID=node107/4307767-1534258066
RUNJOBID= node107-1534258055-12152
PBS_JOBID= 21038126
Free space on /tmp= 42292 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f10_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307767-1534258066/watcher-4307767-1534258066 -o /tmp/evaluation-result-4307767-1534258066/solver-4307767-1534258066 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534258055-12152 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 757483690 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307767-1534258066.xml

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

MD5SUM BENCH= 597c97ebbfec0748b52bd546c50d9854
RANDOM SEED=757483690

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:        24642404 kB
MemAvailable:   31694572 kB
Buffers:          183912 kB
Cached:          7089016 kB
SwapCached:           20 kB
Active:          4064784 kB
Inactive:        3470240 kB
Active(anon):     211244 kB
Inactive(anon):   103184 kB
Active(file):    3853540 kB
Inactive(file):  3367056 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             36376 kB
Writeback:            48 kB
AnonPages:        275504 kB
Mapped:            67216 kB
Shmem:             49632 kB
Slab:             289064 kB
SReclaimable:     260032 kB
SUnreclaim:        29032 kB
KernelStack:        3536 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1282960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 42256 MiB
End job on node107 at 2018-08-14 16:47:52