Trace number 4394229

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-14OPT97 262.039 71.9513

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark201.766
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"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-4394229-1568331633.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394229-1568331633.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.63/0.71	c solve instance...
2.00/0.83	o 120 
2.00/0.84	o 118 
3.16/1.14	o 108 
11.00/3.18	o 107 
11.94/3.46	o 106 
17.39/4.88	o 105 
18.46/5.13	o 104 
23.17/6.51	o 103 
34.71/9.97	o 102 
48.58/14.65	o 101 
53.36/16.44	o 100 
54.95/16.92	o 99 
67.44/20.52	o 98 
78.61/25.23	o 97 
261.98/71.93	s OPTIMUM FOUND
261.98/71.93	v <instantiation>
261.98/71.93	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>
261.98/71.93	v 	<values>0 6 0 0 16 5 12 8 8 22 15 31 45 35 14 22 46 25 37 32 18 36 47 55 40 31 38 27 43 48 40 46 74 53 78 52 49 74 39 55 61 63 60 57 48 57 52 59 61 75 60 69 83 76 66 86 71 78 90 83 91 97 </values>
261.98/71.93	v </instantiation>

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394229-1568331633/watcher-4394229-1568331633 -o /tmp/evaluation-result-4394229-1568331633/solver-4394229-1568331633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18218 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1626062360 HOME/instance-4394229-1568331633.xml 

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

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


[startup+0.100543 s]*
/proc/loadavg: 8.00 8.40 7.70 7/233 28321
/proc/meminfo: memFree=19717768/32770624 swapFree=66959212/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0
[pid=28307] ppid=28305 vsize=15144768 memory=30336 CPUtime=0.13 cores=1,3,5,7
/proc/28307/stat : 28307 (java) S 28305 28305 18186 0 -1 1077944320 5499 0 0 0 12 1 0 0 20 0 15 0 409103518 15508242432 7584 33554432000 4194304 4196468 140733808187408 140733808169952 140674111098615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
/proc/28307/statm: 3786192 7584 3178 1 0 3748377 0
[pid=28307/tid=28308] ppid=28305 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/28307/task/28308/stat : 28308 (java) R 28305 28305 18186 0 -1 4202560 3400 0 0 0 8 1 0 0 20 0 15 0 409103518 15508242432 7584 33554432000 4194304 4196468 140733808187408 140674115331408 140674095179102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28309] ppid=28305 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28309/stat : 28309 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 7584 33554432000 4194304 4196468 140733808187408 140674072058640 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28310] ppid=28305 vsize=15144768 memory=140547146262144 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28310/stat : 28310 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673702402960 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28311] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28311/stat : 28311 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673701350416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28312] ppid=28305 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28312/stat : 28312 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673700297872 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28313] ppid=28305 vsize=15144768 memory=140547146262144 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28313/stat : 28313 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103520 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673579689968 140674111109762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28314] ppid=28305 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28314/stat : 28314 (java) S 28305 28305 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409103521 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673578636192 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28315] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28315/stat : 28315 (java) S 28305 28305 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409103521 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673577583600 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28316] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28316/stat : 28316 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673576532176 140674111117211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28317] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28317/stat : 28317 (java) R 28305 28305 18186 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 409103523 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673575479888 140674111108821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28318] ppid=28305 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28318/stat : 28318 (java) R 28305 28305 18186 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 15 0 409103523 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673574418752 140674096764768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28319] ppid=28305 vsize=15144768 memory=140547146262144 CPUtime=0.02 cores=1,3,5,7
/proc/28307/task/28319/stat : 28319 (java) R 28305 28305 18186 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 409103523 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673573374704 140674091058470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28320] ppid=28305 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28320/stat : 28320 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673572322400 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28321] ppid=28305 vsize=15144768 memory=140547146262144 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103524 15508242432 7584 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31784 KiB

