Trace number 4393352

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-06-14OPT41 151.992 41.9691

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.5009
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393352-1568319675.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393352-1568319675.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.65/1.43	c solve instance...
3.95/1.50	o -1000 
15.25/4.42	o -977 
19.61/5.56	o -974 
23.16/6.40	o -973 
74.48/19.34	o 18 
78.05/20.26	o 20 
78.05/20.27	o 25 
92.34/23.88	o 33 
109.33/29.00	o 39 
134.22/35.31	o 41 
151.91/41.95	s OPTIMUM FOUND
151.91/41.95	v <instantiation>
151.91/41.95	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] </list>
151.91/41.95	v 	<values>5 0 1 2 3 6 7 12 9 4 15 10 11 8 13 16 17 18 19 14 -1 -1 -1 -1 -1 0 19 18 17 16 1 2 3 14 15 6 5 4 13 12 7 8 9 10 11 -1 -1 -1 -1 -1 -3 -4 6 6 -2 0 -3 -6 6 1 0 3 7 5 7 3 3 6 4 2 0 0 0 0 0 </values>
151.91/41.95	v </instantiation>

Verifier Data

OK	41

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393352-1568319675/watcher-4393352-1568319675 -o /tmp/evaluation-result-4393352-1568319675/solver-4393352-1568319675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6784 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1352402070 HOME/instance-4393352-1568319675.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
16108
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 8.27 8.39 8.19 6/233 16127
/proc/meminfo: memFree=31254912/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0
[pid=16113] ppid=16111 vsize=15144768 memory=30324 CPUtime=0.12 cores=0,2,4,6
/proc/16113/stat : 16113 (java) S 16111 16111 6753 0 -1 1077944320 5474 0 0 0 11 1 0 0 20 0 15 0 408230170 15508242432 7581 33554432000 4194304 4196468 140732879308592 140732879291136 140217299332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
/proc/16113/statm: 3786192 7581 3148 1 0 3748377 0
[pid=16113/tid=16114] ppid=16111 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=0,2,4,6
/proc/16113/task/16114/stat : 16114 (java) R 16111 16111 6753 0 -1 4202560 3388 0 0 0 8 1 0 0 20 0 15 0 408230171 15508242432 7581 33554432000 4194304 4196468 140732879308592 140217303559328 140217291574245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16115] ppid=16111 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16115/stat : 16115 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 7581 33554432000 4194304 4196468 140732879308592 140217262439440 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16116] ppid=16111 vsize=15144768 memory=140153567086208 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16116/stat : 16116 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216890219664 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16117] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16117/stat : 16117 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216889166608 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16118] ppid=16111 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16118/stat : 16118 (java) S 16111 16111 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216888114064 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16119] ppid=16111 vsize=15144768 memory=140153567086208 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16119/stat : 16119 (java) S 16111 16111 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408230173 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216767547632 140217299344002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16120] ppid=16111 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16120/stat : 16120 (java) S 16111 16111 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408230173 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216766493856 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16121] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16121/stat : 16121 (java) S 16111 16111 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408230174 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216765440752 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16122] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16122/stat : 16122 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216764389328 140217299351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16123] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16123/stat : 16123 (java) R 16111 16111 6753 0 -1 4202560 441 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216763329104 140217284232180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16124] ppid=16111 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16124/stat : 16124 (java) R 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216762284912 140217299344002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16125] ppid=16111 vsize=15144768 memory=140153567086208 CPUtime=0.02 cores=0,2,4,6
/proc/16113/task/16125/stat : 16125 (java) R 16111 16111 6753 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 408230176 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216761231856 140217278302684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16126] ppid=16111 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16126/stat : 16126 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216760179552 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16127] ppid=16111 vsize=15144768 memory=140153567086208 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 7581 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31772 KiB

