Trace number 4406926

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
choco-solver 2019-09-24 parallelOPT1128 19.3007 3.24624

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-01.xml
MD5SUM8d3b063d869bbc1321103d2dddf1736e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark7.22978
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"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.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406926-1569352564.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406926-1569352564.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.71/0.46	c solve instance...
0.71/0.49	o 0 
0.71/0.49	o 585 
0.71/0.50	o 593 
0.71/0.51	o 595 
1.07/0.52	o 599 
1.07/0.53	o 650 
1.07/0.53	o 653 
1.07/0.53	o 671 
1.07/0.53	o 679 
1.07/0.53	o 683 
1.07/0.54	o 685 
1.07/0.54	o 730 
1.07/0.54	o 762 
1.07/0.54	o 793 
1.07/0.56	o 822 
1.07/0.57	o 848 
1.66/0.61	o 871 
1.66/0.62	o 872 
1.66/0.64	o 873 
1.66/0.65	o 891 
1.66/0.65	o 898 
1.66/0.66	o 899 
1.66/0.67	o 950 
1.66/0.68	o 983 
1.66/0.69	o 987 
1.66/0.70	o 988 
2.27/0.70	o 993 
2.27/0.71	o 994 
2.27/0.71	o 1024 
2.27/0.73	o 1031 
2.27/0.77	o 1043 
2.27/0.78	o 1048 
2.27/0.80	o 1066 
2.94/0.81	o 1071 
2.94/0.82	o 1072 
2.94/0.82	o 1078 
2.94/0.83	o 1128 
19.05/3.23	s OPTIMUM FOUND
19.05/3.23	v <instantiation>
19.05/3.23	v 	<list>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] </list>
19.05/3.23	v 	<values>0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 </values>
19.05/3.23	v </instantiation>

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406926-1569352564/watcher-4406926-1569352564 -o /var/tmp/evaluation-result-4406926-1569352564/solver-4406926-1569352564 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569347359-14876 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 694251204 HOME/instance-4406926-1569352564.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100129 s]*
/proc/loadavg: 6.98 8.02 8.22 2/212 17195
/proc/meminfo: memFree=25588448/32770624 swapFree=66997532/67108860
[pid=17174] ppid=17171 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17174/stat : 17174 (xcsp3-exec) S 17171 17174 14849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511194747 115843072 362 33554432000 4194304 5098028 140732462865968 140732462864072 139738541027964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19628032 140732462867282 140732462867541 140732462867541 140732462870470 0
/proc/17174/statm: 28282 362 304 221 0 87 0
[pid=17176] ppid=17174 vsize=28227396 memory=28952 CPUtime=0.12 cores=0-7
/proc/17176/stat : 17176 (java) S 17174 17174 14849 0 -1 1077944320 5652 0 0 0 10 2 0 0 20 0 20 0 511194747 28904853504 7238 33554432000 4194304 4196468 140725119881280 140725119863824 140299256909559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
/proc/17176/statm: 7056849 7238 3154 1 0 7019032 0
[pid=17176/tid=17177] ppid=17174 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17176/task/17177/stat : 17177 (java) R 17174 17174 14849 0 -1 4202560 3597 0 0 0 8 1 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299261142624 140299256931485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17178] ppid=17174 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17176/task/17178/stat : 17178 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299209530512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17179] ppid=17174 vsize=28227396 memory=139682739160704 CPUtime=0 cores=0-7
/proc/17176/task/17179/stat : 17179 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299208477712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17180] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17180/stat : 17180 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299207424912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17181] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17181/stat : 17181 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299206372112 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17182] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17182/stat : 17182 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299205319312 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17183] ppid=17174 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17176/task/17183/stat : 17183 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299204266512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17184] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17184/stat : 17184 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299203213712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17185] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17185/stat : 17185 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 7238 33554432000 4194304 4196468 140725119881280 140299202160912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17186] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17186/stat : 17186 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194750 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297385294704 140299256920706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17187] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17187/stat : 17187 (java) S 17174 17174 14849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511194750 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297384240672 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17188] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17188/stat : 17188 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511194751 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297383187824 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17189] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17189/stat : 17189 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297382136144 140299256928155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17190] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17190/stat : 17190 (java) R 17174 17174 14849 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297381083504 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17191] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17191/stat : 17191 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297380030704 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17192] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17192/stat : 17192 (java) R 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297378977904 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17193] ppid=17174 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17176/task/17193/stat : 17193 (java) R 17174 17174 14849 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 20 0 511194753 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297377925104 140299256930906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17194] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17194/stat : 17194 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297376873568 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17195] ppid=17174 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17176/task/17195/stat : 17195 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 7238 33554432000 4194304 4196468 140725119881280 140297375820848 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210733 s]*
/proc/loadavg: 6.98 8.02 8.22 3/212 17195
/proc/meminfo: memFree=25574340/32770624 swapFree=66997532/67108860
[pid=17174] ppid=17171 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17174/stat : 17174 (xcsp3-exec) S 17171 17174 14849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511194747 115843072 362 33554432000 4194304 5098028 140732462865968 140732462864072 139738541027964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19628032 140732462867282 140732462867541 140732462867541 140732462870470 0
/proc/17174/statm: 28282 362 304 221 0 87 0
[pid=17176] ppid=17174 vsize=28227396 memory=40924 CPUtime=0.34 cores=0-7
/proc/17176/stat : 17176 (java) S 17174 17174 14849 0 -1 1077944320 9521 0 0 0 31 3 0 0 20 0 20 0 511194747 28904853504 10231 33554432000 4194304 4196468 140725119881280 140725119863824 140299256909559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
/proc/17176/statm: 7056849 10231 3295 1 0 7019032 0
[pid=17176/tid=17177] ppid=17174 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17176/task/17177/stat : 17177 (java) R 17174 17174 14849 0 -1 4202560 6650 0 0 0 17 2 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299261143616 140299224494023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17178] ppid=17174 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/17176/task/17178/stat : 17178 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299209530512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17179] ppid=17174 vsize=28227396 memory=139682739176030 CPUtime=0 cores=0-7
/proc/17176/task/17179/stat : 17179 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299208477712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17180] ppid=17174 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17176/task/17180/stat : 17180 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299207424912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17181] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17181/stat : 17181 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299206372112 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17182] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17182/stat : 17182 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299205319312 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17183] ppid=17174 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17176/task/17183/stat : 17183 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299204266512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17184] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17184/stat : 17184 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299203213712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17185] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17185/stat : 17185 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194748 28904853504 10231 33554432000 4194304 4196468 140725119881280 140299202160912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17186] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17186/stat : 17186 (java) S 17174 17174 14849 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511194750 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297385294704 140299256920706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17187] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17187/stat : 17187 (java) S 17174 17174 14849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511194750 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297384240672 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17188] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17188/stat : 17188 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511194751 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297383187824 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17189] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17189/stat : 17189 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297382136144 140299256928155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17190] ppid=17174 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17176/task/17190/stat : 17190 (java) S 17174 17174 14849 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 20 0 511194753 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297381083504 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17191] ppid=17174 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17176/task/17191/stat : 17191 (java) S 17174 17174 14849 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 511194753 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297380030704 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17192] ppid=17174 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/17176/task/17192/stat : 17192 (java) S 17174 17174 14849 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 20 0 511194753 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297378977904 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17193] ppid=17174 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/17176/task/17193/stat : 17193 (java) R 17174 17174 14849 0 -1 4202560 761 0 0 0 8 0 0 0 20 0 20 0 511194753 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297377925104 140299240990076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17194] ppid=17174 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17194/stat : 17194 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297376873568 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17195] ppid=17174 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17176/task/17195/stat : 17195 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194753 28904853504 10231 33554432000 4194304 4196468 140725119881280 140297375820848 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42372 KiB

