Trace number 4295683

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.8-SuperNG 2018-06-13SAT 13.3201 5.75932

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.157675
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
13.21/5.73	v <instantiation>
13.21/5.73	v       <list>
13.21/5.73	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
13.21/5.73	v       </list>
13.21/5.73	v       <values>
13.21/5.73	v         4 3 1 9 13 2 6 8 1 0 8 1 5 9 0 1 1 12 9 8 13 13 5 5 3 8 5 5 5 9
13.21/5.73	v       </values>
13.21/5.73	v     </instantiation>
13.21/5.73	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6633 MiB free)
  memory of node 1: 16384 MiB (10495 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295683-1532587619/watcher-4295683-1532587619 -o /tmp/evaluation-result-4295683-1532587619/solver-4295683-1532587619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=662495599 -superng HOME/instance-4295683-1532587619.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=972, runsolver pid=969
Current StackSize limit: 8192 KiB


[startup+0.109881 s]*
/proc/loadavg: 1.11 1.19 1.31 4/206 1035
/proc/meminfo: memFree=17510820/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10088128 memory=21432 CPUtime=0.1 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 4466 12980 0 0 2 0 5 3 20 0 8 0 76325092 10330243072 5358 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2522032 5358 2063 1 0 2510470 0
[pid=972/tid=1031] ppid=969 vsize=10355560 memory=8389772277269004345 CPUtime=0.1 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 2344 12980 0 0 2 0 5 3 20 0 9 0 76325101 10604093440 5934 33554432000 4194304 4196468 140732851128080 139641095470960 139641123656861 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10355560 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 9 0 76325102 10604093440 5934 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10355560 memory=288370031551575680 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 9 0 76325102 10604093440 5934 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 9 0 76325102 10604093440 5934 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 9 0 76325102 10604093440 5934 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10355560 memory=139655399863936 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 9 0 76325104 10604093440 5934 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 9 0 76325104 10604093440 5934 33554432000 4194304 4196468 140732851128080 139640124204576 139641123645141 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 9 0 76325104 10604093440 5934 33554432000 4194304 4196468 140732851128080 139639922877872 139641123645141 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10088128 KiB
Current children cumulated memory: 21432 KiB

[startup+0.210062 s]*
/proc/loadavg: 1.11 1.19 1.31 3/215 1044
/proc/meminfo: memFree=17486272/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10821524 memory=45996 CPUtime=0.26 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 8212 12980 0 0 17 1 5 3 20 0 15 0 76325092 11081240576 11499 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2705381 11499 2927 1 0 2667804 0
[pid=972/tid=1031] ppid=969 vsize=10818904 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 5774 12980 0 0 11 1 5 3 20 0 15 0 76325101 11078557696 11726 33554432000 4194304 4196468 140732851128080 139641095459744 139641123656861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10818904 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11078557696 11726 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10818904 memory=288370031551575680 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11078557696 11726 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11078557696 11726 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 76325102 11078557696 11726 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10818904 memory=139655399863936 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 76325104 11078557696 11726 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 15 0 76325104 11078557696 11726 33554432000 4194304 4196468 140732851128080 139640124204576 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11078557696 11726 33554432000 4194304 4196468 140732851128080 139639922877808 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11078557696 11726 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) S 969 972 32560 0 -1 1077944384 526 12980 0 0 1 0 5 3 20 0 15 0 76325107 11078557696 11726 33554432000 4194304 4196468 140732851128080 139640192960880 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) S 969 972 32560 0 -1 1077944384 56 12980 0 0 0 0 5 3 20 0 15 0 76325107 11078557696 11726 33554432000 4194304 4196468 140732851128080 139640090646768 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10818904 memory=139655399863936 CPUtime=0.11 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) R 969 972 32560 0 -1 4202560 546 12980 0 0 3 0 5 3 20 0 15 0 76325107 11078557696 11726 33554432000 4194304 4196468 140732851128080 139640089593968 139641103041473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1043] ppid=969 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11078557696 11726 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10818904 memory=139655399863936 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325107 11078557696 11726 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 45996 KiB

