Trace number 4399288

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-16OPT139 244 61.6403

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark188.238
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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-4399288-1568697980.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399288-1568697980.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.62/0.71	c solve instance...
2.01/0.82	o 171 
2.01/0.83	o 168 
3.57/1.28	o 158 
7.94/2.36	o 157 
9.54/2.74	o 156 
10.78/3.05	o 155 
13.89/3.84	o 154 
14.30/4.00	o 151 
14.70/4.03	o 148 
16.21/4.45	o 147 
16.21/4.45	o 143 
46.04/12.00	o 142 
50.82/13.13	o 141 
53.56/13.88	o 140 
56.73/14.66	o 139 
243.85/61.63	s OPTIMUM FOUND
243.85/61.63	v <instantiation>
243.85/61.63	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] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
243.85/61.63	v 	<values>0 0 8 0 16 4 3 1 13 8 4 31 26 24 34 35 18 43 14 18 65 45 51 24 46 16 55 41 33 79 59 57 49 60 90 74 95 60 55 74 89 93 117 79 79 86 107 103 69 113 88 115 103 83 120 127 115 121 131 129 130 139 </values>
243.85/61.63	v </instantiation>

Verifier Data

OK	139

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399288-1568697980/watcher-4399288-1568697980 -o /tmp/evaluation-result-4399288-1568697980/solver-4399288-1568697980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1189497240 HOME/instance-4399288-1568697980.xml 

running on 4 cores: 1,3,5,7

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

solver pid=23297, runsolver pid=23294

[startup+0.100227 s]*
/proc/loadavg: 8.48 8.50 8.21 7/233 23313
/proc/meminfo: memFree=30490868/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0
[pid=23299] ppid=23297 vsize=15144776 memory=29132 CPUtime=0.13 cores=1,3,5,7
/proc/23299/stat : 23299 (java) S 23297 23297 19836 0 -1 1077944320 5729 0 0 0 12 1 0 0 20 0 15 0 445735893 15508250624 7283 33554432000 4194304 4196468 140731391527360 140731391509904 140191244238583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
/proc/23299/statm: 3786194 7283 3150 1 0 3748377 0
[pid=23299/tid=23300] ppid=23297 vsize=15144776 memory=7100839878744900722 CPUtime=0.09 cores=1,3,5,7
/proc/23299/task/23300/stat : 23300 (java) R 23297 23297 19836 0 -1 4202560 3616 0 0 0 8 1 0 0 20 0 15 0 445735894 15508250624 7283 33554432000 4194304 4196468 140731391527360 140191248467648 140191244250518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23301] ppid=23297 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23301/stat : 23301 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190836321040 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23302] ppid=23297 vsize=15144776 memory=140421786592896 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23302/stat : 23302 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190835268496 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23303] ppid=23297 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23303/stat : 23303 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735894 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190834215952 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23304] ppid=23297 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23304/stat : 23304 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190833163408 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23305] ppid=23297 vsize=15144776 memory=140421786592896 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23305/stat : 23305 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735896 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190578632688 140191244249730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23306] ppid=23297 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23306/stat : 23306 (java) S 23297 23297 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445735896 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190577578912 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23307] ppid=23297 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23307/stat : 23307 (java) S 23297 23297 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445735896 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190576526320 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23308] ppid=23297 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23308/stat : 23308 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190575474896 140191244257179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23309] ppid=23297 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23309/stat : 23309 (java) R 23297 23297 19836 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 15 0 445735899 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190574422512 140191244249730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23310] ppid=23297 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23310/stat : 23310 (java) S 23297 23297 19836 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 445735899 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190573370064 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23311] ppid=23297 vsize=15144776 memory=140421786592896 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23311/stat : 23311 (java) R 23297 23297 19836 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 445735899 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190572314960 140191244250518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23312] ppid=23297 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23312/stat : 23312 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190571265120 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23313] ppid=23297 vsize=15144776 memory=140421786592896 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735899 15508250624 7283 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30584 KiB