[startup+0.210557 s]*
/proc/loadavg: 8.00 8.40 7.70 8/233 28321
/proc/meminfo: memFree=19707356/32770624 swapFree=66959212/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0
[pid=28307] ppid=28305 vsize=15144768 memory=41428 CPUtime=0.34 cores=1,3,5,7
/proc/28307/stat : 28307 (java) S 28305 28305 18186 0 -1 1077944320 9025 0 0 0 31 3 0 0 20 0 15 0 409103518 15508242432 10357 33554432000 4194304 4196468 140733808187408 140733808169952 140674111098615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
/proc/28307/statm: 3786192 10357 3302 1 0 3748377 0
[pid=28307/tid=28308] ppid=28305 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28307/task/28308/stat : 28308 (java) R 28305 28305 18186 0 -1 4202560 6206 0 0 0 18 2 0 0 20 0 15 0 409103518 15508242432 10357 33554432000 4194304 4196468 140733808187408 140674115329888 140674103776629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28309] ppid=28305 vsize=15144768 memory=1965945 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28309/stat : 28309 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 10357 33554432000 4194304 4196468 140733808187408 140674072058640 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28310] ppid=28305 vsize=15144768 memory=4049213304050951840 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28310/stat : 28310 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673702402960 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28311] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28311/stat : 28311 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673701350416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28312] ppid=28305 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28312/stat : 28312 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673700297872 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28313] ppid=28305 vsize=15144768 memory=140547146262144 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28313/stat : 28313 (java) S 28305 28305 18186 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409103520 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673579689968 140674111109762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28314] ppid=28305 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28314/stat : 28314 (java) S 28305 28305 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409103521 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673578636192 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28315] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28315/stat : 28315 (java) S 28305 28305 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409103521 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673577583600 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28316] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28316/stat : 28316 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673576532176 140674111117211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28317] ppid=28305 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28307/task/28317/stat : 28317 (java) S 28305 28305 18186 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 409103523 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673575479792 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28318] ppid=28305 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28307/task/28318/stat : 28318 (java) S 28305 28305 18186 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 15 0 409103523 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673574427248 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28319] ppid=28305 vsize=15144768 memory=140547146262144 CPUtime=0.08 cores=1,3,5,7
/proc/28307/task/28319/stat : 28319 (java) S 28305 28305 18186 0 -1 1077944384 733 0 0 0 8 0 0 0 20 0 15 0 409103523 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673573374704 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28320] ppid=28305 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28320/stat : 28320 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673572322400 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28321] ppid=28305 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103524 15508242432 10357 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42876 KiB

[startup+0.318485 s]*
/proc/loadavg: 8.00 8.40 7.70 8/233 28321
/proc/meminfo: memFree=19700708/32770624 swapFree=66959212/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0
[pid=28307] ppid=28305 vsize=15149024 memory=50704 CPUtime=0.54 cores=1,3,5,7
/proc/28307/stat : 28307 (java) S 28305 28305 18186 0 -1 1077944320 10457 0 0 0 50 4 0 0 20 0 15 0 409103518 15512600576 12676 33554432000 4194304 4196468 140733808187408 140733808169952 140674111098615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
/proc/28307/statm: 3787256 12676 3349 1 0 3748377 0
[pid=28307/tid=28308] ppid=28305 vsize=15149024 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/28307/task/28308/stat : 28308 (java) R 28305 28305 18186 0 -1 4202560 7420 0 0 0 27 3 0 0 20 0 15 0 409103518 15512600576 12676 33554432000 4194304 4196468 140733808187408 140674115332880 140674095179102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28309] ppid=28305 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28309/stat : 28309 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15512600576 12676 33554432000 4194304 4196468 140733808187408 140674072058640 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28310] ppid=28305 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28310/stat : 28310 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15512600576 12676 33554432000 4194304 4196468 140733808187408 140673702402960 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28311] ppid=28305 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28311/stat : 28311 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15512600576 12676 33554432000 4194304 4196468 140733808187408 140673701350416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28312] ppid=28305 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28312/stat : 28312 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15512600576 12676 33554432000 4194304 4196468 140733808187408 140673700297872 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28313] ppid=28305 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28313/stat : 28313 (java) S 28305 28305 18186 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409103520 15512600576 12676 33554432000 4194304 4196468 140733808187408 140673579689968 140674111109762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28314] ppid=28305 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28314/stat : 28314 (java) S 28305 28305 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409103521 15512600576 12676 33554432000 4194304 4196468 140733808187408 140673578636192 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28315] ppid=28305 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28315/stat : 28315 (java) S 28305 28305 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409103521 15512600576 12676 33554432000 4194304 4196468 140733808187408 140673577583600 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28316] ppid=28305 vsize=15149024 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28316/stat : 28316 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15512600576 12684 33554432000 4194304 4196468 140733808187408 140673576532176 140674111117211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28317] ppid=28305 vsize=15149024 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/28307/task/28317/stat : 28317 (java) S 28305 28305 18186 0 -1 1077944384 473 0 0 0 5 0 0 0 20 0 15 0 409103523 15512600576 12684 33554432000 4194304 4196468 140733808187408 140673575479792 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28318] ppid=28305 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28307/task/28318/stat : 28318 (java) S 28305 28305 18186 0 -1 1077944384 428 0 0 0 4 0 0 0 20 0 15 0 409103523 15512600576 12684 33554432000 4194304 4196468 140733808187408 140673574427248 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28319] ppid=28305 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28307/task/28319/stat : 28319 (java) S 28305 28305 18186 0 -1 1077944384 829 0 0 0 12 0 0 0 20 0 15 0 409103523 15512600576 12684 33554432000 4194304 4196468 140733808187408 140673573374704 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28320] ppid=28305 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28320/stat : 28320 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15512600576 12684 33554432000 4194304 4196468 140733808187408 140673572322400 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28321] ppid=28305 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103524 15512600576 12684 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52152 KiB