[startup+0.214671 s]*
/proc/loadavg: 8.27 8.39 8.19 7/233 16127
/proc/meminfo: memFree=31244420/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0
[pid=16113] ppid=16111 vsize=15144768 memory=40416 CPUtime=0.35 cores=0,2,4,6
/proc/16113/stat : 16113 (java) S 16111 16111 6753 0 -1 1077944320 8865 0 0 0 32 3 0 0 20 0 15 0 408230170 15508242432 10104 33554432000 4194304 4196468 140732879308592 140732879291136 140217299332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
/proc/16113/statm: 3786192 10104 3269 1 0 3748377 0
[pid=16113/tid=16114] ppid=16111 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/16113/task/16114/stat : 16114 (java) R 16111 16111 6753 0 -1 4202560 6153 0 0 0 18 2 0 0 20 0 15 0 408230171 15508242432 10104 33554432000 4194304 4196468 140732879308592 140217303570656 140217299354781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16115] ppid=16111 vsize=15144768 memory=2995868 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16115/stat : 16115 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 10104 33554432000 4194304 4196468 140732879308592 140217262439440 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16116] ppid=16111 vsize=15144768 memory=140153567102319 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16116/stat : 16116 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216890219664 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16117] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16117/stat : 16117 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216889166608 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16118] ppid=16111 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16118/stat : 16118 (java) S 16111 16111 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408230171 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216888114064 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16119] ppid=16111 vsize=15144768 memory=140153567086208 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16119/stat : 16119 (java) S 16111 16111 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408230173 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216767547632 140217299344002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16120] ppid=16111 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16120/stat : 16120 (java) S 16111 16111 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408230173 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216766493856 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16121] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16121/stat : 16121 (java) S 16111 16111 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408230174 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216765440752 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16122] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16122/stat : 16122 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216764389328 140217299351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16123] ppid=16111 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16123/stat : 16123 (java) R 16111 16111 6753 0 -1 4202560 570 0 0 0 3 0 0 0 20 0 15 0 408230176 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216763337456 140217299344790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16124] ppid=16111 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16124/stat : 16124 (java) S 16111 16111 6753 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 15 0 408230176 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216762284912 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16125] ppid=16111 vsize=15144768 memory=140153567086208 CPUtime=0.08 cores=0,2,4,6
/proc/16113/task/16125/stat : 16125 (java) R 16111 16111 6753 0 -1 4202560 772 0 0 0 8 0 0 0 20 0 15 0 408230176 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216761231856 140217299354202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16126] ppid=16111 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16126/stat : 16126 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216760179552 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16127] ppid=16111 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230176 15508242432 10104 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41864 KiB

[startup+0.320184 s]*
/proc/loadavg: 8.27 8.39 8.19 8/233 16127
/proc/meminfo: memFree=31236044/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0
[pid=16113] ppid=16111 vsize=15149024 memory=50192 CPUtime=0.54 cores=0,2,4,6
/proc/16113/stat : 16113 (java) S 16111 16111 6753 0 -1 1077944320 10340 0 0 0 50 4 0 0 20 0 15 0 408230170 15512600576 12548 33554432000 4194304 4196468 140732879308592 140732879291136 140217299332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
/proc/16113/statm: 3787256 12548 3369 1 0 3748377 0
[pid=16113/tid=16114] ppid=16111 vsize=15149024 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/16113/task/16114/stat : 16114 (java) R 16111 16111 6753 0 -1 4202560 7361 0 0 0 27 3 0 0 20 0 15 0 408230171 15512600576 12548 33554432000 4194304 4196468 140732879308592 140217303563968 140217283413342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16115] ppid=16111 vsize=15149024 memory=2996209 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16115/stat : 16115 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15512600576 12548 33554432000 4194304 4196468 140732879308592 140217262439440 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16116] ppid=16111 vsize=15149024 memory=3161056 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16116/stat : 16116 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216890219664 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16117] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16117/stat : 16117 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216889166608 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16118] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16118/stat : 16118 (java) S 16111 16111 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408230171 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216888114064 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16119] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16119/stat : 16119 (java) S 16111 16111 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408230173 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216767547632 140217299344002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16120] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16120/stat : 16120 (java) S 16111 16111 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408230173 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216766493856 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16121] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16121/stat : 16121 (java) S 16111 16111 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408230174 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216765440752 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16122] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16122/stat : 16122 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216764389328 140217299351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16123] ppid=16111 vsize=15149024 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/16113/task/16123/stat : 16123 (java) S 16111 16111 6753 0 -1 1077944384 678 0 0 0 6 0 0 0 20 0 15 0 408230176 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216763337456 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16124] ppid=16111 vsize=15149024 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16124/stat : 16124 (java) S 16111 16111 6753 0 -1 1077944384 97 0 0 0 3 0 0 0 20 0 15 0 408230176 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216762284912 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16125] ppid=16111 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16113/task/16125/stat : 16125 (java) S 16111 16111 6753 0 -1 1077944384 904 0 0 0 12 0 0 0 20 0 15 0 408230176 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216761231856 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16126] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16126/stat : 16126 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216760179552 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16127] ppid=16111 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230176 15512600576 12548 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51640 KiB