[startup+0.217051 s]*
/proc/loadavg: 8.48 8.50 8.21 7/233 23313
/proc/meminfo: memFree=30477132/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0
[pid=23299] ppid=23297 vsize=15149032 memory=41612 CPUtime=0.35 cores=1,3,5,7
/proc/23299/stat : 23299 (java) S 23297 23297 19836 0 -1 1077944320 9640 0 0 0 32 3 0 0 20 0 15 0 445735893 15512608768 10403 33554432000 4194304 4196468 140731391527360 140731391509904 140191244238583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
/proc/23299/statm: 3787258 10403 3336 1 0 3748377 0
[pid=23299/tid=23300] ppid=23297 vsize=15150056 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23299/task/23300/stat : 23300 (java) R 23297 23297 19836 0 -1 4202560 6846 0 0 0 18 2 0 0 20 0 15 0 445735894 15513657344 10403 33554432000 4194304 4196468 140731391527360 140191248450656 140191236918301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23301] ppid=23297 vsize=15150056 memory=2810770 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23301/stat : 23301 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15513657344 10403 33554432000 4194304 4196468 140731391527360 140190836321040 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23302] ppid=23297 vsize=15150056 memory=140421789896857 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23302/stat : 23302 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15513657344 10403 33554432000 4194304 4196468 140731391527360 140190835268496 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23303] ppid=23297 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23303/stat : 23303 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735894 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190834215952 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23304] ppid=23297 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23304/stat : 23304 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190833163408 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23305] ppid=23297 vsize=15149032 memory=140421786592896 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23305/stat : 23305 (java) S 23297 23297 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445735896 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190578632688 140191244249730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23306] ppid=23297 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23306/stat : 23306 (java) S 23297 23297 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445735896 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190577578912 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23307] ppid=23297 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23307/stat : 23307 (java) S 23297 23297 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445735896 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190576526320 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23308] ppid=23297 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23308/stat : 23308 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190575474896 140191244257179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23309] ppid=23297 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23309/stat : 23309 (java) S 23297 23297 19836 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 445735899 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190574422512 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23310] ppid=23297 vsize=15149032 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23310/stat : 23310 (java) S 23297 23297 19836 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 445735899 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190573369968 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23311] ppid=23297 vsize=15149032 memory=140421786592896 CPUtime=0.08 cores=1,3,5,7
/proc/23299/task/23311/stat : 23311 (java) R 23297 23297 19836 0 -1 4202560 756 0 0 0 8 0 0 0 20 0 15 0 445735899 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190572317424 140191244259930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23312] ppid=23297 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23312/stat : 23312 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190571265120 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23313] ppid=23297 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735899 15512608768 10403 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 43064 KiB

[startup+0.315773 s]*
/proc/loadavg: 8.48 8.50 8.21 7/233 23313
/proc/meminfo: memFree=30469600/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0
[pid=23299] ppid=23297 vsize=15149032 memory=50468 CPUtime=0.54 cores=1,3,5,7
/proc/23299/stat : 23299 (java) S 23297 23297 19836 0 -1 1077944320 10981 0 0 0 50 4 0 0 20 0 15 0 445735893 15512608768 12617 33554432000 4194304 4196468 140731391527360 140731391509904 140191244238583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
/proc/23299/statm: 3787258 12617 3356 1 0 3748377 0
[pid=23299/tid=23300] ppid=23297 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/23299/task/23300/stat : 23300 (java) R 23297 23297 19836 0 -1 4202560 7912 0 0 0 27 3 0 0 20 0 15 0 445735894 15512608768 12617 33554432000 4194304 4196468 140731391527360 140191248473424 140191228319070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23301] ppid=23297 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23301/stat : 23301 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190836321040 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23302] ppid=23297 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23302/stat : 23302 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190835268496 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23303] ppid=23297 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23303/stat : 23303 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735894 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190834215952 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23304] ppid=23297 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23304/stat : 23304 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190833163408 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23305] ppid=23297 vsize=15149032 memory=-7233795161087131807 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23305/stat : 23305 (java) S 23297 23297 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445735896 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190578632688 140191244249730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23306] ppid=23297 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23306/stat : 23306 (java) S 23297 23297 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445735896 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190577578912 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23307] ppid=23297 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23307/stat : 23307 (java) S 23297 23297 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445735896 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190576526320 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23308] ppid=23297 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23308/stat : 23308 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190575474896 140191244257179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23309] ppid=23297 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/23299/task/23309/stat : 23309 (java) S 23297 23297 19836 0 -1 1077944384 510 0 0 0 5 0 0 0 20 0 15 0 445735899 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190574422512 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23310] ppid=23297 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23299/task/23310/stat : 23310 (java) S 23297 23297 19836 0 -1 1077944384 418 0 0 0 4 0 0 0 20 0 15 0 445735899 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190573369968 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23311] ppid=23297 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23299/task/23311/stat : 23311 (java) S 23297 23297 19836 0 -1 1077944384 838 0 0 0 12 0 0 0 20 0 15 0 445735899 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190572317424 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23312] ppid=23297 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23312/stat : 23312 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190571265120 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23313] ppid=23297 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735899 15512608768 12617 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51920 KiB