[startup+0.704481 s]
/proc/loadavg: 8.00 8.40 7.70 7/233 28321
/proc/meminfo: memFree=19683776/32770624 swapFree=66959212/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0
[pid=28307] ppid=28305 vsize=15151148 memory=87552 CPUtime=1.63 cores=1,3,5,7
/proc/28307/stat : 28307 (java) S 28305 28305 18186 0 -1 1077944320 14553 0 0 0 156 7 0 0 20 0 15 0 409103518 15514775552 21888 33554432000 4194304 4196468 140733808187408 140733808169952 140674111098615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
/proc/28307/statm: 3787787 21888 3447 1 0 3748889 0
[pid=28307/tid=28308] ppid=28305 vsize=15151148 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/28307/task/28308/stat : 28308 (java) S 28305 28305 18186 0 -1 1077944384 8864 0 0 0 63 5 0 0 20 0 15 0 409103518 15514775552 21888 33554432000 4194304 4196468 140733808187408 140674115333360 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28309] ppid=28305 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28309/stat : 28309 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15514775552 21888 33554432000 4194304 4196468 140733808187408 140674072058640 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28310] ppid=28305 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28310/stat : 28310 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673702402960 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28311] ppid=28305 vsize=15151148 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28311/stat : 28311 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103519 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673701350416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28312] ppid=28305 vsize=15151148 memory=38320 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28312/stat : 28312 (java) S 28305 28305 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409103519 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673700297872 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28313] ppid=28305 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28313/stat : 28313 (java) S 28305 28305 18186 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409103520 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673579689968 140674111109762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28314] ppid=28305 vsize=15151148 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28314/stat : 28314 (java) S 28305 28305 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409103521 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673578636192 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28315] ppid=28305 vsize=15151148 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28315/stat : 28315 (java) S 28305 28305 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409103521 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673577583600 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28316] ppid=28305 vsize=15151148 memory=580 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28316/stat : 28316 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673576532176 140674111117211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28317] ppid=28305 vsize=15151148 memory=1720 CPUtime=0.28 cores=1,3,5,7
/proc/28307/task/28317/stat : 28317 (java) R 28305 28305 18186 0 -1 4202560 1099 0 0 0 28 0 0 0 20 0 15 0 409103523 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673575464608 140674088693472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28318] ppid=28305 vsize=15151148 memory=10604 CPUtime=0.23 cores=1,3,5,7
/proc/28307/task/28318/stat : 28318 (java) R 28305 28305 18186 0 -1 4202560 1161 0 0 0 23 0 0 0 20 0 15 0 409103523 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673574414232 140674111112497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28319] ppid=28305 vsize=15151148 memory=3360 CPUtime=0.41 cores=1,3,5,7
/proc/28307/task/28319/stat : 28319 (java) S 28305 28305 18186 0 -1 1077944384 2121 0 0 0 41 0 0 0 20 0 15 0 409103523 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673573370656 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28320] ppid=28305 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28320/stat : 28320 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409103523 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673572322400 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28321] ppid=28305 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409103524 15514775552 21888 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 89000 KiB

[startup+1.50078 s]
/proc/loadavg: 8.00 8.40 7.70 8/237 28337
/proc/meminfo: memFree=19619900/32770624 swapFree=66959212/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0

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