[startup+0.706183 s]
/proc/loadavg: 8.27 8.39 8.19 10/233 16127
/proc/meminfo: memFree=31213120/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0
[pid=16113] ppid=16111 vsize=15151148 memory=116480 CPUtime=1.73 cores=0,2,4,6
/proc/16113/stat : 16113 (java) S 16111 16111 6753 0 -1 1077944320 14621 0 0 0 166 7 0 0 20 0 15 0 408230170 15514775552 29120 33554432000 4194304 4196468 140732879308592 140732879291136 140217299332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
/proc/16113/statm: 3787787 29120 3440 1 0 3748889 0
[pid=16113/tid=16114] ppid=16111 vsize=15151148 memory=1786773505281 CPUtime=0.68 cores=0,2,4,6
/proc/16113/task/16114/stat : 16114 (java) R 16111 16111 6753 0 -1 4202560 8635 0 0 0 63 5 0 0 20 0 15 0 408230171 15514775552 29120 33554432000 4194304 4196468 140732879308592 140217303567504 140216935245748 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16115] ppid=16111 vsize=15151148 memory=512 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16115/stat : 16115 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15514775552 29120 33554432000 4194304 4196468 140732879308592 140217262439440 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16116] ppid=16111 vsize=15151148 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16116/stat : 16116 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216890219664 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16117] ppid=16111 vsize=15151148 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16117/stat : 16117 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230171 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216889166608 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16118] ppid=16111 vsize=15151148 memory=3772 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16118/stat : 16118 (java) S 16111 16111 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408230171 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216888114064 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16119] ppid=16111 vsize=15151148 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16119/stat : 16119 (java) S 16111 16111 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408230173 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216767547632 140217299344002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16120] ppid=16111 vsize=15151148 memory=920 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16120/stat : 16120 (java) S 16111 16111 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408230173 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216766493856 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16121] ppid=16111 vsize=15151148 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16121/stat : 16121 (java) S 16111 16111 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408230174 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216765440752 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16122] ppid=16111 vsize=15151148 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16122/stat : 16122 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216764389328 140217299351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16123] ppid=16111 vsize=15151148 memory=1764 CPUtime=0.36 cores=0,2,4,6
/proc/16113/task/16123/stat : 16123 (java) R 16111 16111 6753 0 -1 4202560 1561 0 0 0 36 0 0 0 20 0 15 0 408230176 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216763337456 140217299354202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16124] ppid=16111 vsize=15151148 memory=111632 CPUtime=0.34 cores=0,2,4,6
/proc/16113/task/16124/stat : 16124 (java) R 16111 16111 6753 0 -1 4202560 1358 0 0 0 34 0 0 0 20 0 15 0 408230176 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216762270224 140217280877308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16125] ppid=16111 vsize=15151148 memory=804 CPUtime=0.33 cores=0,2,4,6
/proc/16113/task/16125/stat : 16125 (java) R 16111 16111 6753 0 -1 4202560 1761 0 0 0 32 1 0 0 20 0 15 0 408230176 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216761231856 140217280742866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16126] ppid=16111 vsize=15151148 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16126/stat : 16126 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408230176 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216760179552 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16127] ppid=16111 vsize=15151148 memory=924 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408230176 15514775552 29120 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 117928 KiB