[startup+0.310323 s]*
/proc/loadavg: 1.11 1.19 1.31 4/215 1044
/proc/meminfo: memFree=17465308/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10819352 memory=54780 CPUtime=0.39 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 10313 12980 0 0 29 2 5 3 20 0 15 0 76325092 11079016448 13695 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2704838 13695 3046 1 0 2667149 0
[pid=972/tid=1031] ppid=969 vsize=10819352 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 6966 12980 0 0 20 1 5 3 20 0 15 0 76325101 11079016448 13695 33554432000 4194304 4196468 140732851128080 139641095446944 139641106821744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 13695 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10819352 memory=139655290905040 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 13695 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 13695 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 13695 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 76325104 11079016448 13695 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 15 0 76325104 11079016448 13695 33554432000 4194304 4196468 140732851128080 139640124204576 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11079016448 13695 33554432000 4194304 4196468 140732851128080 139639922877808 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11079016448 13695 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) S 969 972 32560 0 -1 1077944384 527 12980 0 0 2 0 5 3 20 0 15 0 76325107 11079016448 13695 33554432000 4194304 4196468 140732851128080 139640192960880 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) S 969 972 32560 0 -1 1077944384 56 12980 0 0 1 0 5 3 20 0 15 0 76325107 11079016448 13695 33554432000 4194304 4196468 140732851128080 139640090646768 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) S 969 972 32560 0 -1 1077944384 558 12980 0 0 5 0 5 3 20 0 15 0 76325107 11079016448 13695 33554432000 4194304 4196468 140732851128080 139640089593968 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1043] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11079016448 13695 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325107 11079016448 13695 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54780 KiB

[startup+0.700711 s]
/proc/loadavg: 1.11 1.19 1.31 4/215 1044
/proc/meminfo: memFree=17442224/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10819352 memory=87296 CPUtime=0.99 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 16373 12980 0 0 88 3 5 3 20 0 15 0 76325092 11079016448 21824 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2704838 21824 3237 1 0 2667149 0
[pid=972/tid=1031] ppid=969 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 11983 12980 0 0 57 2 5 3 20 0 15 0 76325101 11079016448 21824 33554432000 4194304 4196468 140732851128080 139641095455760 139641103910070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 21824 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 21824 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10819352 memory=2372 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 21824 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 76325102 11079016448 21824 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 5 12980 0 0 0 0 5 3 20 0 15 0 76325104 11079016448 21824 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10819352 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 15 0 76325104 11079016448 21824 33554432000 4194304 4196468 140732851128080 139640124204576 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10819352 memory=139655399862769 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11079016448 21824 33554432000 4194304 4196468 140732851128080 139639922877808 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11079016448 21824 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) S 969 972 32560 0 -1 1077944384 1146 12980 0 0 10 0 5 3 20 0 15 0 76325107 11079016448 21824 33554432000 4194304 4196468 140732851128080 139640192960880 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) S 969 972 32560 0 -1 1077944384 423 12980 0 0 7 0 5 3 20 0 15 0 76325107 11079016448 21824 33554432000 4194304 4196468 140732851128080 139640090646768 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) S 969 972 32560 0 -1 1077944384 603 12980 0 0 12 0 5 3 20 0 15 0 76325107 11079016448 21824 33554432000 4194304 4196468 140732851128080 139640089593968 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1043] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11079016448 21824 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325107 11079016448 21824 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87296 KiB

[startup+1.50069 s]
/proc/loadavg: 1.11 1.19 1.31 8/215 1044
/proc/meminfo: memFree=17284896/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10834252 memory=198444 CPUtime=2.63 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 24397 12980 0 0 245 10 5 3 20 0 15 0 76325092 11094274048 49611 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2708563 49611 3475 1 0 2670221 0
[pid=972/tid=1031] ppid=969 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 16957 12980 0 0 131 4 5 3 20 0 15 0 76325101 11094274048 49611 33554432000 4194304 4196468 140732851128080 139641095452064 139641107715422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10834252 memory=101272 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 21 12980 0 0 0 0 5 3 20 0 15 0 76325102 11094274048 49611 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10834252 memory=279310581650360 CPUtime=0.09 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 27 12980 0 0 1 0 5 3 20 0 15 0 76325102 11094274048 49611 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 47 12980 0 0 1 0 5 3 20 0 15 0 76325102 11094274048 49611 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10834252 memory=279310582140400 CPUtime=0.09 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 186 12980 0 0 1 0 5 3 20 0 15 0 76325102 11094274048 49611 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10834252 memory=279310581629168 CPUtime=0.09 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 393 12980 0 0 1 0 5 3 20 0 15 0 76325104 11094274048 49611 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 14 12980 0 0 0 0 5 3 20 0 15 0 76325104 11094274048 49611 33554432000 4194304 4196468 140732851128080 139640124204640 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11094274048 49611 33554432000 4194304 4196468 140732851128080 139639922877824 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10834252 memory=7660742144744843625 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11094274048 49611 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10834252 memory=6947385649911455296 CPUtime=0.44 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) S 969 972 32560 0 -1 1077944384 1871 12980 0 0 36 0 5 3 20 0 15 0 76325107 11094274048 49611 33554432000 4194304 4196468 140732851128080 139640192960880 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10834252 memory=8326441112149131691 CPUtime=0.38 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) S 969 972 32560 0 -1 1077944384 1168 12980 0 0 30 0 5 3 20 0 15 0 76325107 11094274048 49611 33554432000 4194304 4196468 140732851128080 139640090646768 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10834252 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) S 969 972 32560 0 -1 1077944384 1520 12980 0 0 39 0 5 3 20 0 15 0 76325107 11094274048 49611 33554432000 4194304 4196468 140732851128080 139640089593968 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0

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

