Trace number 4403083

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT960 649.78 636.106

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-00.xml
MD5SUM1dc4c7bf61332e07eccc684c7f29cd57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark960
Best CPU time to get the best result obtained on this benchmark24.2661
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
4.83/2.63	o 542
4.83/2.65	o 551
4.83/2.65	o 578
4.83/2.67	o 601
4.83/2.68	o 607
4.83/2.70	o 624
5.15/2.70	o 645
5.15/2.73	o 670
5.15/2.74	o 679
5.15/2.74	o 706
5.15/2.75	o 707
5.15/2.75	o 725
5.15/2.77	o 745
5.15/2.77	o 751
5.15/2.78	o 756
5.15/2.79	o 757
5.48/2.87	o 760
5.48/2.89	o 771
5.48/2.89	o 780
5.84/2.94	o 791
5.84/2.94	o 798
5.84/2.94	o 817
5.84/2.96	o 818
6.48/3.13	o 857
6.48/3.13	o 860
6.48/3.14	o 871
6.48/3.14	o 884
6.48/3.14	o 887
6.48/3.15	o 888
6.75/3.20	o 911
6.75/3.27	o 934
6.75/3.29	o 954
7.36/3.44	o 960
649.66/636.09	v <instantiation
649.66/636.09	v         cost = '960'>
649.66/636.09	v       <list>
649.66/636.09	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
649.66/636.09	v       </list>
649.66/636.09	v       <values>
649.66/636.09	v         0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1
649.66/636.09	v       </values>
649.66/636.09	v     </instantiation>
649.66/636.09	s OPTIMUM FOUND

Verifier Data

OK	960

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403083-1568978039/watcher-4403083-1568978039 -o /var/tmp/evaluation-result-4403083-1568978039/solver-4403083-1568978039 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403083-1568978039.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100094 s]*
/proc/loadavg: 1.40 1.35 1.35 3/220 17654
/proc/meminfo: memFree=3520568/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=9972712 memory=16948 CPUtime=0.1 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 4498 13252 0 0 1 1 5 3 20 0 6 0 473718705 10212057088 4237 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2493178 4237 1934 1 0 2481616 0
[pid=17597/tid=17650] ppid=17594 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 2299 13252 0 0 0 0 5 3 20 0 6 0 473718714 10212057088 4749 33554432000 4194304 4196468 140735283279552 140656129536592 140656157721757 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 6 0 473718715 10212057088 4749 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=9972712 memory=140380644861568 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 6 0 473718715 10212057088 4749 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 6 0 473718715 10212057088 4749 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 6 0 473718715 10212057088 4749 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16948 KiB

[startup+0.21003 s]*
/proc/loadavg: 1.45 1.36 1.35 3/229 17663
/proc/meminfo: memFree=3495164/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10820164 memory=45908 CPUtime=0.27 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 7351 13252 0 0 17 2 5 3 20 0 15 0 473718705 11079847936 11477 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2705041 11477 3276 1 0 2667149 0
[pid=17597/tid=17650] ppid=17594 vsize=10820176 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 3876 13252 0 0 10 1 5 3 20 0 15 0 473718714 11079860224 11477 33554432000 4194304 4196468 140735283279552 140656129510864 140656149936958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10820176 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079860224 11477 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10820184 memory=140380648409876 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079868416 11477 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079868416 11477 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079868416 11477 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10820184 memory=140380644861568 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718716 11079868416 11477 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 13 13252 0 0 0 0 5 3 20 0 15 0 473718717 11079868416 11477 33554432000 4194304 4196468 140735283279552 140655615534752 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718717 11079868416 11477 33554432000 4194304 4196468 140735283279552 140655481316592 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11079872512 11477 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) S 17594 17597 14381 0 -1 1077944384 445 13252 0 0 0 0 5 3 20 0 15 0 473718720 11079872512 11477 33554432000 4194304 4196468 140735283279552 140655581976816 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10820188 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) R 17594 17597 14381 0 -1 4202560 203 13252 0 0 1 0 5 3 20 0 15 0 473718720 11079872512 11477 33554432000 4194304 4196468 140735283279552 140655580924272 140656142581797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10820188 memory=140380644861568 CPUtime=0.11 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) R 17594 17597 14381 0 -1 1077944384 605 13252 0 0 3 0 5 3 20 0 15 0 473718720 11079872512 11477 33554432000 4194304 4196468 140735283279552 140655579871216 140656157710978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11079880704 11477 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10820196 memory=140380644861568 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718720 11079880704 11477 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45908 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.45 1.36 1.35 4/229 17663
/proc/meminfo: memFree=3481200/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10820196 memory=54232 CPUtime=0.41 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 10407 13252 0 0 29 4 5 3 20 0 15 0 473718705 11079880704 13558 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2705049 13558 3301 1 0 2667149 0
[pid=17597/tid=17650] ppid=17594 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 6894 13252 0 0 19 3 5 3 20 0 15 0 473718714 11079880704 13558 33554432000 4194304 4196468 140735283279552 140656129512504 140656140886640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079880704 13558 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079880704 13558 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718715 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718716 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 13 13252 0 0 0 0 5 3 20 0 15 0 473718717 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655615534752 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718717 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655481316592 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11079880704 13558 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) S 17594 17597 14381 0 -1 1077944384 447 13252 0 0 1 0 5 3 20 0 15 0 473718720 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655581976816 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) S 17594 17597 14381 0 -1 1077944384 212 13252 0 0 2 0 5 3 20 0 15 0 473718720 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655580924272 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10820196 memory=140380644861568 CPUtime=0.13 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) S 17594 17597 14381 0 -1 1077944384 625 13252 0 0 5 0 5 3 20 0 15 0 473718720 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655579871216 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11079880704 13558 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10820196 memory=140380644861568 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718720 11079880704 13558 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54232 KiB