[startup+0.319012 s]*
/proc/loadavg: 6.98 8.02 8.22 3/212 17195
/proc/meminfo: memFree=25568132/32770624 swapFree=66997532/67108860
[pid=17174] ppid=17171 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17174/stat : 17174 (xcsp3-exec) S 17171 17174 14849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511194747 115843072 362 33554432000 4194304 5098028 140732462865968 140732462864072 139738541027964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19628032 140732462867282 140732462867541 140732462867541 140732462870470 0
/proc/17174/statm: 28282 362 304 221 0 87 0
[pid=17176] ppid=17174 vsize=28231652 memory=50320 CPUtime=0.54 cores=0-7
/proc/17176/stat : 17176 (java) S 17174 17174 14849 0 -1 1077944320 10969 0 0 0 50 4 0 0 20 0 20 0 511194747 28909211648 12580 33554432000 4194304 4196468 140725119881280 140725119863824 140299256909559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
/proc/17176/statm: 7057913 12580 3338 1 0 7019032 0
[pid=17176/tid=17177] ppid=17174 vsize=28231652 memory=6791534058613427641 CPUtime=0.31 cores=0-7
/proc/17176/task/17177/stat : 17177 (java) R 17174 17174 14849 0 -1 4202560 7909 0 0 0 28 3 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299261140672 140299240990046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17178] ppid=17174 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17178/stat : 17178 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299209530512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17179] ppid=17174 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17179/stat : 17179 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299208477712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17180] ppid=17174 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17180/stat : 17180 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299207424912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17181] ppid=17174 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17181/stat : 17181 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299206372112 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17182] ppid=17174 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/17176/task/17182/stat : 17182 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299205319312 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17183] ppid=17174 vsize=28231652 memory=139682604217263 CPUtime=0 cores=0-7
/proc/17176/task/17183/stat : 17183 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299204266512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17184] ppid=17174 vsize=28231652 memory=139682604219568 CPUtime=0 cores=0-7
/proc/17176/task/17184/stat : 17184 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299203213712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17185] ppid=17174 vsize=28231652 memory=139682604221872 CPUtime=0 cores=0-7
/proc/17176/task/17185/stat : 17185 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194748 28909211648 12580 33554432000 4194304 4196468 140725119881280 140299202160912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17186] ppid=17174 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17186/stat : 17186 (java) S 17174 17174 14849 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511194750 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297385294704 140299256920706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17187] ppid=17174 vsize=28231652 memory=279365208450704 CPUtime=0 cores=0-7
/proc/17176/task/17187/stat : 17187 (java) S 17174 17174 14849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511194750 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297384240672 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17188] ppid=17174 vsize=28231652 memory=279365208457616 CPUtime=0 cores=0-7
/proc/17176/task/17188/stat : 17188 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511194751 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297383187824 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17189] ppid=17174 vsize=28231652 memory=279365208398768 CPUtime=0 cores=0-7
/proc/17176/task/17189/stat : 17189 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194753 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297382136144 140299256928155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17190] ppid=17174 vsize=28231652 memory=279365208471440 CPUtime=0.02 cores=0-7
/proc/17176/task/17190/stat : 17190 (java) S 17174 17174 14849 0 -1 1077944384 509 0 0 0 2 0 0 0 20 0 20 0 511194753 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297381083504 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17191] ppid=17174 vsize=28231652 memory=279365208478352 CPUtime=0.01 cores=0-7
/proc/17176/task/17191/stat : 17191 (java) S 17174 17174 14849 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 511194753 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297380030704 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17192] ppid=17174 vsize=28231652 memory=279365208476048 CPUtime=0.04 cores=0-7
/proc/17176/task/17192/stat : 17192 (java) S 17174 17174 14849 0 -1 1077944384 328 0 0 0 4 0 0 0 20 0 20 0 511194753 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297378977904 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17193] ppid=17174 vsize=28231652 memory=279365208492208 CPUtime=0.13 cores=0-7
/proc/17176/task/17193/stat : 17193 (java) S 17174 17174 14849 0 -1 1077944384 848 0 0 0 13 0 0 0 20 0 20 0 511194753 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297377925104 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17194] ppid=17174 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17194/stat : 17194 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511194753 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297376873568 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17195] ppid=17174 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17176/task/17195/stat : 17195 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511194753 28909211648 12580 33554432000 4194304 4196468 140725119881280 140297375820848 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51768 KiB