[startup+1.50136 s]
/proc/loadavg: 8.27 8.39 8.19 9/233 16127
/proc/meminfo: memFree=31087376/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0

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

/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 531 0 0 0 0 1 0 0 20 0 19 0 408230176 15790571520 83926 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16169] ppid=16111 vsize=15420480 memory=1564 CPUtime=3.37 cores=0,2,4,6
/proc/16113/task/16169/stat : 16169 (java) S 16111 16111 6753 0 -1 1077944384 267 0 0 0 337 0 0 0 20 0 19 0 408233701 15790571520 83926 33554432000 4194304 4196468 140732879308592 140216743849648 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16170] ppid=16111 vsize=15420480 memory=928 CPUtime=3.06 cores=0,2,4,6
/proc/16113/task/16170/stat : 16170 (java) S 16111 16111 6753 0 -1 1077944384 298 0 0 0 306 0 0 0 20 0 19 0 408233701 15790571520 83926 33554432000 4194304 4196468 140732879308592 140216748061392 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16171] ppid=16111 vsize=15420480 memory=1692 CPUtime=3.39 cores=0,2,4,6
/proc/16113/task/16171/stat : 16171 (java) S 16111 16111 6753 0 -1 1077944384 1376 0 0 0 339 0 0 0 20 0 19 0 408233701 15790571520 83926 33554432000 4194304 4196468 140732879308592 140216744903504 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16172] ppid=16111 vsize=15420480 memory=1028 CPUtime=5.33 cores=0,2,4,6
/proc/16113/task/16172/stat : 16172 (java) R 16111 16111 6753 0 -1 4202560 205 0 0 0 533 0 0 0 20 0 19 0 408233702 15790571520 83926 33554432000 4194304 4196468 140732879308592 140216747003744 140216944586872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 150.79 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 337152 KiB