[startup+0.700768 s]
/proc/loadavg: 8.48 8.50 8.21 9/233 23313
/proc/meminfo: memFree=30452412/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0
[pid=23299] ppid=23297 vsize=15151156 memory=87872 CPUtime=1.62 cores=1,3,5,7
/proc/23299/stat : 23299 (java) S 23297 23297 19836 0 -1 1077944320 15106 0 0 0 156 6 0 0 20 0 15 0 445735893 15514783744 21968 33554432000 4194304 4196468 140731391527360 140731391509904 140191244238583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
/proc/23299/statm: 3787789 21968 3453 1 0 3748889 0
[pid=23299/tid=23300] ppid=23297 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/23299/task/23300/stat : 23300 (java) R 23297 23297 19836 0 -1 4202560 9331 0 0 0 64 4 0 0 20 0 15 0 445735894 15514783744 21968 33554432000 4194304 4196468 140731391527360 140191248474768 140190839912604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23301] ppid=23297 vsize=15151156 memory=32740 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23301/stat : 23301 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190836321040 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23302] ppid=23297 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23302/stat : 23302 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190835268496 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23303] ppid=23297 vsize=15151156 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23303/stat : 23303 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735894 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190834215952 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23304] ppid=23297 vsize=15151156 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23304/stat : 23304 (java) S 23297 23297 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445735894 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190833163408 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23305] ppid=23297 vsize=15151156 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23305/stat : 23305 (java) S 23297 23297 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445735896 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190578632688 140191244249730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23306] ppid=23297 vsize=15151156 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23306/stat : 23306 (java) S 23297 23297 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445735896 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190577578912 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23307] ppid=23297 vsize=15151156 memory=588 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23307/stat : 23307 (java) S 23297 23297 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445735896 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190576526320 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23308] ppid=23297 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23308/stat : 23308 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190575474896 140191244257179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23309] ppid=23297 vsize=15151156 memory=1056 CPUtime=0.27 cores=1,3,5,7
/proc/23299/task/23309/stat : 23309 (java) R 23297 23297 19836 0 -1 4202560 1202 0 0 0 27 0 0 0 20 0 15 0 445735899 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190574408576 140191227724788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23310] ppid=23297 vsize=15151156 memory=11620 CPUtime=0.22 cores=1,3,5,7
/proc/23299/task/23310/stat : 23310 (java) R 23297 23297 19836 0 -1 4202560 1194 0 0 0 22 0 0 0 20 0 15 0 445735899 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190573355488 140191225774619 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23311] ppid=23297 vsize=15151156 memory=3992 CPUtime=0.42 cores=1,3,5,7
/proc/23299/task/23311/stat : 23311 (java) R 23297 23297 19836 0 -1 4202560 2070 0 0 0 42 0 0 0 20 0 15 0 445735899 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190572317424 140191236475710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23312] ppid=23297 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23312/stat : 23312 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445735899 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190571265120 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23313] ppid=23297 vsize=15151156 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445735899 15514783744 21968 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 89324 KiB

[startup+1.50177 s]
/proc/loadavg: 8.48 8.50 8.21 13/237 23325
/proc/meminfo: memFree=30389536/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0

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

