Trace number 4401130

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.2OPT1241 1449.85 1423.88

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-09.xml
MD5SUMad8dee3e46a37d7edd567f31713cba75
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1241
Best CPU time to get the best result obtained on this benchmark37.3449
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.73/0.55	c Concrete v3.12.2.1568631193530 running
5.60/2.73	o 818
5.60/2.73	o 858
5.60/2.75	o 877
5.60/2.76	o 931
5.60/2.78	o 959
5.60/2.78	o 970
5.60/2.78	o 971
5.60/2.79	o 978
6.26/2.93	o 988
6.26/2.97	o 1044
6.63/3.03	o 1073
6.63/3.05	o 1082
6.63/3.07	o 1101
6.63/3.08	o 1105
6.63/3.08	o 1108
6.63/3.08	o 1111
6.63/3.10	o 1122
6.95/3.13	o 1130
6.95/3.13	o 1149
6.95/3.15	o 1154
6.95/3.15	o 1158
6.95/3.16	o 1165
6.95/3.16	o 1201
7.53/3.31	o 1228
8.14/3.58	o 1240
9.34/3.99	o 1241
1449.75/1423.86	v <instantiation
1449.75/1423.86	v         cost = '1241'>
1449.75/1423.86	v       <list>
1449.75/1423.86	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]
1449.75/1423.86	v       </list>
1449.75/1423.86	v       <values>
1449.75/1423.86	v         0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0 1 0 1 1 0 0 1 0
1449.75/1423.86	v       </values>
1449.75/1423.86	v     </instantiation>
1449.75/1423.86	s OPTIMUM FOUND

Verifier Data

OK	1241

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401130-1568685462/watcher-4401130-1568685462 -o /tmp/evaluation-result-4401130-1568685462/solver-4401130-1568685462 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5121 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401130-1568685462.xml 

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

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


[startup+0.10017 s]*
/proc/loadavg: 1.08 1.35 1.46 3/219 8431
/proc/meminfo: memFree=29938660/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 4449 13149 0 0 1 1 5 2 20 0 6 0 444460211 10212057088 4204 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2493178 4204 1935 1 0 2481616 0
[pid=8374/tid=8427] ppid=8371 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 2258 13149 0 0 0 0 5 2 20 0 6 0 444460220 10212057088 4716 33554432000 4194304 4196468 140735869555680 139838956749392 139838970595123 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 444460220 10212057088 4716 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=9972712 memory=140077451990656 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 444460220 10212057088 4716 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 444460220 10212057088 4716 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 6 0 444460220 10212057088 4716 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21004 s]*
/proc/loadavg: 1.08 1.35 1.46 4/228 8440
/proc/meminfo: memFree=29918636/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10820020 memory=41224 CPUtime=0.25 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 7275 13149 0 0 17 1 5 2 20 0 15 0 444460211 11079700480 10306 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2705005 10306 3236 1 0 2667149 0
[pid=8374/tid=8427] ppid=8371 vsize=10820164 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 3812 13149 0 0 11 1 5 2 20 0 15 0 444460220 11079847936 10306 33554432000 4194304 4196468 140735869555680 139838956707856 139838907988965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10820164 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079847936 10306 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10820164 memory=140077451990656 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079847936 10306 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079847936 10306 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079847936 10306 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10820164 memory=140077451990656 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460222 11079847936 10306 33554432000 4194304 4196468 140735869555680 139838511585904 139838984923778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11079847936 10306 33554432000 4194304 4196468 140735869555680 139837961135392 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460223 11079847936 10306 33554432000 4194304 4196468 140735869555680 139837759809136 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11079860224 10306 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) S 8371 8374 5090 0 -1 1077944384 576 13149 0 0 1 0 5 2 20 0 15 0 444460225 11079860224 10306 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) R 8371 8374 5090 0 -1 4202560 58 13149 0 0 0 0 5 2 20 0 15 0 444460225 11079860224 10306 33554432000 4194304 4196468 140735869555680 139838509479920 139838964404952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10820176 memory=140077451990656 CPUtime=0.1 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) S 8371 8374 5090 0 -1 1077944384 629 13149 0 0 3 0 5 2 20 0 15 0 444460225 11079860224 10306 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11079860224 10306 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10820176 memory=140077451990656 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460226 11079860224 10306 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 41224 KiB