[startup+0.701175 s]
/proc/loadavg: 6.98 8.02 8.22 6/216 17222
/proc/meminfo: memFree=25494260/32770624 swapFree=66997532/67108860
[pid=17174] ppid=17171 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17174/stat : 17174 (xcsp3-exec) S 17171 17174 14849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511194747 115843072 362 33554432000 4194304 5098028 140732462865968 140732462864072 139738541027964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19628032 140732462867282 140732462867541 140732462867541 140732462870470 0
/proc/17174/statm: 28282 362 304 221 0 87 0
[pid=17176] ppid=17174 vsize=28833880 memory=197224 CPUtime=2.27 cores=0-7
/proc/17176/stat : 17176 (java) S 17174 17174 14849 0 -1 1077944320 20117 0 0 0 216 11 0 0 20 0 28 0 511194747 29525893120 49306 33554432000 4194304 4196468 140725119881280 140725119863824 140299256909559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
/proc/17176/statm: 7208470 49306 3482 1 0 7169570 0
[pid=17176/tid=17177] ppid=17174 vsize=28833880 memory=279365208850096 CPUtime=0.47 cores=0-7
/proc/17176/task/17177/stat : 17177 (java) R 17174 17174 14849 0 -1 4202560 9057 0 0 0 44 3 0 0 20 0 28 0 511194748 29525893120 49306 33554432000 4194304 4196468 140725119881280 140299261150336 140299256921494 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17178] ppid=17174 vsize=28833880 memory=139682604426096 CPUtime=0 cores=0-7
/proc/17176/task/17178/stat : 17178 (java) S 17174 17174 14849 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 49306 33554432000 4194304 4196468 140725119881280 140299209530512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17179] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17179/stat : 17179 (java) S 17174 17174 14849 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 49340 33554432000 4194304 4196468 140725119881280 140299208477712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17180] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17180/stat : 17180 (java) S 17174 17174 14849 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 49357 33554432000 4194304 4196468 140725119881280 140299207424912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0

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