/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 765 0 0 0 0 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23374] ppid=23297 vsize=15486024 memory=5972 CPUtime=44.17 cores=1,3,5,7
/proc/23299/task/23374/stat : 23374 (java) R 23297 23297 19836 0 -1 4202560 344 0 0 0 4417 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190559942752 140190843385481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23375] ppid=23297 vsize=15486024 memory=588 CPUtime=44.16 cores=1,3,5,7
/proc/23299/task/23375/stat : 23375 (java) R 23297 23297 19836 0 -1 4202560 1392 0 0 0 4416 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190558888072 140190843186376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23376] ppid=23297 vsize=15486024 memory=780 CPUtime=44.2 cores=1,3,5,7
/proc/23299/task/23376/stat : 23376 (java) R 23297 23297 19836 0 -1 4202560 1355 0 0 0 4420 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190557836040 140190842054384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23377] ppid=23297 vsize=15486024 memory=1056 CPUtime=44.31 cores=1,3,5,7
/proc/23299/task/23377/stat : 23377 (java) R 23297 23297 19836 0 -1 4202560 881 0 0 0 4431 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190554685128 140190842977847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 234.29 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 218712 KiB

[startup+60.8008 s]
/proc/loadavg: 8.47 8.50 8.23 10/238 23382
/proc/meminfo: memFree=30283336/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0
[pid=23299] ppid=23297 vsize=15486024 memory=217260 CPUtime=240.67 cores=1,3,5,7
/proc/23299/stat : 23299 (java) S 23297 23297 19836 0 -1 1077944320 72432 0 0 0 24051 16 0 0 20 0 19 0 445735893 15857688576 54315 33554432000 4194304 4196468 140731391527360 140731391509904 140191244238583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
/proc/23299/statm: 3871506 54315 3532 1 0 3832606 0
[pid=23299/tid=23300] ppid=23297 vsize=15486024 memory=6791534058613427641 CPUtime=0.7 cores=1,3,5,7
/proc/23299/task/23300/stat : 23300 (java) S 23297 23297 19836 0 -1 1077944384 9703 0 0 0 66 4 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140191248479360 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23301] ppid=23297 vsize=15486024 memory=223928 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23301/stat : 23301 (java) S 23297 23297 19836 0 -1 1077944384 945 0 0 0 2 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190836321040 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23302] ppid=23297 vsize=15486024 memory=223928 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23302/stat : 23302 (java) S 23297 23297 19836 0 -1 1077944384 3773 0 0 0 3 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190835268496 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23303] ppid=23297 vsize=15486024 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23303/stat : 23303 (java) S 23297 23297 19836 0 -1 1077944384 1243 0 0 0 2 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190834215952 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23304] ppid=23297 vsize=15486024 memory=-9174445032661854264 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23304/stat : 23304 (java) S 23297 23297 19836 0 -1 1077944384 2529 0 0 0 3 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190833163408 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23305] ppid=23297 vsize=15486024 memory=-1088251628401078322 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23305/stat : 23305 (java) S 23297 23297 19836 0 -1 1077944384 1805 0 0 0 2 1 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190578632688 140191244249730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23306] ppid=23297 vsize=15486024 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23306/stat : 23306 (java) S 23297 23297 19836 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190577578976 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23307] ppid=23297 vsize=15486024 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23307/stat : 23307 (java) S 23297 23297 19836 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190576526336 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23308] ppid=23297 vsize=15486024 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23308/stat : 23308 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190575474896 140191244257179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23309] ppid=23297 vsize=15486024 memory=14008 CPUtime=2.97 cores=1,3,5,7
/proc/23299/task/23309/stat : 23309 (java) S 23297 23297 19836 0 -1 1077944384 17407 0 0 0 296 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190574422512 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23310] ppid=23297 vsize=15486024 memory=14076 CPUtime=3 cores=1,3,5,7
/proc/23299/task/23310/stat : 23310 (java) S 23297 23297 19836 0 -1 1077944384 16954 0 0 0 299 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190573369968 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23311] ppid=23297 vsize=15486024 memory=2116 CPUtime=0.83 cores=1,3,5,7
/proc/23299/task/23311/stat : 23311 (java) S 23297 23297 19836 0 -1 1077944384 7356 0 0 0 81 2 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190572317424 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23312] ppid=23297 vsize=15486024 memory=13036 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23312/stat : 23312 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190571265120 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23313] ppid=23297 vsize=15486024 memory=1560 CPUtime=0.01 cores=1,3,5,7
/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 765 0 0 0 0 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23374] ppid=23297 vsize=15486024 memory=1172 CPUtime=45.77 cores=1,3,5,7
/proc/23299/task/23374/stat : 23374 (java) R 23297 23297 19836 0 -1 4202560 344 0 0 0 4577 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190559942640 140190843655247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23375] ppid=23297 vsize=15486024 memory=14008 CPUtime=45.76 cores=1,3,5,7
/proc/23299/task/23375/stat : 23375 (java) R 23297 23297 19836 0 -1 4202560 1392 0 0 0 4576 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190558888072 140190843557335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23376] ppid=23297 vsize=15486024 memory=14076 CPUtime=45.78 cores=1,3,5,7
/proc/23299/task/23376/stat : 23376 (java) R 23297 23297 19836 0 -1 4202560 1356 0 0 0 4578 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190557835736 140190843614323 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23377] ppid=23297 vsize=15486024 memory=2116 CPUtime=45.91 cores=1,3,5,7
/proc/23299/task/23377/stat : 23377 (java) R 23297 23297 19836 0 -1 4202560 881 0 0 0 4591 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190554685128 140190842400820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 240.67 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 218712 KiB