[startup+0.311286 s]*
/proc/loadavg: 1.08 1.35 1.46 3/228 8440
/proc/meminfo: memFree=29906328/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10820196 memory=49900 CPUtime=0.39 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 10705 13149 0 0 29 3 5 2 20 0 15 0 444460211 11079880704 12475 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2705049 12475 3317 1 0 2667149 0
[pid=8374/tid=8427] ppid=8371 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 7183 13149 0 0 19 2 5 2 20 0 15 0 444460220 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838956716096 139838968993118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10820196 memory=7228678115523586156 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10820196 memory=5788339726952981056 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10820196 memory=7019607165329033672 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460220 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460222 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838511585904 139838984923778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11079880704 12475 33554432000 4194304 4196468 140735869555680 139837961135392 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460223 11079880704 12475 33554432000 4194304 4196468 140735869555680 139837759809136 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11079880704 12475 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) S 8371 8374 5090 0 -1 1077944384 576 13149 0 0 1 0 5 2 20 0 15 0 444460225 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) S 8371 8374 5090 0 -1 1077944384 68 13149 0 0 2 0 5 2 20 0 15 0 444460225 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838509479920 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) R 8371 8374 5090 0 -1 1077944384 647 13149 0 0 5 0 5 2 20 0 15 0 444460225 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11079880704 12475 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460226 11079880704 12475 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49900 KiB

[startup+0.700732 s]
/proc/loadavg: 1.08 1.35 1.46 3/228 8440
/proc/meminfo: memFree=29891268/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10824364 memory=83200 CPUtime=1.08 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 15056 13149 0 0 97 4 5 2 20 0 15 0 444460211 11084148736 20800 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2706091 20800 3510 1 0 2668173 0
[pid=8374/tid=8427] ppid=8371 vsize=10824364 memory=2241 CPUtime=0.65 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 10403 13149 0 0 55 3 5 2 20 0 15 0 444460220 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838956727248 139838968993118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460220 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460220 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 5 13149 0 0 0 0 5 2 20 0 15 0 444460222 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838511585904 139838984923778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11084148736 20800 33554432000 4194304 4196468 140735869555680 139837961135392 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460223 11084148736 20800 33554432000 4194304 4196468 140735869555680 139837759809136 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11084148736 20800 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) S 8371 8374 5090 0 -1 1077944384 981 13149 0 0 11 0 5 2 20 0 15 0 444460225 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) S 8371 8374 5090 0 -1 1077944384 556 13149 0 0 12 0 5 2 20 0 15 0 444460225 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838509479920 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) S 8371 8374 5090 0 -1 1077944384 884 13149 0 0 17 0 5 2 20 0 15 0 444460225 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10824364 memory=140077338494960 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11084148736 20800 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460226 11084148736 20800 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83200 KiB

[startup+1.50073 s]
/proc/loadavg: 1.08 1.35 1.46 3/228 8440
/proc/meminfo: memFree=29847068/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10834680 memory=169136 CPUtime=2.41 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 20454 13149 0 0 226 8 5 2 20 0 15 0 444460211 11094712320 42284 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2708670 42284 3572 1 0 2670733 0
[pid=8374/tid=8427] ppid=8371 vsize=10834680 memory=18 CPUtime=1.42 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 14974 13149 0 0 130 5 5 2 20 0 15 0 444460220 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838956717808 139838968993118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10834680 memory=23 CPUtime=0.08 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 26 13149 0 0 1 0 5 2 20 0 15 0 444460220 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 31 13149 0 0 1 0 5 2 20 0 15 0 444460220 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 21 13149 0 0 1 0 5 2 20 0 15 0 444460220 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10834680 memory=100548 CPUtime=0.08 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 27 13149 0 0 1 0 5 2 20 0 15 0 444460220 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 44 13149 0 0 1 0 5 2 20 0 15 0 444460222 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838511585904 139838984923778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10834680 memory=7014751519583653990 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11094712320 42284 33554432000 4194304 4196468 140735869555680 139837961135456 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10834680 memory=7734484216215725657 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460223 11094712320 42284 33554432000 4194304 4196468 140735869555680 139837759809152 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10834680 memory=7309459191915179375 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11094712320 42284 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10834680 memory=5571041044932352101 CPUtime=0.3 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) R 8371 8374 5090 0 -1 1077944384 1041 13149 0 0 23 0 5 2 20 0 15 0 444460225 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10834680 memory=7379546383791252587 CPUtime=0.32 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) R 8371 8374 5090 0 -1 4202560 607 13149 0 0 25 0 5 2 20 0 15 0 444460225 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838509480016 139838977897673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10834680 memory=7014751519583653990 CPUtime=0.46 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) S 8371 8374 5090 0 -1 1077944384 1457 13149 0 0 39 0 5 2 20 0 15 0 444460225 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10834680 memory=7014751519583653990 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11094712320 42284 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10834680 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 444460226 11094712320 42284 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834680 KiB

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