[startup+0.700711 s]
/proc/loadavg: 1.45 1.36 1.35 3/229 17663
/proc/meminfo: memFree=3467048/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10824364 memory=87588 CPUtime=1.15 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 15078 13252 0 0 101 6 5 3 20 0 15 0 473718705 11084148736 21897 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2706091 21897 3505 1 0 2668173 0
[pid=17597/tid=17650] ppid=17594 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 10484 13252 0 0 55 4 5 3 20 0 15 0 473718714 11084148736 21897 33554432000 4194304 4196468 140735283279552 140656129512896 140656157721757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11084148736 21897 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11084148736 21897 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10824364 memory=140380536451280 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718715 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10824364 memory=140381006070379 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718715 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10824364 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 5 13252 0 0 0 0 5 3 20 0 15 0 473718716 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10824364 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 13 13252 0 0 0 0 5 3 20 0 15 0 473718717 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655615534752 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10824364 memory=7524200444098275688 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718717 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655481316592 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11084148736 21897 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10824364 memory=2116 CPUtime=0.2 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) S 17594 17597 14381 0 -1 1077944384 914 13252 0 0 12 0 5 3 20 0 15 0 473718720 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655581976816 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10824364 memory=520 CPUtime=0.23 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) R 17594 17597 14381 0 -1 4202560 692 13252 0 0 15 0 5 3 20 0 15 0 473718720 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655580912944 140656141185781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10824364 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) S 17594 17597 14381 0 -1 1077944384 756 13252 0 0 17 0 5 3 20 0 15 0 473718720 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655579871216 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10824364 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11084148736 21897 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10824364 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718720 11084148736 21897 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87588 KiB