[startup+61.2008 s]
/proc/loadavg: 8.47 8.50 8.23 10/238 23382
/proc/meminfo: memFree=30283468/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0
[pid=23299] ppid=23297 vsize=15486024 memory=217260 CPUtime=242.25 cores=1,3,5,7
/proc/23299/stat : 23299 (java) S 23297 23297 19836 0 -1 1077944320 72436 0 0 0 24209 16 0 0 20 0 19 0 445735893 15857688576 54315 33554432000 4194304 4196468 140731391527360 140731391509904 140191244238583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
/proc/23299/statm: 3871506 54315 3532 1 0 3832606 0
[pid=23299/tid=23300] ppid=23297 vsize=15486024 memory=920 CPUtime=0.7 cores=1,3,5,7
/proc/23299/task/23300/stat : 23300 (java) S 23297 23297 19836 0 -1 1077944384 9703 0 0 0 66 4 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140191248479360 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23301] ppid=23297 vsize=15486024 memory=3848 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23301/stat : 23301 (java) S 23297 23297 19836 0 -1 1077944384 945 0 0 0 2 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190836321040 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23302] ppid=23297 vsize=15486024 memory=2624 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23302/stat : 23302 (java) S 23297 23297 19836 0 -1 1077944384 3773 0 0 0 3 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190835268496 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23303] ppid=23297 vsize=15486024 memory=2748 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23303/stat : 23303 (java) S 23297 23297 19836 0 -1 1077944384 1243 0 0 0 2 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190834215952 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23304] ppid=23297 vsize=15486024 memory=4104 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23304/stat : 23304 (java) S 23297 23297 19836 0 -1 1077944384 2529 0 0 0 3 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190833163408 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23305] ppid=23297 vsize=15486024 memory=1412 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23305/stat : 23305 (java) S 23297 23297 19836 0 -1 1077944384 1805 0 0 0 2 1 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190578632688 140191244249730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23306] ppid=23297 vsize=15486024 memory=3320 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23306/stat : 23306 (java) S 23297 23297 19836 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190577578976 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23307] ppid=23297 vsize=15486024 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23307/stat : 23307 (java) S 23297 23297 19836 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190576526336 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23308] ppid=23297 vsize=15486024 memory=420516 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23308/stat : 23308 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190575474896 140191244257179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23309] ppid=23297 vsize=15486024 memory=1452 CPUtime=2.97 cores=1,3,5,7
/proc/23299/task/23309/stat : 23309 (java) S 23297 23297 19836 0 -1 1077944384 17407 0 0 0 296 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190574422512 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23310] ppid=23297 vsize=15486024 memory=217260 CPUtime=3 cores=1,3,5,7
/proc/23299/task/23310/stat : 23310 (java) S 23297 23297 19836 0 -1 1077944384 16954 0 0 0 299 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190573369968 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23311] ppid=23297 vsize=15486024 memory=14136632290838955 CPUtime=0.83 cores=1,3,5,7
/proc/23299/task/23311/stat : 23311 (java) S 23297 23297 19836 0 -1 1077944384 7356 0 0 0 81 2 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190572317424 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23312] ppid=23297 vsize=15486024 memory=280843350057296 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23312/stat : 23312 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190571265120 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23313] ppid=23297 vsize=15486024 memory=280843350057360 CPUtime=0.01 cores=1,3,5,7
/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 765 0 0 0 0 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23374] ppid=23297 vsize=15486024 memory=280843350057424 CPUtime=46.17 cores=1,3,5,7
/proc/23299/task/23374/stat : 23374 (java) R 23297 23297 19836 0 -1 4202560 344 0 0 0 4617 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190559942640 140190841762139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23375] ppid=23297 vsize=15486024 memory=280843350057488 CPUtime=46.16 cores=1,3,5,7
/proc/23299/task/23375/stat : 23375 (java) R 23297 23297 19836 0 -1 4202560 1396 0 0 0 4616 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190558888072 140190843304692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23376] ppid=23297 vsize=15486024 memory=876 CPUtime=46.17 cores=1,3,5,7
/proc/23299/task/23376/stat : 23376 (java) R 23297 23297 19836 0 -1 4202560 1356 0 0 0 4617 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190557835736 140190841621461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23377] ppid=23297 vsize=15486024 memory=1448 CPUtime=46.31 cores=1,3,5,7
/proc/23299/task/23377/stat : 23377 (java) R 23297 23297 19836 0 -1 4202560 881 0 0 0 4631 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190554685128 140190843635529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 242.25 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 218712 KiB