[pid=17176/tid=17493] ppid=17174 vsize=28833880 memory=0 CPUtime=0.41 cores=0-7
/proc/17176/task/17493/stat : 17493 (java) R 17174 17174 14849 0 -1 4202560 18 0 0 0 41 0 0 0 20 0 28 0 511194831 29525893120 86183 33554432000 4194304 4196468 140725119881280 140297359237280 140298885343424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17494] ppid=17174 vsize=28833880 memory=0 CPUtime=0.56 cores=0-7
/proc/17176/task/17494/stat : 17494 (java) R 17174 17174 14849 0 -1 4202560 21 0 0 0 56 0 0 0 20 0 28 0 511194831 29525893120 86183 33554432000 4194304 4196468 140725119881280 140297363447936 140298885911180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17495] ppid=17174 vsize=28833880 memory=0 CPUtime=0.5 cores=0-7
/proc/17176/task/17495/stat : 17495 (java) R 17174 17174 14849 0 -1 4202560 27 0 0 0 50 0 0 0 20 0 28 0 511194831 29525893120 86183 33554432000 4194304 4196468 140725119881280 140297360289696 140298885243604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17496] ppid=17174 vsize=28833880 memory=0 CPUtime=0.35 cores=0-7
/proc/17176/task/17496/stat : 17496 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 35 0 0 0 20 0 28 0 511194831 29525893120 86183 33554432000 4194304 4196468 140725119881280 140297364500352 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17497] ppid=17174 vsize=28833880 memory=988 CPUtime=0.55 cores=0-7
/proc/17176/task/17497/stat : 17497 (java) R 17174 17174 14849 0 -1 4202560 24 0 0 0 55 0 0 0 20 0 28 0 511194831 29525893120 86183 33554432000 4194304 4196468 140725119881280 140297361342208 140299256921494 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17498] ppid=17174 vsize=28833880 memory=2016 CPUtime=0.52 cores=0-7
/proc/17176/task/17498/stat : 17498 (java) R 17174 17174 14849 0 -1 4202560 22 0 0 0 52 0 0 0 20 0 28 0 511194831 29525893120 86183 33554432000 4194304 4196468 140725119881280 140297357131392 140299249730443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17499] ppid=17174 vsize=28833880 memory=1428 CPUtime=0.37 cores=0-7
/proc/17176/task/17499/stat : 17499 (java) R 17174 17174 14849 0 -1 4202560 19 0 0 0 37 0 0 0 20 0 28 0 511194831 29525893120 86183 33554432000 4194304 4196468 140725119881280 140297365553664 140298885343424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 346180 KiB