/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 535 0 0 0 0 2 0 0 20 0 19 0 409103524 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28428] ppid=28305 vsize=15420480 memory=800 CPUtime=45.7 cores=1,3,5,7
/proc/28307/task/28428/stat : 28428 (java) S 28305 28305 18186 0 -1 1077944384 545 0 0 0 4570 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673555754416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28429] ppid=28305 vsize=15420480 memory=1808 CPUtime=45.45 cores=1,3,5,7
/proc/28307/task/28429/stat : 28429 (java) S 28305 28305 18186 0 -1 1077944384 1707 0 0 0 4545 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673558905808 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28430] ppid=28305 vsize=15420480 memory=1448 CPUtime=45.29 cores=1,3,5,7
/proc/28307/task/28430/stat : 28430 (java) S 28305 28305 18186 0 -1 1077944384 1295 0 0 0 4529 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673561011280 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28431] ppid=28305 vsize=15420480 memory=266580 CPUtime=45.56 cores=1,3,5,7
/proc/28307/task/28431/stat : 28431 (java) R 28305 28305 18186 0 -1 4202560 611 0 0 0 4556 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673559953312 140673757834172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 261.28 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 270608 KiB

[startup+71.6009 s]
/proc/loadavg: 8.06 8.36 7.74 6/238 28435
/proc/meminfo: memFree=19455316/32770624 swapFree=66959216/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0
[pid=28307] ppid=28305 vsize=15420480 memory=269160 CPUtime=261.68 cores=1,3,5,7
/proc/28307/stat : 28307 (java) S 28305 28305 18186 0 -1 1077944320 82158 0 0 0 26144 24 0 0 20 0 19 0 409103518 15790571520 67290 33554432000 4194304 4196468 140733808187408 140733808169952 140674111098615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
/proc/28307/statm: 3855120 67290 3529 1 0 3816222 0
[pid=28307/tid=28308] ppid=28305 vsize=15420480 memory=580 CPUtime=0.71 cores=1,3,5,7
/proc/28307/task/28308/stat : 28308 (java) S 28305 28305 18186 0 -1 1077944384 9642 0 0 0 66 5 0 0 20 0 19 0 409103518 15790571520 67290 33554432000 4194304 4196468 140733808187408 140674115339392 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28309] ppid=28305 vsize=15420480 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28309/stat : 28309 (java) S 28305 28305 18186 0 -1 1077944384 2640 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140674072058640 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28310] ppid=28305 vsize=15420480 memory=10604 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28310/stat : 28310 (java) S 28305 28305 18186 0 -1 1077944384 1972 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673702402960 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28311] ppid=28305 vsize=15420480 memory=3360 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28311/stat : 28311 (java) S 28305 28305 18186 0 -1 1077944384 2197 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673701350416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28312] ppid=28305 vsize=15420480 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28312/stat : 28312 (java) S 28305 28305 18186 0 -1 1077944384 572 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673700297872 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28313] ppid=28305 vsize=15420480 memory=1564 CPUtime=0.04 cores=1,3,5,7
/proc/28307/task/28313/stat : 28313 (java) S 28305 28305 18186 0 -1 1077944384 1627 0 0 0 3 1 0 0 20 0 19 0 409103520 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673579689968 140674111109762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28314] ppid=28305 vsize=15420480 memory=5964 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28314/stat : 28314 (java) S 28305 28305 18186 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 409103521 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673578636256 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28315] ppid=28305 vsize=15420480 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28315/stat : 28315 (java) S 28305 28305 18186 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 409103521 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673577583616 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28316] ppid=28305 vsize=15420480 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28316/stat : 28316 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673576532176 140674111117211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28317] ppid=28305 vsize=15420480 memory=1216 CPUtime=3.96 cores=1,3,5,7
/proc/28307/task/28317/stat : 28317 (java) S 28305 28305 18186 0 -1 1077944384 19803 0 0 0 393 3 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673575479792 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28318] ppid=28305 vsize=15420480 memory=984 CPUtime=3.73 cores=1,3,5,7
/proc/28307/task/28318/stat : 28318 (java) S 28305 28305 18186 0 -1 1077944384 21691 0 0 0 371 2 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673574427248 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28319] ppid=28305 vsize=15420480 memory=14004 CPUtime=0.85 cores=1,3,5,7
/proc/28307/task/28319/stat : 28319 (java) S 28305 28305 18186 0 -1 1077944384 8866 0 0 0 84 1 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673573374704 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28320] ppid=28305 vsize=15420480 memory=20500 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28320/stat : 28320 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673572322400 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28321] ppid=28305 vsize=15420480 memory=14048 CPUtime=0.04 cores=1,3,5,7
/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 535 0 0 0 2 2 0 0 20 0 19 0 409103524 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28428] ppid=28305 vsize=15420480 memory=2124 CPUtime=45.7 cores=1,3,5,7
/proc/28307/task/28428/stat : 28428 (java) S 28305 28305 18186 0 -1 1077944384 545 0 0 0 4570 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673555754416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28429] ppid=28305 vsize=15420480 memory=500 CPUtime=45.45 cores=1,3,5,7
/proc/28307/task/28429/stat : 28429 (java) S 28305 28305 18186 0 -1 1077944384 1707 0 0 0 4545 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673558905808 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28430] ppid=28305 vsize=15420480 memory=1556 CPUtime=45.29 cores=1,3,5,7
/proc/28307/task/28430/stat : 28430 (java) S 28305 28305 18186 0 -1 1077944384 1295 0 0 0 4529 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673561011280 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28431] ppid=28305 vsize=15420480 memory=928 CPUtime=45.96 cores=1,3,5,7
/proc/28307/task/28431/stat : 28431 (java) R 28305 28305 18186 0 -1 4202560 611 0 0 0 4596 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673559953312 140673757834238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 261.68 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 270608 KiB