[startup+61.6008 s]
/proc/loadavg: 8.47 8.50 8.23 10/238 23382
/proc/meminfo: memFree=30283468/32770624 swapFree=66922424/67108860
[pid=23297] ppid=23294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23297/stat : 23297 (xcsp3-exec) S 23294 23297 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445735893 115843072 363 33554432000 4194304 5098028 140724898765088 140724898763192 140075152335484 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7630848 140724898767738 140724898767981 140724898767981 140724898770890 0
/proc/23297/statm: 28282 363 304 221 0 87 0
[pid=23299] ppid=23297 vsize=15486024 memory=217260 CPUtime=243.85 cores=1,3,5,7
/proc/23299/stat : 23299 (java) S 23297 23297 19836 0 -1 1077944320 72436 0 0 0 24369 16 0 0 20 0 19 0 445735893 15857688576 54315 33554432000 4194304 4196468 140731391527360 140731391509904 140191244238583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
/proc/23299/statm: 3871506 54315 3532 1 0 3832606 0
[pid=23299/tid=23300] ppid=23297 vsize=15486024 memory=6791534058613427641 CPUtime=0.7 cores=1,3,5,7
/proc/23299/task/23300/stat : 23300 (java) S 23297 23297 19836 0 -1 1077944384 9703 0 0 0 66 4 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140191248479360 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23301] ppid=23297 vsize=15486024 memory=2012 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23301/stat : 23301 (java) S 23297 23297 19836 0 -1 1077944384 945 0 0 0 2 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190836321040 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23302] ppid=23297 vsize=15486024 memory=1324 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23302/stat : 23302 (java) S 23297 23297 19836 0 -1 1077944384 3773 0 0 0 3 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190835268496 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23303] ppid=23297 vsize=15486024 memory=1704 CPUtime=0.02 cores=1,3,5,7
/proc/23299/task/23303/stat : 23303 (java) S 23297 23297 19836 0 -1 1077944384 1243 0 0 0 2 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190834215952 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23304] ppid=23297 vsize=15486024 memory=5972 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23304/stat : 23304 (java) S 23297 23297 19836 0 -1 1077944384 2529 0 0 0 3 0 0 0 20 0 19 0 445735894 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190833163408 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23305] ppid=23297 vsize=15486024 memory=588 CPUtime=0.03 cores=1,3,5,7
/proc/23299/task/23305/stat : 23305 (java) S 23297 23297 19836 0 -1 1077944384 1805 0 0 0 2 1 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190578632688 140191244249730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23306] ppid=23297 vsize=15486024 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23306/stat : 23306 (java) S 23297 23297 19836 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190577578976 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23307] ppid=23297 vsize=15486024 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23307/stat : 23307 (java) S 23297 23297 19836 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 445735896 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190576526336 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23308] ppid=23297 vsize=15486024 memory=11620 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23308/stat : 23308 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190575474896 140191244257179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23309] ppid=23297 vsize=15486024 memory=3992 CPUtime=2.97 cores=1,3,5,7
/proc/23299/task/23309/stat : 23309 (java) S 23297 23297 19836 0 -1 1077944384 17407 0 0 0 296 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190574422512 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23310] ppid=23297 vsize=15486024 memory=2828 CPUtime=3 cores=1,3,5,7
/proc/23299/task/23310/stat : 23310 (java) S 23297 23297 19836 0 -1 1077944384 16954 0 0 0 299 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190573369968 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23311] ppid=23297 vsize=15486024 memory=1000 CPUtime=0.83 cores=1,3,5,7
/proc/23299/task/23311/stat : 23311 (java) S 23297 23297 19836 0 -1 1077944384 7356 0 0 0 81 2 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190572317424 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23312] ppid=23297 vsize=15486024 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23299/task/23312/stat : 23312 (java) S 23297 23297 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190571265120 140191244248789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23313] ppid=23297 vsize=15486024 memory=1172 CPUtime=0.01 cores=1,3,5,7
/proc/23299/task/23313/stat : 23313 (java) S 23297 23297 19836 0 -1 1077944384 765 0 0 0 0 1 0 0 20 0 19 0 445735899 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190570211632 140191244249730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23374] ppid=23297 vsize=15486024 memory=14008 CPUtime=46.57 cores=1,3,5,7
/proc/23299/task/23374/stat : 23374 (java) R 23297 23297 19836 0 -1 4202560 344 0 0 0 4657 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190559942640 140190842777088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23375] ppid=23297 vsize=15486024 memory=14076 CPUtime=46.56 cores=1,3,5,7
/proc/23299/task/23375/stat : 23375 (java) R 23297 23297 19836 0 -1 4202560 1396 0 0 0 4656 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190558888072 140190841422109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23376] ppid=23297 vsize=15486024 memory=2116 CPUtime=46.57 cores=1,3,5,7
/proc/23299/task/23376/stat : 23376 (java) R 23297 23297 19836 0 -1 4202560 1356 0 0 0 4657 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190557835736 140190843558722 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
[pid=23299/tid=23377] ppid=23297 vsize=15486024 memory=13036 CPUtime=46.71 cores=1,3,5,7
/proc/23299/task/23377/stat : 23377 (java) R 23297 23297 19836 0 -1 4202560 881 0 0 0 4671 0 0 0 20 0 19 0 445737359 15857688576 54315 33554432000 4194304 4196468 140731391527360 140190554685128 140190842400566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140731391534063 140731391534234 140731391534234 140731391537103 0
Current children cumulated CPU time: 243.85 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 218712 KiB