[startup+41.6009 s]
/proc/loadavg: 8.06 8.33 8.18 6/238 16174
/proc/meminfo: memFree=30885756/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0
[pid=16113] ppid=16111 vsize=15420480 memory=332604 CPUtime=151.61 cores=0,2,4,6
/proc/16113/stat : 16113 (java) S 16111 16111 6753 0 -1 1077944320 72363 0 0 0 15137 24 0 0 20 0 19 0 408230170 15790571520 83151 33554432000 4194304 4196468 140732879308592 140732879291136 140217299332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
/proc/16113/statm: 3855120 83151 3529 1 0 3816222 0
[pid=16113/tid=16114] ppid=16111 vsize=15420480 memory=316580 CPUtime=1.39 cores=0,2,4,6
/proc/16113/task/16114/stat : 16114 (java) S 16111 16111 6753 0 -1 1077944384 9726 0 0 0 132 7 0 0 20 0 19 0 408230171 15790571520 83151 33554432000 4194304 4196468 140732879308592 140217303573632 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16115] ppid=16111 vsize=15420480 memory=1448 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16115/stat : 16115 (java) S 16111 16111 6753 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 19 0 408230171 15790571520 83151 33554432000 4194304 4196468 140732879308592 140217262439440 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16116] ppid=16111 vsize=15420480 memory=248412 CPUtime=0.02 cores=0,2,4,6
/proc/16113/task/16116/stat : 16116 (java) S 16111 16111 6753 0 -1 1077944384 55 0 0 0 1 1 0 0 20 0 19 0 408230171 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216890219664 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16117] ppid=16111 vsize=15420480 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16117/stat : 16117 (java) S 16111 16111 6753 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 19 0 408230171 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216889166608 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16118] ppid=16111 vsize=15420480 memory=335704 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16118/stat : 16118 (java) S 16111 16111 6753 0 -1 1077944384 108 0 0 0 2 1 0 0 20 0 19 0 408230171 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216888114064 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16119] ppid=16111 vsize=15420480 memory=920 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16119/stat : 16119 (java) S 16111 16111 6753 0 -1 1077944384 841 0 0 0 0 1 0 0 20 0 19 0 408230173 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216767547632 140217299344002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16120] ppid=16111 vsize=15420480 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16120/stat : 16120 (java) S 16111 16111 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408230173 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216766493920 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16121] ppid=16111 vsize=15420480 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16121/stat : 16121 (java) S 16111 16111 6753 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 408230174 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216765440768 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16122] ppid=16111 vsize=15420480 memory=248412 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16122/stat : 16122 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408230176 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216764389328 140217299351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16123] ppid=16111 vsize=15420480 memory=1984 CPUtime=3.26 cores=0,2,4,6
/proc/16113/task/16123/stat : 16123 (java) S 16111 16111 6753 0 -1 1077944384 19602 0 0 0 325 1 0 0 20 0 19 0 408230176 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216763337456 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16124] ppid=16111 vsize=15420480 memory=2404 CPUtime=3.38 cores=0,2,4,6
/proc/16113/task/16124/stat : 16124 (java) S 16111 16111 6753 0 -1 1077944384 18550 0 0 0 336 2 0 0 20 0 19 0 408230176 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216762284912 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16125] ppid=16111 vsize=15420480 memory=1764 CPUtime=0.93 cores=0,2,4,6
/proc/16113/task/16125/stat : 16125 (java) S 16111 16111 6753 0 -1 1077944384 9048 0 0 0 91 2 0 0 20 0 19 0 408230176 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216761231856 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16126] ppid=16111 vsize=15420480 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16126/stat : 16126 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408230176 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216760179552 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16127] ppid=16111 vsize=15420480 memory=1448 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 1103 0 0 0 0 1 0 0 20 0 19 0 408230176 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16169] ppid=16111 vsize=15420480 memory=248412 CPUtime=3.37 cores=0,2,4,6
/proc/16113/task/16169/stat : 16169 (java) S 16111 16111 6753 0 -1 1077944384 267 0 0 0 337 0 0 0 20 0 19 0 408233701 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216743849648 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16170] ppid=16111 vsize=15420480 memory=1692 CPUtime=3.06 cores=0,2,4,6
/proc/16113/task/16170/stat : 16170 (java) S 16111 16111 6753 0 -1 1077944384 298 0 0 0 306 0 0 0 20 0 19 0 408233701 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216748061392 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16171] ppid=16111 vsize=15420480 memory=1028 CPUtime=3.39 cores=0,2,4,6
/proc/16113/task/16171/stat : 16171 (java) S 16111 16111 6753 0 -1 1077944384 1376 0 0 0 339 0 0 0 20 0 19 0 408233701 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216744903504 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16172] ppid=16111 vsize=15420480 memory=328676 CPUtime=6.13 cores=0,2,4,6
/proc/16113/task/16172/stat : 16172 (java) R 16111 16111 6753 0 -1 4202560 351 0 0 0 613 0 0 0 20 0 19 0 408233702 15790571520 83151 33554432000 4194304 4196468 140732879308592 140216747003744 140216944586975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 151.61 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 334052 KiB