[startup+1423.88 s]
# the end of solver process 8374 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1447.62 s, system=2.23234 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1422.4 s]
/proc/loadavg: 1.34 1.38 1.39 3/227 8724
/proc/meminfo: memFree=29021776/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10844940 memory=841740 CPUtime=1448.33 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 115539 13149 0 0 144607 219 5 2 20 0 15 0 444460211 11105218560 210435 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2711235 210435 3622 1 0 2673293 0
[pid=8374/tid=8427] ppid=8371 vsize=10844940 memory=8112282956445269571 CPUtime=1406.87 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 43605 13149 0 0 140646 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838956749216 139838592488519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10844940 memory=1440 CPUtime=6.81 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 9042 13149 0 0 636 38 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10844940 memory=1768 CPUtime=6.83 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 5881 13149 0 0 642 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10844940 memory=841740 CPUtime=6.8 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 5157 13149 0 0 638 35 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10844940 memory=8112282956445269571 CPUtime=6.84 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 9464 13149 0 0 640 37 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10844940 memory=6036 CPUtime=7.2 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 7753 13149 0 0 680 33 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838511585904 139838984923778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10844940 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837961135520 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10844940 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460223 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837759809152 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10844940 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10844940 memory=1696 CPUtime=2.68 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) S 8371 8374 5090 0 -1 1077944384 12134 13149 0 0 259 2 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10844940 memory=4000 CPUtime=2.62 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) S 8371 8374 5090 0 -1 1077944384 11305 13149 0 0 254 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838509479920 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10844940 memory=7548 CPUtime=1.27 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) S 8371 8374 5090 0 -1 1077944384 8095 13149 0 0 119 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10844940 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10844940 memory=1224 CPUtime=0.94 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 877 13149 0 0 42 45 5 2 20 0 15 0 444460226 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 1448.33 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 841740 KiB

[startup+1423.21 s]
/proc/loadavg: 1.34 1.38 1.39 3/227 8724
/proc/meminfo: memFree=29021776/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10844940 memory=841740 CPUtime=1449.14 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 115545 13149 0 0 144688 219 5 2 20 0 15 0 444460211 11105218560 210435 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2711235 210435 3622 1 0 2673293 0
[pid=8374/tid=8427] ppid=8371 vsize=10844940 memory=3616 CPUtime=1407.67 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 43611 13149 0 0 140726 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838956748800 139838593157982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10844940 memory=45216 CPUtime=6.81 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 9042 13149 0 0 636 38 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10844940 memory=988 CPUtime=6.83 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 5881 13149 0 0 642 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10844940 memory=8112282956445269571 CPUtime=6.8 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 5157 13149 0 0 638 35 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10844940 memory=2832 CPUtime=6.84 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 9464 13149 0 0 640 37 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10844940 memory=1224 CPUtime=7.2 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 7753 13149 0 0 680 33 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838511585904 139838984923778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10844940 memory=6036 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837961135520 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10844940 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460223 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837759809152 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10844940 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10844940 memory=1056 CPUtime=2.68 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) S 8371 8374 5090 0 -1 1077944384 12134 13149 0 0 259 2 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10844940 memory=772 CPUtime=2.62 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) S 8371 8374 5090 0 -1 1077944384 11305 13149 0 0 254 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838509479920 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10844940 memory=1556 CPUtime=1.27 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) S 8371 8374 5090 0 -1 1077944384 8095 13149 0 0 119 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10844940 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10844940 memory=1096 CPUtime=0.94 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 877 13149 0 0 42 45 5 2 20 0 15 0 444460226 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 1449.14 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 841740 KiB