[pid=972/tid=1043] ppid=969 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11104780288 69674 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 15 0 76325107 11104780288 69674 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 6.99 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 278696 KiB

[startup+4.80087 s]
/proc/loadavg: 1.10 1.18 1.31 7/215 1044
/proc/meminfo: memFree=16900196/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10914144 memory=356364 CPUtime=11.67 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 63659 12980 0 0 1139 20 5 3 20 0 15 0 76325092 11176083456 89091 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2728536 89091 3508 1 0 2690189 0
[pid=972/tid=1031] ppid=969 vsize=10914144 memory=6947385649911455296 CPUtime=4.65 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 41945 12980 0 0 448 9 5 3 20 0 15 0 76325101 11176083456 89091 33554432000 4194304 4196468 140732851128080 139641095465088 139641123646870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10914144 memory=-4190076264842474805 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 57 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 89091 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10914144 memory=-2605811476043407915 CPUtime=0.11 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 54 12980 0 0 2 1 5 3 20 0 15 0 76325102 11176083456 89091 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10914144 memory=-6654736624941163865 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 536 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 89091 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10914144 memory=-6654736624938269017 CPUtime=0.11 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 201 12980 0 0 3 0 5 3 20 0 15 0 76325102 11176083456 89091 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10914144 memory=-2537689246120445521 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 3085 12980 0 0 4 0 5 3 20 0 15 0 76325104 11176083456 89091 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10914144 memory=4139773032362760766 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 14 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 89091 33554432000 4194304 4196468 140732851128080 139640124204640 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 89091 33554432000 4194304 4196468 140732851128080 139639922877824 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10914144 memory=-4695052241013923951 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 89091 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10914144 memory=-3252517613199061085 CPUtime=2.84 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) R 969 972 32560 0 -1 4202560 5328 12980 0 0 275 1 5 3 20 0 15 0 76325107 11176083456 89091 33554432000 4194304 4196468 140732851128080 139640192944800 139641102824384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10914144 memory=6943526294502006880 CPUtime=2.51 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) R 969 972 32560 0 -1 4202560 4200 12980 0 0 241 2 5 3 20 0 15 0 76325107 11176083456 89091 33554432000 4194304 4196468 140732851128080 139640090646768 139641102038509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10914144 memory=0 CPUtime=1.66 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) R 969 972 32560 0 -1 1077944384 6030 12980 0 0 156 2 5 3 20 0 15 0 76325107 11176083456 89091 33554432000 4194304 4196468 140732851128080 139640089593776 139641123645141 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1043] ppid=969 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 89091 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 15 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 89091 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 11.67 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 356364 KiB