[startup+71.8009 s]
/proc/loadavg: 8.06 8.36 7.74 6/238 28435
/proc/meminfo: memFree=19455316/32770624 swapFree=66959216/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0
[pid=28307] ppid=28305 vsize=15420480 memory=269160 CPUtime=261.88 cores=1,3,5,7
/proc/28307/stat : 28307 (java) S 28305 28305 18186 0 -1 1077944320 82158 0 0 0 26164 24 0 0 20 0 19 0 409103518 15790571520 67290 33554432000 4194304 4196468 140733808187408 140733808169952 140674111098615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
/proc/28307/statm: 3855120 67290 3529 1 0 3816222 0
[pid=28307/tid=28308] ppid=28305 vsize=15420480 memory=1436 CPUtime=0.71 cores=1,3,5,7
/proc/28307/task/28308/stat : 28308 (java) S 28305 28305 18186 0 -1 1077944384 9642 0 0 0 66 5 0 0 20 0 19 0 409103518 15790571520 67290 33554432000 4194304 4196468 140733808187408 140674115339392 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28309] ppid=28305 vsize=15420480 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28309/stat : 28309 (java) S 28305 28305 18186 0 -1 1077944384 2640 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140674072058640 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28310] ppid=28305 vsize=15420480 memory=2580 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28310/stat : 28310 (java) S 28305 28305 18186 0 -1 1077944384 1972 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673702402960 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28311] ppid=28305 vsize=15420480 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28311/stat : 28311 (java) S 28305 28305 18186 0 -1 1077944384 2197 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673701350416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28312] ppid=28305 vsize=15420480 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28312/stat : 28312 (java) S 28305 28305 18186 0 -1 1077944384 572 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673700297872 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28313] ppid=28305 vsize=15420480 memory=800 CPUtime=0.04 cores=1,3,5,7
/proc/28307/task/28313/stat : 28313 (java) S 28305 28305 18186 0 -1 1077944384 1627 0 0 0 3 1 0 0 20 0 19 0 409103520 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673579689968 140674111109762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28314] ppid=28305 vsize=15420480 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28314/stat : 28314 (java) S 28305 28305 18186 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 409103521 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673578636256 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28315] ppid=28305 vsize=15420480 memory=924 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28315/stat : 28315 (java) S 28305 28305 18186 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 409103521 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673577583616 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28316] ppid=28305 vsize=15420480 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28316/stat : 28316 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673576532176 140674111117211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28317] ppid=28305 vsize=15420480 memory=2728 CPUtime=3.96 cores=1,3,5,7
/proc/28307/task/28317/stat : 28317 (java) S 28305 28305 18186 0 -1 1077944384 19803 0 0 0 393 3 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673575479792 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28318] ppid=28305 vsize=15420480 memory=2596 CPUtime=3.73 cores=1,3,5,7
/proc/28307/task/28318/stat : 28318 (java) S 28305 28305 18186 0 -1 1077944384 21691 0 0 0 371 2 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673574427248 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28319] ppid=28305 vsize=15420480 memory=4104 CPUtime=0.85 cores=1,3,5,7
/proc/28307/task/28319/stat : 28319 (java) S 28305 28305 18186 0 -1 1077944384 8866 0 0 0 84 1 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673573374704 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28320] ppid=28305 vsize=15420480 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28320/stat : 28320 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673572322400 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28321] ppid=28305 vsize=15420480 memory=3172 CPUtime=0.04 cores=1,3,5,7
/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 535 0 0 0 2 2 0 0 20 0 19 0 409103524 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28428] ppid=28305 vsize=15420480 memory=1452 CPUtime=45.7 cores=1,3,5,7
/proc/28307/task/28428/stat : 28428 (java) S 28305 28305 18186 0 -1 1077944384 545 0 0 0 4570 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673555754416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28429] ppid=28305 vsize=15420480 memory=234664 CPUtime=45.45 cores=1,3,5,7
/proc/28307/task/28429/stat : 28429 (java) S 28305 28305 18186 0 -1 1077944384 1707 0 0 0 4545 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673558905808 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28430] ppid=28305 vsize=15420480 memory=1412 CPUtime=45.29 cores=1,3,5,7
/proc/28307/task/28430/stat : 28430 (java) S 28305 28305 18186 0 -1 1077944384 1295 0 0 0 4529 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673561011280 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28431] ppid=28305 vsize=15420480 memory=3092 CPUtime=46.16 cores=1,3,5,7
/proc/28307/task/28431/stat : 28431 (java) R 28305 28305 18186 0 -1 4202560 611 0 0 0 4616 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673559953312 140673757834444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 261.88 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 270608 KiB