[startup+1423.6 s]
/proc/loadavg: 1.34 1.38 1.39 3/227 8724
/proc/meminfo: memFree=29021776/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10844940 memory=841740 CPUtime=1449.54 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 115547 13149 0 0 144728 219 5 2 20 0 15 0 444460211 11105218560 210435 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2711235 210435 3622 1 0 2673293 0
[pid=8374/tid=8427] ppid=8371 vsize=10844940 memory=24520 CPUtime=1408.06 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) S 8371 8374 5090 0 -1 1077944384 43613 13149 0 0 140765 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838956749184 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10844940 memory=11852 CPUtime=6.81 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 9042 13149 0 0 636 38 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10844940 memory=532 CPUtime=6.83 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) R 8371 8374 5090 0 -1 1077944384 5881 13149 0 0 642 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838903974176 139838984922837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10844940 memory=1564 CPUtime=6.8 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 5157 13149 0 0 638 35 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10844940 memory=928 CPUtime=6.84 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 9464 13149 0 0 640 37 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10844940 memory=1980 CPUtime=7.2 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 7753 13149 0 0 680 33 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838511584416 139838984922837 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10844940 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837961135520 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10844940 memory=4108 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460223 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837759809152 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10844940 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10844940 memory=3220 CPUtime=2.68 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) S 8371 8374 5090 0 -1 1077944384 12134 13149 0 0 259 2 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10844940 memory=841740 CPUtime=2.62 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) S 8371 8374 5090 0 -1 1077944384 11305 13149 0 0 254 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838509479920 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10844940 memory=1408 CPUtime=1.27 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) S 8371 8374 5090 0 -1 1077944384 8095 13149 0 0 119 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10844940 memory=2012 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10844940 memory=1240 CPUtime=0.94 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 877 13149 0 0 42 45 5 2 20 0 15 0 444460226 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 1449.54 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 841740 KiB