[startup+1.50072 s]
/proc/loadavg: 1.45 1.36 1.35 4/229 17663
/proc/meminfo: memFree=3422244/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10834680 memory=173552 CPUtime=2.47 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 21990 13252 0 0 228 11 5 3 20 0 15 0 473718705 11094712320 43388 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2708670 43388 3587 1 0 2670733 0
[pid=17597/tid=17650] ppid=17594 vsize=10834680 memory=169872 CPUtime=1.44 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 15190 13252 0 0 130 6 5 3 20 0 15 0 473718714 11094712320 43388 33554432000 4194304 4196468 140735283279552 140656129510976 140656157711766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10834680 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 98 13252 0 0 1 0 5 3 20 0 15 0 473718715 11094712320 43388 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10834680 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 87 13252 0 0 0 0 5 3 20 0 15 0 473718715 11094712320 43388 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 32 13252 0 0 1 0 5 3 20 0 15 0 473718715 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 467 13252 0 0 1 0 5 3 20 0 15 0 473718715 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 194 13252 0 0 1 0 5 3 20 0 15 0 473718716 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 13 13252 0 0 0 0 5 3 20 0 15 0 473718717 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655615534816 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718717 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655481316608 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11094712320 43388 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10834680 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) R 17594 17597 14381 0 -1 1077944384 1128 13252 0 0 24 0 5 3 20 0 15 0 473718720 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655581976912 140656157710037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10834680 memory=4580 CPUtime=0.35 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) R 17594 17597 14381 0 -1 4202560 1069 13252 0 0 27 0 5 3 20 0 15 0 473718720 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655580912864 140656138393095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10834680 memory=7235144296111366480 CPUtime=0.47 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) R 17594 17597 14381 0 -1 4202560 1503 13252 0 0 38 1 5 3 20 0 15 0 473718720 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655579871216 140656150796667 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10834680 memory=6082514196445294695 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11094712320 43388 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10834680 memory=7883668178699052119 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 473718720 11094712320 43388 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[pid=17597/tid=17662] ppid=17594 vsize=10844940 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10844940 memory=1424 CPUtime=0.46 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 582 13252 0 0 20 18 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 643.98 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 769420 KiB

[startup+633.601 s]
/proc/loadavg: 1.08 1.33 1.38 3/228 17720
/proc/meminfo: memFree=2759712/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10844940 memory=769420 CPUtime=647.22 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 95326 13252 0 0 64599 115 5 3 20 0 15 0 473718705 11105218560 192355 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2711235 192355 3622 1 0 2673293 0
[pid=17597/tid=17650] ppid=17594 vsize=10844940 memory=9580 CPUtime=626.92 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 36364 13252 0 0 62660 24 5 3 20 0 15 0 473718714 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656129535872 140655768405973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10844940 memory=115 CPUtime=3.01 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 5924 13252 0 0 276 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10844940 memory=0 CPUtime=2.99 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 4251 13252 0 0 271 20 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10844940 memory=38 CPUtime=2.99 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1661 13252 0 0 274 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10844940 memory=988 CPUtime=3.01 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 7808 13252 0 0 276 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10844940 memory=2008 CPUtime=2.94 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 8074 13252 0 0 273 13 5 3 20 0 15 0 473718716 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10844940 memory=1424 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 14 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655615534880 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10844940 memory=3640 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655481316608 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10844940 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10844940 memory=1728 CPUtime=2.03 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) S 17594 17597 14381 0 -1 1077944384 9454 13252 0 0 193 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655581976816 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10844940 memory=8072 CPUtime=2.25 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) S 17594 17597 14381 0 -1 1077944384 11029 13252 0 0 215 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655580924272 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10844940 memory=9580 CPUtime=1.23 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) S 17594 17597 14381 0 -1 1077944384 7956 13252 0 0 113 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655579871216 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10844940 memory=1052 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10844940 memory=776 CPUtime=0.46 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 582 13252 0 0 20 18 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 647.22 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 769420 KiB

[startup+635.201 s]
/proc/loadavg: 1.08 1.33 1.38 4/228 17720
/proc/meminfo: memFree=2759712/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10844940 memory=769420 CPUtime=648.84 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 95336 13252 0 0 64761 115 5 3 20 0 15 0 473718705 11105218560 192355 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2711235 192355 3622 1 0 2673293 0
[pid=17597/tid=17650] ppid=17594 vsize=10844940 memory=769420 CPUtime=628.5 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 36374 13252 0 0 62818 24 5 3 20 0 15 0 473718714 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656129535872 140655771324485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10844940 memory=288230574492221466 CPUtime=3.02 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 5924 13252 0 0 277 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10844940 memory=302867294839898427 CPUtime=3 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 4251 13252 0 0 272 20 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10844940 memory=769420 CPUtime=3 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1661 13252 0 0 275 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10844940 memory=6791534058613427641 CPUtime=3.01 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 7808 13252 0 0 276 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10844940 memory=776 CPUtime=2.95 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 8074 13252 0 0 274 13 5 3 20 0 15 0 473718716 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10844940 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 14 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655615534880 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10844940 memory=668 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655481316608 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10844940 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10844940 memory=1728 CPUtime=2.03 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) S 17594 17597 14381 0 -1 1077944384 9454 13252 0 0 193 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655581976816 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10844940 memory=8072 CPUtime=2.25 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) S 17594 17597 14381 0 -1 1077944384 11029 13252 0 0 215 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655580924272 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10844940 memory=9580 CPUtime=1.23 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) S 17594 17597 14381 0 -1 1077944384 7956 13252 0 0 113 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655579871216 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10844940 memory=1052 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10844940 memory=776 CPUtime=0.46 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 582 13252 0 0 20 18 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 648.84 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 769420 KiB