[startup+41.8009 s]
/proc/loadavg: 8.06 8.33 8.18 6/238 16174
/proc/meminfo: memFree=30885756/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0
[pid=16113] ppid=16111 vsize=15420480 memory=332632 CPUtime=151.81 cores=0,2,4,6
/proc/16113/stat : 16113 (java) S 16111 16111 6753 0 -1 1077944320 72455 0 0 0 15157 24 0 0 20 0 19 0 408230170 15790571520 83158 33554432000 4194304 4196468 140732879308592 140732879291136 140217299332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
/proc/16113/statm: 3855120 83158 3529 1 0 3816222 0
[pid=16113/tid=16114] ppid=16111 vsize=15420480 memory=304304 CPUtime=1.39 cores=0,2,4,6
/proc/16113/task/16114/stat : 16114 (java) S 16111 16111 6753 0 -1 1077944384 9726 0 0 0 132 7 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140217303573632 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16115] ppid=16111 vsize=15420480 memory=780 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16115/stat : 16115 (java) S 16111 16111 6753 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140217262439440 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16116] ppid=16111 vsize=15420480 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/16113/task/16116/stat : 16116 (java) S 16111 16111 6753 0 -1 1077944384 55 0 0 0 1 1 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216890219664 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16117] ppid=16111 vsize=15420480 memory=7100839878645619564 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16117/stat : 16117 (java) S 16111 16111 6753 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216889166608 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16118] ppid=16111 vsize=15420480 memory=-8634980985311628903 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16118/stat : 16118 (java) S 16111 16111 6753 0 -1 1077944384 108 0 0 0 2 1 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216888114064 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16119] ppid=16111 vsize=15420480 memory=7897517683652307531 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16119/stat : 16119 (java) S 16111 16111 6753 0 -1 1077944384 841 0 0 0 0 1 0 0 20 0 19 0 408230173 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216767547632 140217299344002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16120] ppid=16111 vsize=15420480 memory=8514726395715349656 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16120/stat : 16120 (java) S 16111 16111 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408230173 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216766493920 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16121] ppid=16111 vsize=15420480 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16121/stat : 16121 (java) S 16111 16111 6753 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 408230174 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216765440768 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16122] ppid=16111 vsize=15420480 memory=16884 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16122/stat : 16122 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216764389328 140217299351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16123] ppid=16111 vsize=15420480 memory=2004 CPUtime=3.26 cores=0,2,4,6
/proc/16113/task/16123/stat : 16123 (java) S 16111 16111 6753 0 -1 1077944384 19602 0 0 0 325 1 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216763337456 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16124] ppid=16111 vsize=15420480 memory=984 CPUtime=3.38 cores=0,2,4,6
/proc/16113/task/16124/stat : 16124 (java) S 16111 16111 6753 0 -1 1077944384 18550 0 0 0 336 2 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216762284912 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16125] ppid=16111 vsize=15420480 memory=1328 CPUtime=0.93 cores=0,2,4,6
/proc/16113/task/16125/stat : 16125 (java) S 16111 16111 6753 0 -1 1077944384 9139 0 0 0 91 2 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216761231856 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16126] ppid=16111 vsize=15420480 memory=780 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16126/stat : 16126 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216760179552 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16127] ppid=16111 vsize=15420480 memory=1328 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 1103 0 0 0 0 1 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16169] ppid=16111 vsize=15420480 memory=780 CPUtime=3.37 cores=0,2,4,6
/proc/16113/task/16169/stat : 16169 (java) S 16111 16111 6753 0 -1 1077944384 267 0 0 0 337 0 0 0 20 0 19 0 408233701 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216743849648 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16170] ppid=16111 vsize=15420480 memory=3360 CPUtime=3.06 cores=0,2,4,6
/proc/16113/task/16170/stat : 16170 (java) S 16111 16111 6753 0 -1 1077944384 298 0 0 0 306 0 0 0 20 0 19 0 408233701 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216748061392 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16171] ppid=16111 vsize=15420480 memory=1692 CPUtime=3.39 cores=0,2,4,6
/proc/16113/task/16171/stat : 16171 (java) S 16111 16111 6753 0 -1 1077944384 1376 0 0 0 339 0 0 0 20 0 19 0 408233701 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216744903504 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16172] ppid=16111 vsize=15420480 memory=1028 CPUtime=6.33 cores=0,2,4,6
/proc/16113/task/16172/stat : 16172 (java) R 16111 16111 6753 0 -1 4202560 352 0 0 0 633 0 0 0 20 0 19 0 408233702 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216747003744 140216944586530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 151.81 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 334080 KiB