Child status: 0
Real time (s): 61.6403
CPU time (s): 244
CPU user time (s): 243.827
CPU system time (s): 0.172897
CPU usage (%): 395.845
Max. virtual memory (cumulated for all children) (KiB): 15599152
Max. memory (cumulated for all children) (KiB): 227840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.827
system time used= 0.172897
maximum resident set size= 230000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73618
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= 5236
involuntary context switches= 4522


# summary of solver processes directly reported to runsolver:
#   pid: 23297
#   total CPU time (s): 244
#   total CPU user time (s): 243.827
#   total CPU system time (s): 0.172897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.431899 second user time and 0.669052 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 07:25:38
IDJOB=4399288
IDBENCH=128242
IDSOLVER=2853
FILE ID=node141/4399288-1568697980
RUNJOBID= node141-1568694133-19868
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.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-4399288-1568697980/watcher-4399288-1568697980 -o /tmp/evaluation-result-4399288-1568697980/solver-4399288-1568697980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1189497240 HOME/instance-4399288-1568697980.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=1189497240

node141.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
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:        30507060 kB
MemAvailable:   31440180 kB
Buffers:          228108 kB
Cached:          1001400 kB
SwapCached:        77748 kB
Active:           976920 kB
Inactive:         724380 kB
Active(anon):     399824 kB
Inactive(anon):   114804 kB
Active(file):     577096 kB
Inactive(file):   609576 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922424 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:        503028 kB
Mapped:            56248 kB
Shmem:             34604 kB
Slab:             155200 kB
SReclaimable:     124564 kB
SUnreclaim:        30636 kB
KernelStack:        3808 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1294260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 07:26:40