[startup+71.9009 s]
/proc/loadavg: 8.06 8.36 7.74 6/238 28435
/proc/meminfo: memFree=19455316/32770624 swapFree=66959216/67108860
[pid=28305] ppid=28302 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28305/stat : 28305 (xcsp3-exec) S 28302 28305 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409103517 115843072 362 33554432000 4194304 5098028 140728566222304 140728566220408 140367137780348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36974592 140728566227834 140728566228077 140728566228077 140728566230986 0
/proc/28305/statm: 28282 362 304 221 0 87 0
[pid=28307] ppid=28305 vsize=15420480 memory=269160 CPUtime=261.98 cores=1,3,5,7
/proc/28307/stat : 28307 (java) S 28305 28305 18186 0 -1 1077944320 82158 0 0 0 26174 24 0 0 20 0 19 0 409103518 15790571520 67290 33554432000 4194304 4196468 140733808187408 140733808169952 140674111098615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
/proc/28307/statm: 3855120 67290 3529 1 0 3816222 0
[pid=28307/tid=28308] ppid=28305 vsize=15420480 memory=266584 CPUtime=0.71 cores=1,3,5,7
/proc/28307/task/28308/stat : 28308 (java) S 28305 28305 18186 0 -1 1077944384 9642 0 0 0 66 5 0 0 20 0 19 0 409103518 15790571520 67290 33554432000 4194304 4196468 140733808187408 140674115339392 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28309] ppid=28305 vsize=15420480 memory=269160 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28309/stat : 28309 (java) S 28305 28305 18186 0 -1 1077944384 2640 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140674072058640 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28310] ppid=28305 vsize=15420480 memory=269160 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28310/stat : 28310 (java) S 28305 28305 18186 0 -1 1077944384 1972 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673702402960 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28311] ppid=28305 vsize=15420480 memory=1448 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28311/stat : 28311 (java) S 28305 28305 18186 0 -1 1077944384 2197 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673701350416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28312] ppid=28305 vsize=15420480 memory=281094068051360 CPUtime=0.07 cores=1,3,5,7
/proc/28307/task/28312/stat : 28312 (java) S 28305 28305 18186 0 -1 1077944384 572 0 0 0 6 1 0 0 20 0 19 0 409103519 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673700297872 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28313] ppid=28305 vsize=15420480 memory=266584 CPUtime=0.04 cores=1,3,5,7
/proc/28307/task/28313/stat : 28313 (java) S 28305 28305 18186 0 -1 1077944384 1627 0 0 0 3 1 0 0 20 0 19 0 409103520 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673579689968 140674111109762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28314] ppid=28305 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28314/stat : 28314 (java) S 28305 28305 18186 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 409103521 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673578636256 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28315] ppid=28305 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28315/stat : 28315 (java) S 28305 28305 18186 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 409103521 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673577583616 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28316] ppid=28305 vsize=15420480 memory=5964 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28316/stat : 28316 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673576532176 140674111117211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28317] ppid=28305 vsize=15420480 memory=1060 CPUtime=3.96 cores=1,3,5,7
/proc/28307/task/28317/stat : 28317 (java) S 28305 28305 18186 0 -1 1077944384 19803 0 0 0 393 3 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673575479792 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28318] ppid=28305 vsize=15420480 memory=1448 CPUtime=3.73 cores=1,3,5,7
/proc/28307/task/28318/stat : 28318 (java) S 28305 28305 18186 0 -1 1077944384 21691 0 0 0 371 2 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673574427248 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28319] ppid=28305 vsize=15420480 memory=269160 CPUtime=0.85 cores=1,3,5,7
/proc/28307/task/28319/stat : 28319 (java) S 28305 28305 18186 0 -1 1077944384 8866 0 0 0 84 1 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673573374704 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28320] ppid=28305 vsize=15420480 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/28307/task/28320/stat : 28320 (java) S 28305 28305 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409103523 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673572322400 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28321] ppid=28305 vsize=15420480 memory=1436 CPUtime=0.04 cores=1,3,5,7
/proc/28307/task/28321/stat : 28321 (java) S 28305 28305 18186 0 -1 1077944384 535 0 0 0 2 2 0 0 20 0 19 0 409103524 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673571268912 140674111109762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28428] ppid=28305 vsize=15420480 memory=5457 CPUtime=45.7 cores=1,3,5,7
/proc/28307/task/28428/stat : 28428 (java) S 28305 28305 18186 0 -1 1077944384 545 0 0 0 4570 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673555754416 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28429] ppid=28305 vsize=15420480 memory=4420 CPUtime=45.45 cores=1,3,5,7
/proc/28307/task/28429/stat : 28429 (java) S 28305 28305 18186 0 -1 1077944384 1707 0 0 0 4545 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673558905808 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28430] ppid=28305 vsize=15420480 memory=1448 CPUtime=45.29 cores=1,3,5,7
/proc/28307/task/28430/stat : 28430 (java) S 28305 28305 18186 0 -1 1077944384 1295 0 0 0 4529 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673561011280 140674111108821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
[pid=28307/tid=28431] ppid=28305 vsize=15420480 memory=260952 CPUtime=46.26 cores=1,3,5,7
/proc/28307/task/28431/stat : 28431 (java) R 28305 28305 18186 0 -1 4202560 611 0 0 0 4626 0 0 0 20 0 19 0 409106041 15790571520 67290 33554432000 4194304 4196468 140733808187408 140673559953312 140673757834080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28626944 140733808194543 140733808194714 140733808194714 140733808197583 0
Current children cumulated CPU time: 261.98 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 270608 KiB