[startup+41.9009 s]
/proc/loadavg: 8.06 8.33 8.18 6/238 16174
/proc/meminfo: memFree=30885756/32770624 swapFree=66979532/67108860
[pid=16111] ppid=16108 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16111/stat : 16111 (xcsp3-exec) S 16108 16111 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408230170 115843072 362 33554432000 4194304 5098028 140734896442560 140734896440664 139668199309948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140734896448378 140734896448621 140734896448621 140734896451530 0
/proc/16111/statm: 28282 362 304 221 0 87 0
[pid=16113] ppid=16111 vsize=15420480 memory=332632 CPUtime=151.91 cores=0,2,4,6
/proc/16113/stat : 16113 (java) S 16111 16111 6753 0 -1 1077944320 72455 0 0 0 15167 24 0 0 20 0 19 0 408230170 15790571520 83158 33554432000 4194304 4196468 140732879308592 140732879291136 140217299332855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
/proc/16113/statm: 3855120 83158 3529 1 0 3816222 0
[pid=16113/tid=16114] ppid=16111 vsize=15420480 memory=335696 CPUtime=1.39 cores=0,2,4,6
/proc/16113/task/16114/stat : 16114 (java) S 16111 16111 6753 0 -1 1077944384 9726 0 0 0 132 7 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140217303573632 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16115] ppid=16111 vsize=15420480 memory=332632 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16115/stat : 16115 (java) S 16111 16111 6753 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140217262439440 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16116] ppid=16111 vsize=15420480 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/16113/task/16116/stat : 16116 (java) S 16111 16111 6753 0 -1 1077944384 55 0 0 0 1 1 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216890219664 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16117] ppid=16111 vsize=15420480 memory=335704 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16117/stat : 16117 (java) S 16111 16111 6753 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216889166608 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16118] ppid=16111 vsize=15420480 memory=1448 CPUtime=0.03 cores=0,2,4,6
/proc/16113/task/16118/stat : 16118 (java) S 16111 16111 6753 0 -1 1077944384 108 0 0 0 2 1 0 0 20 0 19 0 408230171 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216888114064 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16119] ppid=16111 vsize=15420480 memory=335704 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16119/stat : 16119 (java) S 16111 16111 6753 0 -1 1077944384 841 0 0 0 0 1 0 0 20 0 19 0 408230173 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216767547632 140217299344002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16120] ppid=16111 vsize=15420480 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16120/stat : 16120 (java) S 16111 16111 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408230173 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216766493920 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16121] ppid=16111 vsize=15420480 memory=280306880110528 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16121/stat : 16121 (java) S 16111 16111 6753 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 408230174 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216765440768 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16122] ppid=16111 vsize=15420480 memory=273 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16122/stat : 16122 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216764389328 140217299351451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16123] ppid=16111 vsize=15420480 memory=1448 CPUtime=3.26 cores=0,2,4,6
/proc/16113/task/16123/stat : 16123 (java) S 16111 16111 6753 0 -1 1077944384 19602 0 0 0 325 1 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216763337456 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16124] ppid=16111 vsize=15420480 memory=335704 CPUtime=3.38 cores=0,2,4,6
/proc/16113/task/16124/stat : 16124 (java) S 16111 16111 6753 0 -1 1077944384 18550 0 0 0 336 2 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216762284912 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16125] ppid=16111 vsize=15420480 memory=333600 CPUtime=0.93 cores=0,2,4,6
/proc/16113/task/16125/stat : 16125 (java) S 16111 16111 6753 0 -1 1077944384 9139 0 0 0 91 2 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216761231856 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16126] ppid=16111 vsize=15420480 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/16113/task/16126/stat : 16126 (java) S 16111 16111 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216760179552 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16127] ppid=16111 vsize=15420480 memory=1060 CPUtime=0.01 cores=0,2,4,6
/proc/16113/task/16127/stat : 16127 (java) S 16111 16111 6753 0 -1 1077944384 1103 0 0 0 0 1 0 0 20 0 19 0 408230176 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216759126576 140217299344002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16169] ppid=16111 vsize=15420480 memory=2828 CPUtime=3.37 cores=0,2,4,6
/proc/16113/task/16169/stat : 16169 (java) S 16111 16111 6753 0 -1 1077944384 267 0 0 0 337 0 0 0 20 0 19 0 408233701 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216743849648 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16170] ppid=16111 vsize=15420480 memory=326088 CPUtime=3.06 cores=0,2,4,6
/proc/16113/task/16170/stat : 16170 (java) S 16111 16111 6753 0 -1 1077944384 298 0 0 0 306 0 0 0 20 0 19 0 408233701 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216748061392 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16171] ppid=16111 vsize=15420480 memory=1448 CPUtime=3.39 cores=0,2,4,6
/proc/16113/task/16171/stat : 16171 (java) S 16111 16111 6753 0 -1 1077944384 1376 0 0 0 339 0 0 0 20 0 19 0 408233701 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216744903504 140217299343061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
[pid=16113/tid=16172] ppid=16111 vsize=15420480 memory=1448 CPUtime=6.43 cores=0,2,4,6
/proc/16113/task/16172/stat : 16172 (java) R 16111 16111 6753 0 -1 4202560 352 0 0 0 643 0 0 0 20 0 19 0 408233702 15790571520 83158 33554432000 4194304 4196468 140732879308592 140216747003744 140216944586842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140732879315951 140732879316122 140732879316122 140732879318991 0
Current children cumulated CPU time: 151.91 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 334080 KiB