[startup+3.11072 s]
/proc/loadavg: 6.98 8.02 8.22 7/221 17501
/proc/meminfo: memFree=25267372/32770624 swapFree=66997532/67108860
[pid=17174] ppid=17171 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17174/stat : 17174 (xcsp3-exec) S 17171 17174 14849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511194747 115843072 362 33554432000 4194304 5098028 140732462865968 140732462864072 139738541027964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19628032 140732462867282 140732462867541 140732462867541 140732462870470 0
/proc/17174/statm: 28282 362 304 221 0 87 0
[pid=17176] ppid=17174 vsize=28833880 memory=349868 CPUtime=18.43 cores=0-7
/proc/17176/stat : 17176 (java) S 17174 17174 14849 0 -1 1077944320 27276 0 0 0 1799 44 0 0 20 0 28 0 511194747 29525893120 87467 33554432000 4194304 4196468 140725119881280 140725119863824 140299256909559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
/proc/17176/statm: 7208470 87467 3503 1 0 7169570 0
[pid=17176/tid=17177] ppid=17174 vsize=28833880 memory=349852 CPUtime=0.47 cores=0-7
/proc/17176/task/17177/stat : 17177 (java) S 17174 17174 14849 0 -1 1077944384 9057 0 0 0 44 3 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299261150336 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17178] ppid=17174 vsize=28833880 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17176/task/17178/stat : 17178 (java) S 17174 17174 14849 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299209530512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17179] ppid=17174 vsize=28833880 memory=7660742144744843625 CPUtime=0 cores=0-7
/proc/17176/task/17179/stat : 17179 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299208477712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17180] ppid=17174 vsize=28833880 memory=4639059877604708710 CPUtime=0 cores=0-7
/proc/17176/task/17180/stat : 17180 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299207424912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17181] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17181/stat : 17181 (java) S 17174 17174 14849 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299206372112 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17182] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17182/stat : 17182 (java) S 17174 17174 14849 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299205319312 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17183] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17183/stat : 17183 (java) S 17174 17174 14849 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299204266512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17184] ppid=17174 vsize=28833880 memory=279365209112384 CPUtime=0 cores=0-7
/proc/17176/task/17184/stat : 17184 (java) S 17174 17174 14849 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299203213712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17185] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17185/stat : 17185 (java) S 17174 17174 14849 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87467 33554432000 4194304 4196468 140725119881280 140299202160912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17186] ppid=17174 vsize=28833880 memory=3472328296227679313 CPUtime=0 cores=0-7
/proc/17176/task/17186/stat : 17186 (java) S 17174 17174 14849 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 28 0 511194750 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297385294704 140299256920706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17187] ppid=17174 vsize=28833880 memory=1448 CPUtime=0 cores=0-7
/proc/17176/task/17187/stat : 17187 (java) S 17174 17174 14849 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511194750 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297384240736 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17188] ppid=17174 vsize=28833880 memory=279365209171648 CPUtime=0 cores=0-7
/proc/17176/task/17188/stat : 17188 (java) S 17174 17174 14849 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511194751 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297383187824 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17189] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17189/stat : 17189 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511194753 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297382136144 140299256928155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17190] ppid=17174 vsize=28833880 memory=0 CPUtime=0.74 cores=0-7
/proc/17176/task/17190/stat : 17190 (java) S 17174 17174 14849 0 -1 1077944384 3363 0 0 0 73 1 0 0 20 0 28 0 511194753 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297381083504 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17191] ppid=17174 vsize=28833880 memory=0 CPUtime=0.67 cores=0-7
/proc/17176/task/17191/stat : 17191 (java) S 17174 17174 14849 0 -1 1077944384 1893 0 0 0 67 0 0 0 20 0 28 0 511194753 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297380030704 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17192] ppid=17174 vsize=28833880 memory=6791534058613427641 CPUtime=0.93 cores=0-7
/proc/17176/task/17192/stat : 17192 (java) S 17174 17174 14849 0 -1 1077944384 3095 0 0 0 93 0 0 0 20 0 28 0 511194753 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297378977904 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17193] ppid=17174 vsize=28833880 memory=6944656592455359580 CPUtime=0.49 cores=0-7
/proc/17176/task/17193/stat : 17193 (java) S 17174 17174 14849 0 -1 1077944384 2502 0 0 0 49 0 0 0 20 0 28 0 511194753 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297377925104 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17194] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17194/stat : 17194 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511194753 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297376873568 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17195] ppid=17174 vsize=28833880 memory=7738147754313146727 CPUtime=0 cores=0-7
/proc/17176/task/17195/stat : 17195 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 511194753 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297375820848 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17492] ppid=17174 vsize=28833880 memory=7163928949420151393 CPUtime=1.68 cores=0-7
/proc/17176/task/17492/stat : 17492 (java) R 17174 17174 14849 0 -1 1077944384 25 0 0 0 165 3 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297362394304 140299256920706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17493] ppid=17174 vsize=28833880 memory=45 CPUtime=1.57 cores=0-7
/proc/17176/task/17493/stat : 17493 (java) R 17174 17174 14849 0 -1 4202560 28 0 0 0 153 4 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297359237376 140298886241672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17494] ppid=17174 vsize=28833880 memory=0 CPUtime=1.75 cores=0-7
/proc/17176/task/17494/stat : 17494 (java) S 17174 17174 14849 0 -1 1077944384 24 0 0 0 173 2 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297363447936 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17495] ppid=17174 vsize=28833880 memory=0 CPUtime=1.76 cores=0-7
/proc/17176/task/17495/stat : 17495 (java) R 17174 17174 14849 0 -1 4202560 43 0 0 0 173 3 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297360289792 140298882623750 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17496] ppid=17174 vsize=28833880 memory=1448 CPUtime=1.64 cores=0-7
/proc/17176/task/17496/stat : 17496 (java) R 17174 17174 14849 0 -1 4202560 62 0 0 0 160 4 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297364500352 140298886308000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17497] ppid=17174 vsize=28833880 memory=349316 CPUtime=1.9 cores=0-7
/proc/17176/task/17497/stat : 17497 (java) R 17174 17174 14849 0 -1 4202560 48 0 0 0 188 2 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297361342208 140298886552868 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17498] ppid=17174 vsize=28833880 memory=68 CPUtime=1.75 cores=0-7
/proc/17176/task/17498/stat : 17498 (java) R 17174 17174 14849 0 -1 4202560 42 0 0 0 173 2 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297357131392 140298885675023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17499] ppid=17174 vsize=28833880 memory=65 CPUtime=1.53 cores=0-7
/proc/17176/task/17499/stat : 17499 (java) R 17174 17174 14849 0 -1 4202560 22 0 0 0 149 4 0 0 20 0 28 0 511194831 29525893120 87467 33554432000 4194304 4196468 140725119881280 140297365553664 140298885343256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
Current children cumulated CPU time: 18.43 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 351316 KiB