[startup+5.20068 s]
/proc/loadavg: 1.10 1.18 1.31 5/215 1044
/proc/meminfo: memFree=16872760/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10914144 memory=366964 CPUtime=12.43 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 63779 12980 0 0 1214 21 5 3 20 0 15 0 76325092 11176083456 91741 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2728536 91741 3511 1 0 2690189 0
[pid=972/tid=1031] ppid=969 vsize=10914144 memory=288230376152031990 CPUtime=5.04 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 41957 12980 0 0 487 9 5 3 20 0 15 0 76325101 11176083456 91741 33554432000 4194304 4196468 140732851128080 139641095466488 139640692300620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10914144 memory=2209 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 59 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 91741 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10914144 memory=2209 CPUtime=0.11 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 64 12980 0 0 2 1 5 3 20 0 15 0 76325102 11176083456 91741 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10914144 memory=2209 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 538 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 91741 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10914144 memory=2209 CPUtime=0.11 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 203 12980 0 0 3 0 5 3 20 0 15 0 76325102 11176083456 91741 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10914144 memory=2209 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 3087 12980 0 0 4 0 5 3 20 0 15 0 76325104 11176083456 91741 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10914144 memory=8388367118360674581 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 14 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 91741 33554432000 4194304 4196468 140732851128080 139640124204640 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10914144 memory=669889 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 91741 33554432000 4194304 4196468 140732851128080 139639922877824 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10914144 memory=2209 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 91741 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10914144 memory=2209 CPUtime=2.97 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) R 969 972 32560 0 -1 4202560 5358 12980 0 0 288 1 5 3 20 0 15 0 76325107 11176083456 91741 33554432000 4194304 4196468 140732851128080 139640192960880 139641102034624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10914144 memory=4294969505 CPUtime=2.71 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) R 969 972 32560 0 -1 4202560 4236 12980 0 0 261 2 5 3 20 0 15 0 76325107 11176083456 91741 33554432000 4194304 4196468 140732851128080 139640090646768 139641108556717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10914144 memory=3297 CPUtime=1.68 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) S 969 972 32560 0 -1 1077944384 6053 12980 0 0 158 2 5 3 20 0 15 0 76325107 11176083456 91741 33554432000 4194304 4196468 140732851128080 139640089593968 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1043] ppid=969 vsize=10914144 memory=356148 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 91741 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10914144 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 16 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 91741 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 12.43 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 366964 KiB

[startup+5.60069 s]
/proc/loadavg: 1.10 1.18 1.31 5/215 1044
/proc/meminfo: memFree=16872760/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10914144 memory=371348 CPUtime=13.1 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 63864 12980 0 0 1280 22 5 3 20 0 15 0 76325092 11176083456 92837 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2728536 92837 3516 1 0 2690189 0
[pid=972/tid=1031] ppid=969 vsize=10914144 memory=22628 CPUtime=5.44 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 41966 12980 0 0 527 9 5 3 20 0 15 0 76325101 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641095469120 139640691559630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10914144 memory=2088 CPUtime=0.13 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 63 12980 0 0 4 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10914144 memory=1040 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 69 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10914144 memory=1628 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 540 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10914144 memory=8876 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 205 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10914144 memory=1120 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 3103 12980 0 0 4 0 5 3 20 0 15 0 76325104 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10914144 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 14 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640124204640 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10914144 memory=832 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 92837 33554432000 4194304 4196468 140732851128080 139639922877824 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10914144 memory=1600 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10914144 memory=5024 CPUtime=3.12 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) S 969 972 32560 0 -1 1077944384 5386 12980 0 0 303 1 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640192960880 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10914144 memory=4032 CPUtime=2.8 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) S 969 972 32560 0 -1 1077944384 4248 12980 0 0 270 2 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640090646768 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10914144 memory=1284 CPUtime=1.69 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) S 969 972 32560 0 -1 1077944384 6060 12980 0 0 159 2 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640089593968 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1043] ppid=969 vsize=10914144 memory=1088 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10914144 memory=1800 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 16 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 13.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 371348 KiB