[startup+635.601 s]
/proc/loadavg: 1.08 1.33 1.38 4/228 17720
/proc/meminfo: memFree=2759712/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10844940 memory=769420 CPUtime=649.25 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 95343 13252 0 0 64802 115 5 3 20 0 15 0 473718705 11105218560 192355 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2711235 192355 3622 1 0 2673293 0
[pid=17597/tid=17650] ppid=17594 vsize=10844940 memory=6791534058613427641 CPUtime=628.89 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 36377 13252 0 0 62857 24 5 3 20 0 15 0 473718714 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656129535904 140655770787463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10844940 memory=54944 CPUtime=3.02 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 5924 13252 0 0 277 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10844940 memory=988 CPUtime=3 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 4251 13252 0 0 272 20 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10844940 memory=2008 CPUtime=3 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1661 13252 0 0 275 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10844940 memory=6791534058613427641 CPUtime=3.02 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 7808 13252 0 0 277 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10844940 memory=30204 CPUtime=2.95 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 8076 13252 0 0 274 13 5 3 20 0 15 0 473718716 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10844940 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 14 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655615534880 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10844940 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655481316608 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10844940 memory=520 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10844940 memory=3504 CPUtime=2.03 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) S 17594 17597 14381 0 -1 1077944384 9454 13252 0 0 193 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655581976816 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10844940 memory=54944 CPUtime=2.25 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) S 17594 17597 14381 0 -1 1077944384 11029 13252 0 0 215 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655580924272 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10844940 memory=2832 CPUtime=1.23 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) S 17594 17597 14381 0 -1 1077944384 7956 13252 0 0 113 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655579871216 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10844940 memory=668 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10844940 memory=1256 CPUtime=0.46 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 584 13252 0 0 20 18 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 649.25 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 769420 KiB