Child status: 0
Real time (s): 71.9513
CPU time (s): 262.039
CPU user time (s): 261.784
CPU system time (s): 0.254905
CPU usage (%): 364.19
Max. virtual memory (cumulated for all children) (KiB): 15535692
Max. memory (cumulated for all children) (KiB): 270608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.784
system time used= 0.254905
maximum resident set size= 270700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5341
involuntary context switches= 5670


# summary of solver processes directly reported to runsolver:
#   pid: 28305
#   total CPU time (s): 262.039
#   total CPU user time (s): 261.784
#   total CPU system time (s): 0.254905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.442861 second user time and 0.867506 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 01:39:53
IDJOB=4394229
IDBENCH=128305
IDSOLVER=2842
FILE ID=node124/4394229-1568331633
RUNJOBID= node124-1568329129-18218
PBS_JOBID= 21701157
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.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-4394229-1568331633/watcher-4394229-1568331633 -o /tmp/evaluation-result-4394229-1568331633/solver-4394229-1568331633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18218 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1626062360 HOME/instance-4394229-1568331633.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=1626062360

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19735784 kB
MemAvailable:   31616376 kB
Buffers:          160324 kB
Cached:         11883464 kB
SwapCached:        45868 kB
Active:          1196368 kB
Inactive:       11100608 kB
Active(anon):     208604 kB
Inactive(anon):    85948 kB
Active(file):     987764 kB
Inactive(file): 11014660 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             26400 kB
Writeback:             0 kB
AnonPages:        371084 kB
Mapped:            56116 kB
Shmem:             32744 kB
Slab:             335808 kB
SReclaimable:     306628 kB
SUnreclaim:        29180 kB
KernelStack:        4064 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1516840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 01:41:06