[startup+5.70069 s]
/proc/loadavg: 1.10 1.18 1.31 5/215 1044
/proc/meminfo: memFree=16872760/32770624 swapFree=67108796/67108860
[pid=972] ppid=969 vsize=10914144 memory=371348 CPUtime=13.21 cores=1,3,5,7
/proc/972/stat : 972 (java) S 969 972 32560 0 -1 1077944320 63893 12980 0 0 1291 22 5 3 20 0 15 0 76325092 11176083456 92837 33554432000 4194304 4196468 140732851128080 140732851110624 139641123634935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
/proc/972/statm: 2728536 92837 3516 1 0 2690189 0
[pid=972/tid=1031] ppid=969 vsize=10914144 memory=367076 CPUtime=5.54 cores=1,3,5,7
/proc/972/task/1031/stat : 1031 (java) R 969 972 32560 0 -1 4202560 41997 12980 0 0 537 9 5 3 20 0 15 0 76325101 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641095469120 139641107715422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1032] ppid=969 vsize=10914144 memory=211856 CPUtime=0.13 cores=1,3,5,7
/proc/972/task/1032/stat : 1032 (java) S 969 972 32560 0 -1 1077944384 63 12980 0 0 4 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641127877264 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1033] ppid=969 vsize=10914144 memory=319280 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1033/stat : 1033 (java) S 969 972 32560 0 -1 1077944384 69 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641016150544 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1034] ppid=969 vsize=10914144 memory=7597132098393106257 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1034/stat : 1034 (java) S 969 972 32560 0 -1 1077944384 540 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641015097744 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1035] ppid=969 vsize=10914144 memory=6947385649911455296 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1035/stat : 1035 (java) S 969 972 32560 0 -1 1077944384 205 12980 0 0 3 1 5 3 20 0 15 0 76325102 11176083456 92837 33554432000 4194304 4196468 140732851128080 139641014044944 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1036] ppid=969 vsize=10914144 memory=6944656592455360604 CPUtime=0.12 cores=1,3,5,7
/proc/972/task/1036/stat : 1036 (java) S 969 972 32560 0 -1 1077944384 3103 12980 0 0 4 0 5 3 20 0 15 0 76325104 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640194014064 139641123646082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1037] ppid=969 vsize=10914144 memory=-6873162000112450758 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1037/stat : 1037 (java) S 969 972 32560 0 -1 1077944384 14 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640124204640 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1038] ppid=969 vsize=10914144 memory=7020 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1038/stat : 1038 (java) S 969 972 32560 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 76325104 11176083456 92837 33554432000 4194304 4196468 140732851128080 139639922877824 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1039] ppid=969 vsize=10914144 memory=15044 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1039/stat : 1039 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139639682586960 139641123653531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1040] ppid=969 vsize=10914144 memory=4108 CPUtime=3.12 cores=1,3,5,7
/proc/972/task/1040/stat : 1040 (java) S 969 972 32560 0 -1 1077944384 5387 12980 0 0 303 1 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640192960880 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1041] ppid=969 vsize=10914144 memory=3708 CPUtime=2.81 cores=1,3,5,7
/proc/972/task/1041/stat : 1041 (java) S 969 972 32560 0 -1 1077944384 4248 12980 0 0 271 2 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640090646768 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1042] ppid=969 vsize=10914144 memory=22628 CPUtime=1.69 cores=1,3,5,7
/proc/972/task/1042/stat : 1042 (java) S 969 972 32560 0 -1 1077944384 6060 12980 0 0 159 2 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640089593968 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1043] ppid=969 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1043/stat : 1043 (java) S 969 972 32560 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139639649028320 139641123645141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
[pid=972/tid=1044] ppid=969 vsize=10914144 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/972/task/1044/stat : 1044 (java) S 969 972 32560 0 -1 1077944384 16 12980 0 0 0 0 5 3 20 0 15 0 76325107 11176083456 92837 33554432000 4194304 4196468 140732851128080 139640088542384 139641123646082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9560064 140732851132588 140732851135836 140732851135836 140732851138511 0
Current children cumulated CPU time: 13.21 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 371348 KiB

Child status: 0
Real time (s): 5.75932
CPU time (s): 13.3201
CPU user time (s): 13.0554
CPU system time (s): 0.264701
CPU usage (%): 231.279
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 371348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0554
system time used= 0.264701
maximum resident set size= 373920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6526
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 972
#   total CPU time (s): 13.3201
#   total CPU user time (s): 13.0554
#   total CPU system time (s): 0.264701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063098 second user time and 0.087523 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 08:46:59
IDJOB=4295683
IDBENCH=141590
IDSOLVER=2751
FILE ID=node138/4295683-1532587619
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295683-1532587619/watcher-4295683-1532587619 -o /tmp/evaluation-result-4295683-1532587619/solver-4295683-1532587619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=662495599 -superng HOME/instance-4295683-1532587619.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=662495599

node138.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.71
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.71
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.71
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.71
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:        17542320 kB
MemAvailable:   31876548 kB
Buffers:          184088 kB
Cached:         14295540 kB
SwapCached:           44 kB
Active:          2449048 kB
Inactive:       12140372 kB
Active(anon):      60732 kB
Inactive(anon):    77320 kB
Active(file):    2388316 kB
Inactive(file): 12063052 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             53508 kB
Writeback:             0 kB
AnonPages:        113792 kB
Mapped:            46972 kB
Shmem:             25164 kB
Slab:             339316 kB
SReclaimable:     311320 kB
SUnreclaim:        27996 kB
KernelStack:        3616 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1335320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 08:47:05