[startup+636.001 s]*
/proc/loadavg: 1.08 1.33 1.38 3/228 17720
/proc/meminfo: memFree=2759712/32770624 swapFree=66953188/67108860
[pid=17597] ppid=17594 vsize=10844940 memory=769420 CPUtime=649.66 cores=0,2,4,6
/proc/17597/stat : 17597 (java) S 17594 17597 14381 0 -1 1077944320 95345 13252 0 0 64843 115 5 3 20 0 15 0 473718705 11105218560 192355 33554432000 4194304 4196468 140735283279552 140735283262096 140656157699831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
/proc/17597/statm: 2711235 192355 3622 1 0 2673293 0
[pid=17597/tid=17650] ppid=17594 vsize=10844940 memory=8317482817917895235 CPUtime=629.3 cores=0,2,4,6
/proc/17597/task/17650/stat : 17650 (java) R 17594 17597 14381 0 -1 4202560 36379 13252 0 0 62898 24 5 3 20 0 15 0 473718714 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656129535936 140655768839736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17651] ppid=17594 vsize=10844940 memory=4872558044660077418 CPUtime=3.02 cores=0,2,4,6
/proc/17597/task/17651/stat : 17651 (java) S 17594 17597 14381 0 -1 1077944384 5924 13252 0 0 277 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656161942032 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17652] ppid=17594 vsize=10844940 memory=4137292528961491315 CPUtime=3 cores=0,2,4,6
/proc/17597/task/17652/stat : 17652 (java) S 17594 17597 14381 0 -1 1077944384 4251 13252 0 0 272 20 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140656087247504 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17653] ppid=17594 vsize=10844940 memory=-7523660553960122769 CPUtime=3 cores=0,2,4,6
/proc/17597/task/17653/stat : 17653 (java) S 17594 17597 14381 0 -1 1077944384 1661 13252 0 0 275 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655729498384 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17654] ppid=17594 vsize=10844940 memory=6933690305039933585 CPUtime=3.02 cores=0,2,4,6
/proc/17597/task/17654/stat : 17654 (java) S 17594 17597 14381 0 -1 1077944384 7808 13252 0 0 277 17 5 3 20 0 15 0 473718715 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655728445840 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17655] ppid=17594 vsize=10844940 memory=3640 CPUtime=2.95 cores=0,2,4,6
/proc/17597/task/17655/stat : 17655 (java) S 17594 17597 14381 0 -1 1077944384 8076 13252 0 0 274 13 5 3 20 0 15 0 473718716 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655684352752 140656157710978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17656] ppid=17594 vsize=10844940 memory=769420 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17656/stat : 17656 (java) S 17594 17597 14381 0 -1 1077944384 14 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655615534880 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17657] ppid=17594 vsize=10844940 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17657/stat : 17657 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718717 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655481316608 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17658] ppid=17594 vsize=10844940 memory=8072 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17658/stat : 17658 (java) S 17594 17597 14381 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654877338064 140656157718427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17659] ppid=17594 vsize=10844940 memory=9580 CPUtime=2.03 cores=0,2,4,6
/proc/17597/task/17659/stat : 17659 (java) S 17594 17597 14381 0 -1 1077944384 9454 13252 0 0 193 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655581976816 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17660] ppid=17594 vsize=10844940 memory=1052 CPUtime=2.25 cores=0,2,4,6
/proc/17597/task/17660/stat : 17660 (java) S 17594 17597 14381 0 -1 1077944384 11029 13252 0 0 215 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655580924272 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17661] ppid=17594 vsize=10844940 memory=776 CPUtime=1.23 cores=0,2,4,6
/proc/17597/task/17661/stat : 17661 (java) S 17594 17597 14381 0 -1 1077944384 7956 13252 0 0 113 2 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655579871216 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17662] ppid=17594 vsize=10844940 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/17597/task/17662/stat : 17662 (java) S 17594 17597 14381 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140654407575904 140656157710037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
[pid=17597/tid=17663] ppid=17594 vsize=10844940 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/17597/task/17663/stat : 17663 (java) S 17594 17597 14381 0 -1 1077944384 584 13252 0 0 20 18 5 3 20 0 15 0 473718720 11105218560 192355 33554432000 4194304 4196468 140735283279552 140655578819632 140656157710978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24551424 140735283288676 140735283291317 140735283291317 140735283294159 0
Current children cumulated CPU time: 649.66 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 769420 KiB

Child status: 0
Real time (s): 636.106
CPU time (s): 649.78
CPU user time (s): 648.576
CPU system time (s): 1.2036
CPU usage (%): 102.15
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 769420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 648.576
system time used= 1.20359
maximum resident set size= 771500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80982
involuntary context switches= 2441


# summary of solver processes directly reported to runsolver:
#   pid: 17597
#   total CPU time (s): 649.78
#   total CPU user time (s): 648.576
#   total CPU system time (s): 1.2036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.44668 second user time and 6.43995 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 13:13:18
IDJOB=4403083
IDBENCH=133455
IDSOLVER=2862
FILE ID=node119/4403083-1568978039
RUNJOBID= node119-1568967598-14412
PBS_JOBID= 21704628
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403083-1568978039/watcher-4403083-1568978039 -o /var/tmp/evaluation-result-4403083-1568978039/solver-4403083-1568978039 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403083-1568978039.xml

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

MD5SUM BENCH= 1dc4c7bf61332e07eccc684c7f29cd57
RANDOM SEED=453517493

node119.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.47
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.47
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.47
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.47
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:         3524452 kB
MemAvailable:   30967436 kB
Buffers:          146356 kB
Cached:         27215496 kB
SwapCached:        46568 kB
Active:         14447128 kB
Inactive:       13806156 kB
Active(anon):     844144 kB
Inactive(anon):    95604 kB
Active(file):   13602984 kB
Inactive(file): 13710552 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953188 kB
Dirty:             35636 kB
Writeback:            16 kB
AnonPages:        955124 kB
Mapped:            65664 kB
Shmem:             40120 kB
Slab:             586940 kB
SReclaimable:     557908 kB
SUnreclaim:        29032 kB
KernelStack:        3760 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2128356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node119 at 2019-09-20 13:23:55