Child status: 0
Real time (s): 41.9691
CPU time (s): 151.992
CPU user time (s): 151.737
CPU system time (s): 0.255041
CPU usage (%): 362.153
Max. virtual memory (cumulated for all children) (KiB): 15533608
Max. memory (cumulated for all children) (KiB): 337152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.737
system time used= 0.255041
maximum resident set size= 335704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4558
involuntary context switches= 3817


# summary of solver processes directly reported to runsolver:
#   pid: 16111
#   total CPU time (s): 151.992
#   total CPU user time (s): 151.737
#   total CPU system time (s): 0.255041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.300008 second user time and 0.498399 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 22:20:33
IDJOB=4393352
IDBENCH=128018
IDSOLVER=2840
FILE ID=node121/4393352-1568319675
RUNJOBID= node121-1568312479-6784
PBS_JOBID= 21701130
Free space on /tmp= 61024 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-0.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393352-1568319675/watcher-4393352-1568319675 -o /tmp/evaluation-result-4393352-1568319675/solver-4393352-1568319675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6784 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1352402070 HOME/instance-4393352-1568319675.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=1352402070

node121.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.75
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.75
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.75
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.75
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:        31272868 kB
MemAvailable:   31504616 kB
Buffers:          121040 kB
Cached:           405920 kB
SwapCached:        19216 kB
Active:           699612 kB
Inactive:         263684 kB
Active(anon):     422708 kB
Inactive(anon):    42492 kB
Active(file):     276904 kB
Inactive(file):   221192 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979532 kB
Dirty:             26984 kB
Writeback:             0 kB
AnonPages:        526704 kB
Mapped:            44932 kB
Shmem:             20476 kB
Slab:             128392 kB
SReclaimable:      98972 kB
SUnreclaim:        29420 kB
KernelStack:        3808 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1291896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 60996 MiB
End job on node121 at 2019-09-12 22:21:15