[startup+3.24617 s]
# the end of solver process 17174 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18.8144 s, system=0.486366 s

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

[startup+3.20143 s]
/proc/loadavg: 6.98 8.02 8.22 7/221 17501
/proc/meminfo: memFree=25267372/32770624 swapFree=66997532/67108860
[pid=17174] ppid=17171 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17174/stat : 17174 (xcsp3-exec) S 17171 17174 14849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511194747 115843072 362 33554432000 4194304 5098028 140732462865968 140732462864072 139738541027964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19628032 140732462867282 140732462867541 140732462867541 140732462870470 0
/proc/17174/statm: 28282 362 304 221 0 87 0
[pid=17176] ppid=17174 vsize=28833880 memory=349940 CPUtime=19.05 cores=0-7
/proc/17176/stat : 17176 (java) S 17174 17174 14849 0 -1 1077944320 27290 0 0 0 1859 46 0 0 20 0 28 0 511194747 29525893120 87485 33554432000 4194304 4196468 140725119881280 140725119863824 140299256909559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
/proc/17176/statm: 7208470 87485 3503 1 0 7169570 0
[pid=17176/tid=17177] ppid=17174 vsize=28833880 memory=288289965484560962 CPUtime=0.47 cores=0-7
/proc/17176/task/17177/stat : 17177 (java) S 17174 17174 14849 0 -1 1077944384 9057 0 0 0 44 3 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299261150336 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17178] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17178/stat : 17178 (java) S 17174 17174 14849 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299209530512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17179] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17179/stat : 17179 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299208477712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17180] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17180/stat : 17180 (java) S 17174 17174 14849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299207424912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17181] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17181/stat : 17181 (java) S 17174 17174 14849 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299206372112 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17182] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17182/stat : 17182 (java) S 17174 17174 14849 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299205319312 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17183] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17183/stat : 17183 (java) S 17174 17174 14849 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299204266512 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17184] ppid=17174 vsize=28833880 memory=1448 CPUtime=0 cores=0-7
/proc/17176/task/17184/stat : 17184 (java) S 17174 17174 14849 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299203213712 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17185] ppid=17174 vsize=28833880 memory=344556 CPUtime=0 cores=0-7
/proc/17176/task/17185/stat : 17185 (java) S 17174 17174 14849 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 511194748 29525893120 87485 33554432000 4194304 4196468 140725119881280 140299202160912 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17186] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17186/stat : 17186 (java) S 17174 17174 14849 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 28 0 511194750 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297385294704 140299256920706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17187] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17187/stat : 17187 (java) S 17174 17174 14849 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511194750 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297384240736 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17188] ppid=17174 vsize=28833880 memory=1441 CPUtime=0 cores=0-7
/proc/17176/task/17188/stat : 17188 (java) S 17174 17174 14849 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511194751 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297383187824 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17189] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17189/stat : 17189 (java) S 17174 17174 14849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511194753 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297382136144 140299256928155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17190] ppid=17174 vsize=28833880 memory=0 CPUtime=0.74 cores=0-7
/proc/17176/task/17190/stat : 17190 (java) S 17174 17174 14849 0 -1 1077944384 3363 0 0 0 73 1 0 0 20 0 28 0 511194753 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297381083504 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17191] ppid=17174 vsize=28833880 memory=0 CPUtime=0.67 cores=0-7
/proc/17176/task/17191/stat : 17191 (java) S 17174 17174 14849 0 -1 1077944384 1893 0 0 0 67 0 0 0 20 0 28 0 511194753 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297380030704 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17192] ppid=17174 vsize=28833880 memory=0 CPUtime=0.93 cores=0-7
/proc/17176/task/17192/stat : 17192 (java) S 17174 17174 14849 0 -1 1077944384 3095 0 0 0 93 0 0 0 20 0 28 0 511194753 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297378977904 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17193] ppid=17174 vsize=28833880 memory=0 CPUtime=0.5 cores=0-7
/proc/17176/task/17193/stat : 17193 (java) S 17174 17174 14849 0 -1 1077944384 2505 0 0 0 50 0 0 0 20 0 28 0 511194753 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297377925104 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17194] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17194/stat : 17194 (java) S 17174 17174 14849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511194753 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297376873568 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17195] ppid=17174 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/17176/task/17195/stat : 17195 (java) S 17174 17174 14849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 511194753 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297375820848 140299256920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17492] ppid=17174 vsize=28833880 memory=26660 CPUtime=1.75 cores=0-7
/proc/17176/task/17492/stat : 17492 (java) R 17174 17174 14849 0 -1 4202560 25 0 0 0 172 3 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297362394400 140298886333240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17493] ppid=17174 vsize=28833880 memory=288230574492221466 CPUtime=1.64 cores=0-7
/proc/17176/task/17493/stat : 17493 (java) S 17174 17174 14849 0 -1 1077944384 28 0 0 0 160 4 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297359237376 140299256919765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17494] ppid=17174 vsize=28833880 memory=0 CPUtime=1.81 cores=0-7
/proc/17176/task/17494/stat : 17494 (java) R 17174 17174 14849 0 -1 4202560 24 0 0 0 179 2 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297363447936 140298885343233 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17495] ppid=17174 vsize=28833880 memory=0 CPUtime=1.83 cores=0-7
/proc/17176/task/17495/stat : 17495 (java) R 17174 17174 14849 0 -1 4202560 46 0 0 0 180 3 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297360289792 140298885343247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17496] ppid=17174 vsize=28833880 memory=0 CPUtime=1.72 cores=0-7
/proc/17176/task/17496/stat : 17496 (java) R 17174 17174 14849 0 -1 4202560 66 0 0 0 168 4 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297364500256 140298886366207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17497] ppid=17174 vsize=28833880 memory=0 CPUtime=1.98 cores=0-7
/proc/17176/task/17497/stat : 17497 (java) R 17174 17174 14849 0 -1 4202560 50 0 0 0 196 2 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297361342112 140298886096338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17498] ppid=17174 vsize=28833880 memory=0 CPUtime=1.84 cores=0-7
/proc/17176/task/17498/stat : 17498 (java) R 17174 17174 14849 0 -1 4202560 43 0 0 0 181 3 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297357131392 140298886307119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
[pid=17176/tid=17499] ppid=17174 vsize=28833880 memory=0 CPUtime=1.61 cores=0-7
/proc/17176/task/17499/stat : 17499 (java) R 17174 17174 14849 0 -1 1077944384 22 0 0 0 157 4 0 0 20 0 28 0 511194831 29525893120 87485 33554432000 4194304 4196468 140725119881280 140297365553568 140299256920706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140725119886294 140725119886470 140725119886470 140725119889359 0
Current children cumulated CPU time: 19.05 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 351388 KiB