[startup+1423.8 s]
/proc/loadavg: 1.34 1.38 1.39 3/227 8724
/proc/meminfo: memFree=29021776/32770624 swapFree=67001972/67108860
[pid=8374] ppid=8371 vsize=10844940 memory=841740 CPUtime=1449.75 cores=0,2,4,6
/proc/8374/stat : 8374 (java) S 8371 8374 5090 0 -1 1077944320 115549 13149 0 0 144749 219 5 2 20 0 15 0 444460211 11105218560 210435 33554432000 4194304 4196468 140735869555680 140735869538224 139838984912631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
/proc/8374/statm: 2711235 210435 3622 1 0 2673293 0
[pid=8374/tid=8427] ppid=8371 vsize=10844940 memory=1696 CPUtime=1408.25 cores=0,2,4,6
/proc/8374/task/8427/stat : 8427 (java) R 8371 8374 5090 0 -1 4202560 43615 13149 0 0 140784 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838956749232 139838588509511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8428] ppid=8371 vsize=10844940 memory=4000 CPUtime=6.82 cores=0,2,4,6
/proc/8374/task/8428/stat : 8428 (java) S 8371 8374 5090 0 -1 1077944384 9042 13149 0 0 637 38 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838989154704 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8429] ppid=8371 vsize=10844940 memory=8112282956445269571 CPUtime=6.83 cores=0,2,4,6
/proc/8374/task/8429/stat : 8429 (java) S 8371 8374 5090 0 -1 1077944384 5881 13149 0 0 642 34 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838903974160 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8430] ppid=8371 vsize=10844940 memory=2876 CPUtime=6.8 cores=0,2,4,6
/proc/8374/task/8430/stat : 8430 (java) S 8371 8374 5090 0 -1 1077944384 5157 13149 0 0 638 35 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838902921872 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8431] ppid=8371 vsize=10844940 memory=2608 CPUtime=6.85 cores=0,2,4,6
/proc/8374/task/8431/stat : 8431 (java) S 8371 8374 5090 0 -1 1077944384 9464 13149 0 0 641 37 5 2 20 0 15 0 444460220 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838901869072 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8432] ppid=8371 vsize=10844940 memory=4108 CPUtime=7.2 cores=0,2,4,6
/proc/8374/task/8432/stat : 8432 (java) S 8371 8374 5090 0 -1 1077944384 7753 13149 0 0 680 33 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838511585904 139838984923778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8433] ppid=8371 vsize=10844940 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8433/stat : 8433 (java) S 8371 8374 5090 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 444460222 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837961135520 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8434] ppid=8371 vsize=10844940 memory=3220 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8434/stat : 8434 (java) S 8371 8374 5090 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 444460223 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837759809152 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8435] ppid=8371 vsize=10844940 memory=841740 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8435/stat : 8435 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837519518288 139838984931227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8436] ppid=8371 vsize=10844940 memory=1408 CPUtime=2.68 cores=0,2,4,6
/proc/8374/task/8436/stat : 8436 (java) S 8371 8374 5090 0 -1 1077944384 12134 13149 0 0 259 2 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838510532720 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8437] ppid=8371 vsize=10844940 memory=3252 CPUtime=2.62 cores=0,2,4,6
/proc/8374/task/8437/stat : 8437 (java) S 8371 8374 5090 0 -1 1077944384 11305 13149 0 0 254 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838509479920 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8438] ppid=8371 vsize=10844940 memory=831476 CPUtime=1.27 cores=0,2,4,6
/proc/8374/task/8438/stat : 8438 (java) S 8371 8374 5090 0 -1 1077944384 8095 13149 0 0 119 1 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838508427632 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8439] ppid=8371 vsize=10844940 memory=1720 CPUtime=0.07 cores=0,2,4,6
/proc/8374/task/8439/stat : 8439 (java) S 8371 8374 5090 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 444460225 11105218560 210435 33554432000 4194304 4196468 140735869555680 139837485959648 139838984922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
[pid=8374/tid=8440] ppid=8371 vsize=10844940 memory=1398722017469774279 CPUtime=0.94 cores=0,2,4,6
/proc/8374/task/8440/stat : 8440 (java) S 8371 8374 5090 0 -1 1077944384 877 13149 0 0 42 45 5 2 20 0 15 0 444460226 11105218560 210435 33554432000 4194304 4196468 140735869555680 139838507375536 139838984923778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140735869561583 140735869564101 140735869564101 140735869566927 0
Current children cumulated CPU time: 1449.75 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 841740 KiB

Child status: 0
Real time (s): 1423.88
CPU time (s): 1449.85
CPU user time (s): 1447.62
CPU system time (s): 2.23234
CPU usage (%): 101.824
Max. virtual memory (cumulated for all children) (KiB): 10847716
Max. memory (cumulated for all children) (KiB): 841740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1447.62
system time used= 2.23234
maximum resident set size= 843828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129253
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178630
involuntary context switches= 4440


# summary of solver processes directly reported to runsolver:
#   pid: 8374
#   total CPU time (s): 1449.85
#   total CPU user time (s): 1447.62
#   total CPU system time (s): 2.23234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.8629 second user time and 12.9978 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 03:57:01
IDJOB=4401130
IDBENCH=133447
IDSOLVER=2857
FILE ID=node146/4401130-1568685462
RUNJOBID= node146-1568673290-5121
PBS_JOBID= 21703776
Free space on /tmp= 58968 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401130-1568685462/watcher-4401130-1568685462 -o /tmp/evaluation-result-4401130-1568685462/solver-4401130-1568685462 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5121 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401130-1568685462.xml

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

MD5SUM BENCH= ad8dee3e46a37d7edd567f31713cba75
RANDOM SEED=1545093772

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        29945128 kB
MemAvailable:   31141008 kB
Buffers:          229116 kB
Cached:          1237920 kB
SwapCached:         4428 kB
Active:          1489136 kB
Inactive:         711536 kB
Active(anon):     751272 kB
Inactive(anon):    30424 kB
Active(file):     737864 kB
Inactive(file):   681112 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67001972 kB
Dirty:             35660 kB
Writeback:             0 kB
AnonPages:        872752 kB
Mapped:            60900 kB
Shmem:             39020 kB
Slab:             216124 kB
SReclaimable:     185480 kB
SUnreclaim:        30644 kB
KernelStack:        4048 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1995444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58932 MiB
End job on node146 at 2019-09-17 04:20:45