Child status: 0
Real time (s): 3.24624
CPU time (s): 19.3007
CPU user time (s): 18.8144
CPU system time (s): 0.486366
CPU usage (%): 594.558
Max. virtual memory (cumulated for all children) (KiB): 28947008
Max. memory (cumulated for all children) (KiB): 351388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8144
system time used= 0.486366
maximum resident set size= 350996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114618
involuntary context switches= 204


# summary of solver processes directly reported to runsolver:
#   pid: 17174
#   total CPU time (s): 19.3007
#   total CPU user time (s): 18.8144
#   total CPU system time (s): 0.486366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061441 second user time and 0.071178 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-24 21:15:23
IDJOB=4406926
IDBENCH=133507
IDSOLVER=2871
FILE ID=node140/4406926-1569352564
RUNJOBID= node140-1569347359-14876
PBS_JOBID= 21705073
Free space on /var/tmp= 13516 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-01.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406926-1569352564/watcher-4406926-1569352564 -o /var/tmp/evaluation-result-4406926-1569352564/solver-4406926-1569352564 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569347359-14876 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 694251204 HOME/instance-4406926-1569352564.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8d3b063d869bbc1321103d2dddf1736e
RANDOM SEED=694251204

node140.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.43
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.43
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.43
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.43
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:        25603992 kB
MemAvailable:   31841584 kB
Buffers:          129688 kB
Cached:          6206408 kB
SwapCached:         2776 kB
Active:          3158632 kB
Inactive:        3185916 kB
Active(anon):       5656 kB
Inactive(anon):    58400 kB
Active(file):    3152976 kB
Inactive(file):  3127516 kB
Unevictable:      107700 kB
Mlocked:          107700 kB
SwapTotal:      67108860 kB
SwapFree:       66997532 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:        187236 kB
Mapped:            56880 kB
Shmem:             46828 kB
Slab:             414840 kB
SReclaimable:     385560 kB
SUnreclaim:        29280 kB
KernelStack:        3888 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13492 MiB
End job on node140 at 2019-09-24 21:15:26